Skip to content

Commit

Permalink
update close button
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 13, 2011
1 parent 5b6a98a commit d15dc94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified dist/images/popup-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@
}
.leaflet-popup-close-button {
position: absolute;
top: 10px;
right: 10px;
width: 10px;
height: 10px;
top: 9px;
right: 9px;
width: 8px;
height: 8px;
padding: 1px;
}
.leaflet-popup-content p {
margin: 18px 0;
Expand All @@ -110,6 +111,5 @@
font: 12px/1.4 Arial, Helvetica, sans-serif;
}
.leaflet-popup-close-button {
border: 1px solid white;
background: url(images/popup-close.png);
background: white url(images/popup-close.png);
}

0 comments on commit d15dc94

Please sign in to comment.