]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use spacer for margins on leaflet popups
[rails.git] / app / assets / stylesheets / common.scss
index 181524a0e5c70b96d509720ea451b5c1f246083e..b8c874fb8d2194e76977a8320f6c79349291259c 100644 (file)
@@ -1002,7 +1002,7 @@ tr.turn:hover {
 /* Rules for the user map */
 
 .content_map .leaflet-popup-content {
-  margin: $lineheight/2;
+  margin: $spacer;
   min-height: 50px;
 }
 
@@ -1041,17 +1041,6 @@ tr.turn:hover {
   }
 }
 
-/* Rules for the log in page */
-
-#login_auth_buttons {
-  margin-bottom: 0;
-
-  li {
-    float: left;
-    padding: $lineheight/4 $lineheight/2;
-  }
-}
-
 /* Rules for the account confirmation page */
 
 .users-terms {