]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/leaflet/leaflet.zoom.scss
Update leaflet.locationfilter
[rails.git] / vendor / assets / leaflet / leaflet.zoom.scss
1 .leaflet-control-zoomslider-in,
2 .leaflet-control-zoomslider-out,
3 .leaflet-control-zoomslider-slider,
4 .leaflet-control-zoomslider-slider-knob {
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-zoomslider-in {
13   top: 50px;
14   width: 26px;
15   height: 20px;
16   left: 10px;
17   background-position: -15px -61px;
18 }
19
20 .leaflet-control-zoomslider-out {
21   top: 202px;
22   width: 26px;
23   height: 20px;
24   left: 10px;
25   background-position: -15px -220px;
26 }
27
28 .leaflet-control-zoomslider-slider {
29   top: 70px;
30   width: 26px;
31   height: 132px;
32   left: 10px;
33   background-position: -15px -84px;
34 }
35
36 .leaflet-control-zoomslider-slider-knob {
37   top: 0px;
38   width: 25px;
39   height: 10px;
40   -webkit-transition: top 100ms linear;
41   -moz-transition: top 100ms linear;
42   -o-transition: top 100ms linear;
43   background-position: -77px -58px;
44   pointer: move;
45   cursor: move;
46 }