Leaflet/dist/leaflet.ie.css

40 lines
873 B
CSS
Raw Normal View History

2011-05-31 18:10:44 +08:00
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
2011-05-31 18:10:44 +08:00
position: absolute;
}
.leaflet-popup-tip {
width: 21px;
margin: 0 auto;
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
}
.leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-popup-tip-container {
margin-top: -1px;
}
2013-11-07 02:58:48 +08:00
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
border: 1px solid #999;
}
.leaflet-control-zoom,
.leaflet-control-layers {
border: 3px solid #999;
2011-04-11 20:52:52 +08:00
}
2012-10-17 09:32:06 +08:00
.leaflet-zoom-box {
filter: alpha(opacity=50);
}
.leaflet-control-attribution {
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
}