IE9 popup styling fixes

This commit is contained in:
mourner 2011-02-26 17:42:23 +02:00
parent 66af760a22
commit fc3a59ff10

4
dist/leaflet.css vendored
View File

@ -90,6 +90,9 @@
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
-webkit-transform-origin: 0 0; -webkit-transform-origin: 0 0;
-ms-transform: rotate(45deg);
-ms-transform-origin: 0 0;
margin-top: -12px; margin-top: -12px;
margin-left: 20px; margin-left: 20px;
} }
@ -113,6 +116,7 @@
} }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { .leaflet-popup-content-wrapper, .leaflet-popup-tip {
background: white; background: white;
box-shadow: 0 1px 10px #888;
-moz-box-shadow: 0 1px 10px #888; -moz-box-shadow: 0 1px 10px #888;
-webkit-box-shadow: 0 1px 14px #999; -webkit-box-shadow: 0 1px 14px #999;
} }