epiphany r8922 - trunk/src



Author: xan
Date: Thu Mar 19 09:26:55 2009
New Revision: 8922
URL: http://svn.gnome.org/viewvc/epiphany?rev=8922&view=rev

Log:
ephy-window: try with a bigger z-index...

Modified:
   trunk/src/ephy-window.c

Modified: trunk/src/ephy-window.c
==============================================================================
--- trunk/src/ephy-window.c	(original)
+++ trunk/src/ephy-window.c	Thu Mar 19 09:26:55 2009
@@ -2580,7 +2580,7 @@
 	"var node = document.createElement('div');"\
 	"node.id = 'epiphanyWebKitFloatingStatusBar';"\
 	"node.style.padding = '0.4em';"\
-	"node.style.zIndex = '42';"\ /* Try to get the div on top of everything ... */
+	"node.style.zIndex = '9999';"\
 	"node.style.border = '1px solid black';"\
 	"node.style.background = 'rgb(%d,%d,%d)';"\
 	"node.style.color = 'rgb(%d,%d,%d)';"\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]