[Mapbender-commits] r4325 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 9 04:36:46 EDT 2009
Author: christoph
Date: 2009-07-09 04:36:46 -0400 (Thu, 09 Jul 2009)
New Revision: 4325
Modified:
trunk/mapbender/http/javascripts/mod_copyright.php
trunk/mapbender/http/javascripts/mod_sandclock.js
Log:
wrong cursor and zIndex
Modified: trunk/mapbender/http/javascripts/mod_copyright.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_copyright.php 2009-07-09 08:17:59 UTC (rev 4324)
+++ trunk/mapbender/http/javascripts/mod_copyright.php 2009-07-09 08:36:46 UTC (rev 4325)
@@ -55,8 +55,7 @@
el_top.style.top = "0px";
el_top.style.left = "0px";
el_top.style.overflow = "hidden";
- el_top.style.zIndex = "1000";
- el_top.style.cursor = "crosshair";
+ el_top.style.zIndex = "70";
el_top.id = myMapObj.elementName+"_copyright";
map_el.appendChild(el_top);
}
Modified: trunk/mapbender/http/javascripts/mod_sandclock.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_sandclock.js 2009-07-09 08:17:59 UTC (rev 4324)
+++ trunk/mapbender/http/javascripts/mod_sandclock.js 2009-07-09 08:36:46 UTC (rev 4325)
@@ -91,7 +91,6 @@
el_top.style.overflow = "hidden";
el_top.style.zIndex = "1000";
el_top.style.visibility = "visible";
- el_top.style.cursor = "crosshair";
el_top.id = map.elementName+"_sandclock";
map_el.appendChild(el_top);
}
More information about the Mapbender_commits
mailing list