|
155
|
1 |
.leaflet-vml-shape { |
|
|
2 |
width: 1px; |
|
|
3 |
height: 1px; |
|
|
4 |
} |
|
|
5 |
.lvml { |
|
|
6 |
behavior: url(#default#VML); |
|
|
7 |
display: inline-block; |
|
|
8 |
position: absolute; |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
.leaflet-control { |
|
|
12 |
display: inline; |
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
.leaflet-popup-tip { |
|
|
16 |
width: 21px; |
|
|
17 |
_width: 27px; |
|
|
18 |
margin: 0 auto; |
|
|
19 |
_margin-top: -3px; |
|
|
20 |
|
|
|
21 |
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); |
|
|
22 |
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; |
|
|
23 |
} |
|
|
24 |
.leaflet-popup-tip-container { |
|
|
25 |
margin-top: -1px; |
|
|
26 |
} |
|
|
27 |
.leaflet-popup-content-wrapper, .leaflet-popup-tip { |
|
|
28 |
border: 1px solid #999; |
|
|
29 |
} |
|
|
30 |
.leaflet-popup-content-wrapper { |
|
|
31 |
zoom: 1; |
|
|
32 |
} |
|
|
33 |
|
|
|
34 |
.leaflet-control-zoom, |
|
|
35 |
.leaflet-control-layers { |
|
|
36 |
border: 3px solid #999; |
|
|
37 |
} |
|
|
38 |
.leaflet-control-zoom a { |
|
|
39 |
background-color: #eee; |
|
|
40 |
} |
|
|
41 |
.leaflet-control-zoom a:hover { |
|
|
42 |
background-color: #fff; |
|
|
43 |
} |
|
|
44 |
.leaflet-control-layers-toggle { |
|
|
45 |
} |
|
|
46 |
.leaflet-control-attribution, |
|
|
47 |
.leaflet-control-layers, |
|
|
48 |
.leaflet-control-scale-line { |
|
|
49 |
background: white; |
|
|
50 |
} |
|
|
51 |
.leaflet-zoom-box { |
|
|
52 |
filter: alpha(opacity=50); |
|
|
53 |
} |
|
|
54 |
.leaflet-control-attribution { |
|
|
55 |
border-top: 1px solid #bbb; |
|
|
56 |
border-left: 1px solid #bbb; |
|
|
57 |
} |