[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-375-g5b24057
? sunnavy
sunnavy at bestpractical.com
Fri May 7 00:11:03 EDT 2010
The branch, 3.8-trunk has been updated
via 5b240577fa018cd0a7a24e8077c49023fc96b375 (commit)
from e65953a67ea491360fdb275040da971406412244 (commit)
Summary of changes:
share/html/NoAuth/css/web2/nav.css | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 5b240577fa018cd0a7a24e8077c49023fc96b375
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri May 7 12:10:46 2010 +0800
tweak css of ul#page-menu to not overlap with the following elements by limiting height and using overflow:auto
diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index b8e5da3..8bf4999 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -141,23 +141,20 @@ div#page-navigation {
}
-div#page-navigation ul {
-
-}
-
div#page-navigation ul#page-menu {
display: block;
position: absolute;
left: 8em;
font-size: 0.9em;
top: 2.3em;
- min-height: 1em;
+ /* if bigger than 0.87em, firefox/opera will show the 2nd line a bit, ugly */
+ height: 0.87em;
background-color: white;
right: 0em;
padding-top:0.3em;
padding-bottom:0.5em;
border-top: 1px solid #aaa;
-
+ overflow: auto;
}
/* ie hack */
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list