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