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