2011-05-31 18:10:44 +08:00
|
|
|
.leaflet-vml-shape {
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
.lvml {
|
2012-11-13 22:48:25 +08:00
|
|
|
behavior: url(#default#VML);
|
|
|
|
display: inline-block;
|
2011-05-31 18:10:44 +08:00
|
|
|
position: absolute;
|
|
|
|
}
|
2012-11-13 22:48:25 +08:00
|
|
|
|
2011-02-27 08:08:09 +08:00
|
|
|
.leaflet-popup-tip {
|
|
|
|
width: 21px;
|
|
|
|
margin: 0 auto;
|
2012-11-13 22:48:25 +08:00
|
|
|
|
2011-02-27 08:08:09 +08:00
|
|
|
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)";
|
|
|
|
}
|
2013-11-08 21:53:27 +08:00
|
|
|
.leaflet-popup-content-wrapper {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
2011-02-27 08:08:09 +08:00
|
|
|
.leaflet-popup-tip-container {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
2013-11-07 02:58:48 +08:00
|
|
|
.leaflet-popup-content-wrapper,
|
|
|
|
.leaflet-popup-tip {
|
2012-11-13 22:48:25 +08:00
|
|
|
border: 1px solid #999;
|
2011-02-28 22:14:32 +08:00
|
|
|
}
|
2011-04-15 16:56:48 +08:00
|
|
|
|
2012-11-13 22:48:25 +08:00
|
|
|
.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);
|
2012-11-13 22:48:25 +08:00
|
|
|
}
|
|
|
|
.leaflet-control-attribution {
|
|
|
|
border-top: 1px solid #bbb;
|
|
|
|
border-left: 1px solid #bbb;
|
|
|
|
}
|