[Mapbender-commits] r3115 - branches/noframes/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 3 10:28:39 EDT 2008


Author: nimix
Date: 2008-10-03 10:28:39 -0400 (Fri, 03 Oct 2008)
New Revision: 3115

Modified:
   branches/noframes/http/javascripts/mod_measure.php
Log:
fix zIndex

Modified: branches/noframes/http/javascripts/mod_measure.php
===================================================================
--- branches/noframes/http/javascripts/mod_measure.php	2008-10-03 14:21:04 UTC (rev 3114)
+++ branches/noframes/http/javascripts/mod_measure.php	2008-10-03 14:28:39 UTC (rev 3115)
@@ -64,7 +64,9 @@
 		el2 = el.cloneNode(false);
 
 		el.id = mod_measure_target+"_measure_sub";
+		el.style.zIndex = "19";
 		el1.id = mod_measure_target+"_measure_display";
+		el1.style.zIndex = "17";
 		el2.id = mod_measure_target+"_measuring";
 		
 		map_el.appendChild(el);



More information about the Mapbender_commits mailing list