]> 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 95f89bd2b496f87d86bf249f3b42f2f3f383a453..5c23477fecf5e482e87dd775f62abafed4ec676c 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *= require leaflet
  *= require leaflet.locationfilter
- *= require map-ui
  */
 
 /* Override to serve images through the asset pipeline. */
@@ -27,12 +26,13 @@ div.leaflet-marker-icon.location-filter.move-marker {
   margin: 0 0 20px 0;
 }
 
-.leaflet-control-attribution #permalinkanchor {
-  background: image-url("sprite.png") 0 -45px no-repeat;
-  padding-left:20px;
+.leaflet-left .leaflet-control {
+       margin-left: 0;
 }
 
-.site .leaflet-control-attribution {
-  box-shadow: none;
-  font-size: inherit;
+.leaflet-top {
+       margin-top: 16px;
+       .leaflet-control {
+               margin-top: 0;
+       }
 }