[Mapbender-commits] r4115 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 24 06:54:06 EDT 2009


Author: astrid_emde
Date: 2009-06-24 06:54:06 -0400 (Wed, 24 Jun 2009)
New Revision: 4115

Modified:
   branches/2.6/http/javascripts/mod_scalebar.php
Log:
width of scalebar increased to 300

Modified: branches/2.6/http/javascripts/mod_scalebar.php
===================================================================
--- branches/2.6/http/javascripts/mod_scalebar.php	2009-06-24 10:19:08 UTC (rev 4114)
+++ branches/2.6/http/javascripts/mod_scalebar.php	2009-06-24 10:54:06 UTC (rev 4115)
@@ -93,7 +93,7 @@
 		el_top.style.position = "absolute";
 		el_top.style.top = "0px";
 		el_top.style.left = "0px";
-		el_top.style.width = "200px";
+		el_top.style.width = "300px";
 		el_top.style.overflow = "hidden";
 		el_top.style.zIndex = "10";
 		el_top.id = mb_mapObj[ind].elementName+"_scalebar";



More information about the Mapbender_commits mailing list