]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Stop attribution control wrapping on layers with attribution text
[rails.git] / app / assets / stylesheets / common.css.scss
index fa4faa8badffc5bcb4a003f4e0a9b96cb89a5c5f..b2a23745ed3ec3b879371cc50248778a09398b55 100644 (file)
@@ -529,10 +529,21 @@ table {
 
 /* Rules for Leaflet maps */
 
-.leaflet-control-attribution a.disabled {
-  color: #99c9dc;
-  cursor: default;
-  text-decoration: none;
+.leaflet-control-attribution {
+  a.disabled {
+    color: #99c9dc;
+    cursor: default;
+    text-decoration: none;
+  }
+
+  ul.secondary-actions {
+    float: left;
+    margin-right: 5px;
+
+    &:only-child {
+      margin-right: 0px;
+    }
+  }
 }
 
 .site-index .leaflet-top,