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;