[OpenLayers-Commits] r11714 - trunk/openlayers/theme/default

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Mar 17 12:33:14 EDT 2011


Author: sbrunner
Date: 2011-03-17 09:33:12 -0700 (Thu, 17 Mar 2011)
New Revision: 11714

Modified:
   trunk/openlayers/theme/default/style.css
Log:
Fix wrong slider positions in PanZoomBar (closes #3154, r=erilem)

Modified: trunk/openlayers/theme/default/style.css
===================================================================
--- trunk/openlayers/theme/default/style.css	2011-03-17 15:50:08 UTC (rev 11713)
+++ trunk/openlayers/theme/default/style.css	2011-03-17 16:33:12 UTC (rev 11714)
@@ -319,6 +319,14 @@
     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;



More information about the Commits mailing list