[Mapbender-commits] r3746 - trunk/mapbender/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 16 09:10:29 EDT 2009


Author: astrid_emde
Date: 2009-03-16 09:10:29 -0400 (Mon, 16 Mar 2009)
New Revision: 3746

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
zIndex - frames 

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-16 12:43:36 UTC (rev 3745)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-16 13:10:29 UTC (rev 3746)
@@ -151,7 +151,7 @@
 UPDATE gui_element SET e_attributes = 'onload="init()"' WHERE e_id = 'body' AND fkey_gui_id IN ('wms_africa', 'wms_australia', 'wms_europe', 'wms_gdi_de', 'wms_germany', 'wms_north_america', 'wms_worldwide');
 
 -- gui: tab: increase the size of the frames onmouseover
-UPDATE gui_element SET e_attributes = 'frameborder = "0" onmouseover="this.style.zIndex=33;this.style.width=350;" onmouseout="this.style.zIndex=2;this.style.width=200"',
+UPDATE gui_element SET e_attributes = 'frameborder = "0" onmouseover="this.style.zIndex=300;this.style.width=350;" onmouseout="this.style.zIndex=2;this.style.width=200"',
 e_more_styles = 'visibility:hidden; border: 1px solid #a19c8f;' WHERE e_id IN ('treeGDE','printPDF','legend','imprint','meetiongPoint','gazetteerWFS') AND fkey_gui_id IN ('gui');
 
 -- gui_treegde - delete entries which are not needed



More information about the Mapbender_commits mailing list