]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Removed incorrect margin between zoom in and zoom out controls
[rails.git] / app / assets / stylesheets / common.css.scss
index a1099a153c9c45a38e4936c3f72920b455f3aceb..8b334a3e46327cb3ca79fee4c07ce0e29d5f1d6b 100644 (file)
@@ -424,6 +424,14 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
+div.olControlZoom a {
+  margin: 0 !important;
+}
+
+div.olControlZoom a.olControlZoomIn {
+    border-bottom: 0;
+}
+
 /* Rules for edit menu */
 
 .menuicon {
@@ -924,7 +932,7 @@ p#contributorGuidance {
 #accountForm .user_map {
   position: relative;
   width: 500px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }
 
@@ -964,7 +972,7 @@ p#contributorGuidance {
 .user-view .user_map {
   position: relative;
   width: 400px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }