Merge pull request #1117 from danzel/master

Add zoom to leaflet-popup-content-wrapper to fix popup style in IE7
This commit is contained in:
Vladimir Agafonkin 2012-11-02 15:56:10 -07:00
commit df7c350c75

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');