From 78ab33e8f7839936aa07e405b2f0b11da4708b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 17 Mar 2011 16:33:12 +0000 Subject: [PATCH] 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 --- theme/default/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/default/style.css b/theme/default/style.css index ea61d0d158..40b9eb6e7c 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -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;