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:
Jean-Philippe Lang 2013-02-11 18:14:00 +00:00
parent cd04a041fe
commit 999e62711f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ h4 {border-bottom: 1px dotted #bbb;}
#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 h1 a.ancestor { font-size: 80%; }
#quick-search {float:right;}