]> 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 bc5601113ac170ce21d12835aa9d7798311015f7..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,12 +932,23 @@ p#contributorGuidance {
 #accountForm .user_map {
   position: relative;
   width: 500px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }
 
-#accountImage td {
-  padding-bottom: 0px;
+#accountForm td.accountImage {
+  img {
+    vertical-align: top;
+    margin-top: 3px;
+  }
+
+  table {
+    display: inline-block;
+
+    td {
+      padding-bottom: 0px;
+    }
+  }
 }
 
 .nohome .location {
@@ -953,7 +972,7 @@ p#contributorGuidance {
 .user-view .user_map {
   position: relative;
   width: 400px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }