Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epsylon
GitHub Repository: epsylon/ufonet
Path: blob/master/core/js/leaflet/leaflet.ie.css
1208 views
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-layers-toggle {
39
}
40
.leaflet-control-attribution,
41
.leaflet-control-layers,
42
.leaflet-control-scale-line {
43
background: white;
44
}
45
.leaflet-zoom-box {
46
filter: alpha(opacity=50);
47
}
48
.leaflet-control-attribution {
49
border-top: 1px solid #bbb;
50
border-left: 1px solid #bbb;
51
}
52
53