]> git.openstreetmap.org Git - rails.git/commitdiff
Fix scale control margin
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 7 Nov 2013 20:17:22 +0000 (12:17 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 7 Nov 2013 20:17:27 +0000 (12:17 -0800)
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/leaflet-all.css.scss

index 2b0722be09b0ffbf52340c999305efcc4a455416..8e43e0d095d336330d7d94358383fd3476fda002 100644 (file)
@@ -824,7 +824,7 @@ nav.secondary {
   }
 }
 
-.leaflet-top.leaflet-right {
+.leaflet-top {
   top: $lineheight !important;
   .leaflet-control {
     margin-right: 0px !important;
index 5c23477fecf5e482e87dd775f62abafed4ec676c..10ad2607a5a4c5bbbc56b6df50892edff384ac54 100644 (file)
@@ -25,14 +25,3 @@ div.leaflet-marker-icon.location-filter.move-marker {
 .site .leaflet-popup p {
   margin: 0 0 20px 0;
 }
-
-.leaflet-left .leaflet-control {
-       margin-left: 0;
-}
-
-.leaflet-top {
-       margin-top: 16px;
-       .leaflet-control {
-               margin-top: 0;
-       }
-}