Add zoom to leaflet-popup-content-wrapper to fix popup style in IE7. Fixes #1114

This commit is contained in:
danzel 2012-11-03 11:52:57 +13:00
parent 4080a64adc
commit 59961216bb

3
dist/leaflet.ie.css vendored
View File

@ -27,6 +27,9 @@
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
border: 1px solid #bbb;
}
.leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-control-zoom {
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');