facilmap/frontend/app/z-index.css

34 wiersze
463 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) */
/* OpenLayers Controls have z-index: 1008 (inside the map viewport) */
2016-10-18 18:27:57 +00:00
.fm-map-disabled-cover {
2016-10-04 16:36:59 +00:00
z-index: 10001;
}
.messages {
z-index: 10002;
}
#colour-picker {
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
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
}
2016-10-18 18:27:57 +00:00
.fm-search {
2016-10-07 17:06:22 +00:00
z-index: 1010;
}
.dropdown-menu {
z-index: 2000;
2016-10-06 12:25:00 +00:00
}