Move the popup close box sizing to CSS

This commit is contained in:
Frederic Junod
2012-02-12 21:56:41 +01:00
parent 3fae6c0d29
commit 134f24480a
3 changed files with 7 additions and 4 deletions

View File

@@ -259,6 +259,8 @@ div.olControlSaveFeaturesItemInactive {
.olPopupCloseBox {
background: url("img/close.gif") no-repeat;
width: 17px;
height: 17px;
cursor: pointer;
}