]> git.openstreetmap.org Git - rails.git/commitdiff
Fix left pan button position in RTL
authorJohn Firebaugh <john.firebaugh@gmail.com>
Sat, 3 Nov 2012 13:51:46 +0000 (07:51 -0600)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 9 Nov 2012 20:59:29 +0000 (12:59 -0800)
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;
 }