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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 10 11:29:55 EDT 2009


Author: christoph
Date: 2009-07-10 11:29:55 -0400 (Fri, 10 Jul 2009)
New Revision: 4338

Modified:
   branches/2.6/http/javascripts/mod_copyright.php
Log:


Modified: branches/2.6/http/javascripts/mod_copyright.php
===================================================================
--- branches/2.6/http/javascripts/mod_copyright.php	2009-07-10 15:29:05 UTC (rev 4337)
+++ branches/2.6/http/javascripts/mod_copyright.php	2009-07-10 15:29:55 UTC (rev 4338)
@@ -59,8 +59,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 = "60";
 		el_top.id = myMapObj.elementName+"_copyright";
 		map_el.appendChild(el_top);
 	}



More information about the Mapbender_commits mailing list