facilmap/frontend/app/z-index.css

39 wiersze
607 B
CSS
Czysty Zwykły widok Historia

2016-10-04 16:36:59 +00:00
/* bootstrap popups have a z-index of 1050 (1060, 1070... for overlaying popups) */
/* bootstrap popovers have a z-index of 1060, tooltips 1070 (makes no sense...) */
2016-10-04 16:36:59 +00:00
/* OpenLayers Controls have z-index: 1008 (inside the map viewport) */
.messages {
z-index: 10002;
}
#colour-picker,#icon-picker {
2016-10-04 16:36:59 +00:00
z-index: 1500;
}
2016-10-18 18:27:57 +00:00
#map .fm-popup {
2016-10-04 16:36:59 +00:00
z-index: 1007;
}
2016-10-18 18:27:57 +00:00
.fm-toolbox {
2016-10-04 16:36:59 +00:00
z-index: 1020;
}
2016-10-06 12:25:00 +00:00
.fm-open-external {
z-index: 500;
}
2016-10-18 18:27:57 +00:00
.fm-map-spinner,.fm-attribution-icon {
2016-10-06 12:25:00 +00:00
z-index: 20000;
2016-10-07 17:06:22 +00:00
}
2017-12-23 14:08:59 +00:00
.fm-search,.fm-search-mobile-toggle {
2016-10-07 17:06:22 +00:00
z-index: 1010;
}
.dropdown-menu {
z-index: 2000;
}
.tooltip {
z-index: 3000;
2016-10-06 12:25:00 +00:00
}