z-index: 20000000;
position: absolute;
top: 15px;
+ left: 15px;
}
- /* Rules for OpenLayers maps */
+ /* Rules for Leaflet maps */
#map {
margin: 0px;
padding: 5px;
}
- .site-index #map .SimpleLayerSwitcher,
- .site-index #map .olControlSimplePanZoom,
- .site-export #map .SimpleLayerSwitcher,
- .site-export #map .olControlSimplePanZoom {
+ .site-index .leaflet-top,
+ .site-export .leaflet-top {
top: 40px !important;
+
+ .leaflet-control {
+ margin-top: 0px !important;
+ }
}
+.site-index #map .olControlScaleLine,
+.site-export #map .olControlScaleLine {
+ left: 10px !important;
+}
+
/* Rules for edit menu */
.menuicon {