top: 15px;
}
-/* Rules for OpenLayers maps */
+/* Rules for Leaflet maps */
#map {
margin: 0px;
padding: 0px;
}
-.olControlAttribution {
- bottom: 15px !important;
- left: 0px !important;
- right: 0px !important;
- text-align: center;
-}
-
#permalink {
z-index: 10000;
position: absolute;
padding: 5px;
}
-.site-index #map .SimpleLayerSwitcher,
-.site-index #map .olControlSimplePanZoom,
-.site-export #map .SimpleLayerSwitcher,
-.site-export #map .olControlSimplePanZoom {
- top: 40px !important;
+.site-index .leaflet-top,
+.site-export .leaflet-top {
+ margin-top: 40px !important;
}
/* Rules for edit menu */
/* Rules for the user map */
-.user_map .olControlSimplePanZoom {
- display: none;
-}
+/* Rules for user popups on maps */
-.user_map .olControlZoom {
- display: block;
+.user_popup {
+ min-width: 200px;
}
-/* Rules for user popups on maps */
-
.user_popup p {
padding-top: 3px;
padding-bottom: 3px;