Fixed that long project names in the header may overlap the main menu (#13127).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11351 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cd04a041fe
commit
999e62711f
|
@ -25,7 +25,7 @@ h4 {border-bottom: 1px dotted #bbb;}
|
||||||
|
|
||||||
#account {float:right;}
|
#account {float:right;}
|
||||||
|
|
||||||
#header {height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
|
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
||||||
#header a {color:#f8f8f8;}
|
#header a {color:#f8f8f8;}
|
||||||
#header h1 a.ancestor { font-size: 80%; }
|
#header h1 a.ancestor { font-size: 80%; }
|
||||||
#quick-search {float:right;}
|
#quick-search {float:right;}
|
||||||
|
|
Loading…
Reference in New Issue