From 999e62711fefc4a4c85c37a09c86a56246ab9abc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Feb 2013 18:14:00 +0000 Subject: [PATCH] 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 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a21888bf5..56f97d066 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;}