]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix user popup styles
[rails.git] / app / assets / stylesheets / common.css.scss
index ecdb40b44854783e7d69edda16d9695904fd335c..c0796bdad289638fcc161493ed9db05eb9afe05d 100644 (file)
@@ -415,7 +415,7 @@ body.site-export #tabnav a#exportanchor {
   top: 15px;
 }
 
-/* Rules for OpenLayers maps */
+/* Rules for Leaflet maps */
 
 #map {
   margin: 0px;
@@ -423,13 +423,6 @@ body.site-export #tabnav a#exportanchor {
   padding: 0px;
 }
 
-.olControlAttribution {
-  bottom: 15px !important;
-  left: 0px !important;
-  right: 0px !important;
-  text-align: center;
-}
-
 #permalink {
   z-index: 10000;
   position: absolute;
@@ -445,11 +438,9 @@ body.site-export #tabnav a#exportanchor {
   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 */
@@ -1014,16 +1005,12 @@ p#contributorGuidance {
 
 /* 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;