[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. b3186043095daf99d4546f28ea4d097c0d3c5012
Thomas Sibley
trs at bestpractical.com
Fri Mar 1 20:23:39 EST 2013
The branch, rt4 has been updated
via b3186043095daf99d4546f28ea4d097c0d3c5012 (commit)
from dec3fe01aee0be1b3797e39b096e7c7c9acc3fd2 (commit)
Summary of changes:
html/NoAuth/css/rt.cpan.org.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit b3186043095daf99d4546f28ea4d097c0d3c5012
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Mar 1 17:22:56 2013 -0800
The page navigation should be below the queue autocomplete
The queue autocomplete is at 100. RT sets the z-index to something
absurd normally.
diff --git a/html/NoAuth/css/rt.cpan.org.css b/html/NoAuth/css/rt.cpan.org.css
index bae2b47..f669eac 100644
--- a/html/NoAuth/css/rt.cpan.org.css
+++ b/html/NoAuth/css/rt.cpan.org.css
@@ -114,3 +114,7 @@ tt {
a { text-decoration: underline; }
#user-prefs-password { display: none }
+
+#page-navigation {
+ z-index: 99;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list