]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/leaflet/leaflet.pan.scss
Update leaflet.locationfilter
[rails.git] / vendor / assets / leaflet / leaflet.pan.scss
1 .leaflet-control-pan-up,
2 .leaflet-control-pan-down,
3 .leaflet-control-pan-left,
4 .leaflet-control-pan-right {
5   background-image: image-url("img/map_sprite.png");
6   position: absolute;
7   background-repeat: no-repeat;
8   cursor: hand;
9   cursor: pointer;
10 }
11
12 .leaflet-control-pan-up {
13   left: 10px;
14   width: 25px;
15   height: 13px;
16   background-position: -15px -5px;
17 }
18
19 .leaflet-control-pan-down {
20   left: 10px;
21   top: 36px;
22   width: 25px;
23   height: 15px;
24   background-position: -15px -40px;
25 }
26
27 .leaflet-control-pan-left {
28   top: 13px;
29   width: 25px;
30   height: 24px;
31   background-position: -5px -17px;
32 }
33
34 .leaflet-control-pan-right {
35   top: 13px;
36   width: 25px;
37   height: 24px;
38   left: 25px;
39   background-position: -30px -17px;
40 }