update close button

This commit is contained in:
Mourner 2011-01-13 17:52:16 +02:00
parent 5b6a98acee
commit d15dc94a0b
2 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

12
dist/leaflet.css vendored
View File

@ -81,10 +81,11 @@
} }
.leaflet-popup-close-button { .leaflet-popup-close-button {
position: absolute; position: absolute;
top: 10px; top: 9px;
right: 10px; right: 9px;
width: 10px; width: 8px;
height: 10px; height: 8px;
padding: 1px;
} }
.leaflet-popup-content p { .leaflet-popup-content p {
margin: 18px 0; margin: 18px 0;
@ -110,6 +111,5 @@
font: 12px/1.4 Arial, Helvetica, sans-serif; font: 12px/1.4 Arial, Helvetica, sans-serif;
} }
.leaflet-popup-close-button { .leaflet-popup-close-button {
border: 1px solid white; background: white url(images/popup-close.png);
background: url(images/popup-close.png);
} }