]> git.openstreetmap.org Git - rails.git/commitdiff
Move OL control styling to OL theme
authorTom Hughes <tom@compton.nu>
Mon, 29 Oct 2012 18:59:39 +0000 (18:59 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 29 Oct 2012 19:04:01 +0000 (19:04 +0000)
app/assets/openlayers/theme/openstreetmap/style.css.scss
app/assets/stylesheets/common.css.scss

index b082c99337be168120fc72045876bb89ff7fce95..bd755a53a1787d6bc0b25bf205bbc9240ca80f49 100644 (file)
@@ -51,9 +51,14 @@ div.olControlZoom a {
     color: black;
     background: #ffffff;
     border: 1px solid #cccccc;
     color: black;
     background: #ffffff;
     border: 1px solid #cccccc;
+    margin: 0 !important;
     // remove filter
 }
 
     // remove filter
 }
 
+div.olControlZoom a.olControlZoomIn {
+    border-bottom: 0;
+}
+
 div.olControlZoom a:hover {
     background: #f5f5f5;
 }
 div.olControlZoom a:hover {
     background: #f5f5f5;
 }
index 8abda38105507280fddf451fa6c4d47bf1674537..350877403f5c9a361fb935424ed0c108b1bda170 100644 (file)
@@ -441,14 +441,6 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
   padding: 5px;
 }
 
-div.olControlZoom a {
-  margin: 0 !important;
-}
-
-div.olControlZoom a.olControlZoomIn {
-    border-bottom: 0;
-}
-
 /* Rules for edit menu */
 
 .menuicon {
 /* Rules for edit menu */
 
 .menuicon {