Fix wrong slider positions in PanZoomBar (closes #3154, r=erilem)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11714 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Stéphane Brunner
2011-03-17 16:33:12 +00:00
parent 2f71742fc9
commit 78ab33e8f7

View File

@@ -319,6 +319,14 @@ div.olControlSaveFeaturesItemInactive {
background-position: 0px 18px;
}
/*
* When a potential text is bigger than the image it move the image
* with some headers (closes #3154)
*/
.olControlPanZoomBar div {
font-size: 1px;
}
.olPopupCloseBox {
background: url("img/close.gif") no-repeat;
cursor: pointer;