[Pkg-mozext-commits] [itsalltext] 75/459: Minor change to z-index

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 9c24eb98c718d72168c8706a9b6f1060b4dabae9
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Thu Jan 11 15:55:19 2007 -0500

    Minor change to z-index
---
 chrome/content/itsalltext.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 7a213ed..793df12 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -631,7 +631,7 @@ function ItsAllTextOverlay() {
     gumdrop.style.position         = 'relative';
     gumdrop.style.padding          = '0';
     gumdrop.style.border           = 'none';
-    gumdrop.style.zIndex           = 2147483647; //Max Int
+    gumdrop.style.zIndex           = 2147483646; // Max Int - 1
 
     gumdrop.style.width            = width+'px';
     gumdrop.style.height           = height+'px';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list