Fix left pan button position in RTL

This commit is contained in:
John Firebaugh 2012-11-03 07:51:46 -06:00
parent 3e2e62b123
commit 39006baf33

View file

@ -25,6 +25,7 @@
} }
.leaflet-control-pan-left { .leaflet-control-pan-left {
left: 0px;
top: 13px; top: 13px;
width: 25px; width: 25px;
height: 24px; height: 24px;
@ -32,9 +33,9 @@
} }
.leaflet-control-pan-right { .leaflet-control-pan-right {
left: 25px;
top: 13px; top: 13px;
width: 25px; width: 25px;
height: 24px; height: 24px;
left: 25px;
background-position: -30px -17px; background-position: -30px -17px;
} }