[Mapbender-commits] r8720 - branches/2.7/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 8 06:50:41 PDT 2013
Author: verenadiewald
Date: 2013-10-08 06:50:40 -0700 (Tue, 08 Oct 2013)
New Revision: 8720
Modified:
branches/2.7/http/javascripts/mod_measure.php
Log:
changed zIndex of measure sub buttons
Modified: branches/2.7/http/javascripts/mod_measure.php
===================================================================
--- branches/2.7/http/javascripts/mod_measure.php 2013-10-08 13:23:25 UTC (rev 8719)
+++ branches/2.7/http/javascripts/mod_measure.php 2013-10-08 13:50:40 UTC (rev 8720)
@@ -68,7 +68,7 @@
el2 = el.cloneNode(false);
el.id = mod_measure_target+"_measure_sub";
- el.style.zIndex = "100";
+ el.style.zIndex = "10000";
el1.id = mod_measure_target+"_measure_display";
el1.style.zIndex = "22";
el2.id = mod_measure_target+"_measuring";
More information about the Mapbender_commits
mailing list