]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/leaflet.zoom.css.scss
Stop spurious +/- signs appearing in the zoom slider
[rails.git] / app / assets / stylesheets / leaflet.zoom.css.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("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 .leaflet-control-zoomslider-out {
14   text-indent: -9999;
15 }
16
17 .leaflet-control-zoomslider-in {
18   top: 50px;
19   width: 26px;
20   height: 20px;
21   left: 10px;
22   background-position: -15px -61px;
23 }
24
25 .leaflet-control-zoomslider-out {
26   top: 202px;
27   width: 26px;
28   height: 20px;
29   left: 10px;
30   background-position: -15px -220px;
31 }
32
33 .leaflet-control-zoomslider-slider {
34   top: 70px;
35   width: 26px;
36   height: 132px;
37   left: 10px;
38   background-position: -15px -84px;
39 }
40
41 .leaflet-control-zoomslider-slider-knob {
42   top: 0px;
43   width: 25px;
44   height: 10px;
45   -webkit-transition: top 100ms linear;
46   -moz-transition: top 100ms linear;
47   -o-transition: top 100ms linear;
48   background-position: -77px -58px;
49   pointer: move;
50   cursor: move;
51 }