]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/leaflet/leaflet.pan.scss
Fix left pan button position in RTL
[rails.git] / vendor / assets / leaflet / leaflet.pan.scss
index c9807b18b3ce45edc2783e2f4f0348463385560e..614b23cb332633a54264d6bb79ab97c56ef12653 100644 (file)
@@ -25,6 +25,7 @@
 }
 
 .leaflet-control-pan-left {
+  left: 0px;
   top: 13px;
   width: 25px;
   height: 24px;
@@ -32,9 +33,9 @@
 }
 
 .leaflet-control-pan-right {
+  left: 25px;
   top: 13px;
   width: 25px;
   height: 24px;
-  left: 25px;
   background-position: -30px -17px;
 }