[Rt-commit] r14505 - in rt/3.8/trunk: share/html/NoAuth/css/web2

elacour at bestpractical.com elacour at bestpractical.com
Fri Jul 25 05:07:04 EDT 2008


Author: elacour
Date: Fri Jul 25 05:06:59 2008
New Revision: 14505

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/NoAuth/css/web2/nav.css

Log:
 r10232 at datura:  manu | 2008-07-25 11:06:37 +0200
 RT-Ticket: 10255
 RT-Update: correspond
 RT-Status: resolved
 
 Make the height of navigation box adjust itself when there is more than one line of items.
 
 FIXME: ideally, the body should goes down as well to keep space with nav, but
 this require more changes and is not needed for up to 3 lines of items.
 


Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/nav.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/nav.css	Fri Jul 25 05:06:59 2008
@@ -151,7 +151,7 @@
  left: 8em;
  font-size: 0.9em;
  top: 2.3em;
- height: 1em;
+ min-height: 1em;
  background-color: white;
  right: 0em;
  padding-top:0.3em;


More information about the Rt-commit mailing list