[Mapbender-commits] r3872 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Apr 14 06:28:28 EDT 2009


Author: christoph
Date: 2009-04-14 06:28:28 -0400 (Tue, 14 Apr 2009)
New Revision: 3872

Modified:
   trunk/mapbender/http/javascripts/mod_scalebar.php
Log:
changed width of scalebar tag

Modified: trunk/mapbender/http/javascripts/mod_scalebar.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_scalebar.php	2009-04-10 11:34:11 UTC (rev 3871)
+++ trunk/mapbender/http/javascripts/mod_scalebar.php	2009-04-14 10:28:28 UTC (rev 3872)
@@ -93,13 +93,9 @@
 		el_top.style.position = "absolute";
 		el_top.style.top = "0px";
 		el_top.style.left = "0px";
-		el_top.style.width = "0px";
-		el_top.style.height = "0px";
+		el_top.style.width = "200px";
 		el_top.style.overflow = "hidden";
 		el_top.style.zIndex = "10";
-		el_top.style.visibility = "hidden";
-		el_top.style.cursor = "crosshair";
-		el_top.style.backgroundColor = "#ff0000";
 		el_top.id = mb_mapObj[ind].elementName+"_scalebar";
 		map_el.appendChild(el_top);
 	}



More information about the Mapbender_commits mailing list