[Rt-commit] rt branch, 4.0/page-menu-height-in-aileron, created. rt-4.0.4-233-g65b3e36

? sunnavy sunnavy at bestpractical.com
Wed Jan 25 11:32:34 EST 2012


The branch, 4.0/page-menu-height-in-aileron has been created
        at  65b3e362ade64153555f5dc30669c0835b129061 (commit)

- Log -----------------------------------------------------------------
commit 65b3e362ade64153555f5dc30669c0835b129061
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jan 26 00:14:51 2012 +0800

    fix the bug that pagemenu overlaps headers right below it
    
    its implicit height is too much, setting it explicitly could fix this.
    
    see #19307

diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index f7c4685..f6b9917 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -115,6 +115,7 @@
     left: auto;
     z-index: 9995;
     font-size: 0.9em;
+    height: 2.5em;
 }
 
 #page-navigation .sf-menu li, #page-navigation .sf-menu li li, #page-navigation .sf-menu li li li {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list