Leaflet/dist/leaflet.ie.css

38 lines
1020 B
CSS
Raw Normal View History

.leaflet-popup-tip {
width: 21px;
_width: 27px;
margin: 0 auto;
2011-03-01 01:38:42 +08:00
_margin-top: -3px;
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-tip-container {
margin-top: -1px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
border: 1px solid #bbb;
}
.leaflet-vml-shape {
width: 1px;
height: 1px;
2011-04-08 16:55:32 +08:00
}
2011-05-20 19:21:17 +08:00
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
2011-04-11 20:52:52 +08:00
.leaflet-control-zoom {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');
}
.leaflet-control-zoom a {
2011-04-15 21:06:46 +08:00
background-color: #eee;
}
.leaflet-control-zoom a:hover {
background-color: #fff;
}
.leaflet-control-attribution {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF);
}