]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet-all.css.scss
RTL fix for leaflet controls, Ad concept
[rails.git] / app / assets / stylesheets / leaflet-all.css.scss
index 10ad2607a5a4c5bbbc56b6df50892edff384ac54..5c23477fecf5e482e87dd775f62abafed4ec676c 100644 (file)
@@ -25,3 +25,14 @@ div.leaflet-marker-icon.location-filter.move-marker {
 .site .leaflet-popup p {
   margin: 0 0 20px 0;
 }
+
+.leaflet-left .leaflet-control {
+       margin-left: 0;
+}
+
+.leaflet-top {
+       margin-top: 16px;
+       .leaflet-control {
+               margin-top: 0;
+       }
+}