]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
properly positioned leaflet controls and removed old open layers style rules.
[rails.git] / app / assets / stylesheets / common.css.scss
index 4ff87a87a7bfb47ce798ec560a71d31debaf5afc..2723678e4f7f5b568faf483742d9a76893552f3c 100644 (file)
@@ -256,7 +256,7 @@ h2 {
   text-transform: capitalize;
   padding-left: 0px;
   padding-right: 0px;
-  background: url(sprite.png);
+  background: image-url("sprite.png");
   position: absolute;
   top: 5px;
   cursor: pointer;
@@ -308,7 +308,7 @@ h2 {
   border: 0px;
   padding-left: 0px;
   padding-right: 0px;
-  background: url(sprite.png) 0 -30px no-repeat;
+  background: image-url("sprite.png") 0 -30px no-repeat;
   position: absolute;
   top: 8px;
 }
@@ -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 .leaflet-control,
+.site-export .leaflet-top .leaflet-control {
+  margin-top: 40px !important;
 }
 
 /* Rules for edit menu */
@@ -640,11 +631,7 @@ body.site-export #tabnav a#exportanchor {
   margin: 30px 0px 0px 0px;
 }
 
-.site-edit #content {
-  border: 0px;
-  padding: 0px;
-}
-
+.site-edit #content,
 .site-index #content,
 .site-export #content {
   position: fixed;
@@ -656,6 +643,10 @@ body.site-export #tabnav a#exportanchor {
   padding: 0px;
 }
 
+.site-edit #content {
+  top: 30px;
+}
+
 #slim_container {
   width: 100%;
 }
@@ -1014,14 +1005,6 @@ p#contributorGuidance {
 
 /* Rules for the user map */
 
-.user_map .olControlSimplePanZoom {
-  display: none;
-}
-
-.user_map .olControlZoom {
-  display: block;
-}
-
 /* Rules for user popups on maps */
 
 .user_popup p {