improve close button styling

This commit is contained in:
Vladimir Agafonkin
2012-07-13 16:47:25 +03:00
parent f27279a358
commit b30df4a0fd

13
dist/leaflet.css vendored
View File

@ -307,13 +307,14 @@
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 3px;
right: 3px;
top: 0;
right: 0;
padding: 4px 5px 0 0;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #ccc;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
}