From: Jean-Philippe Lang Date: Thu, 10 Mar 2011 17:40:51 +0000 (+0000) Subject: Prevent icons clipping on gantt. X-Git-Tag: 1.2.0~766 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b1cc8511c71039d51a0d7b7b791f1fa95db079fb;p=redmine.git Prevent icons clipping on gantt. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a73779c4f..fb762d15a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -792,7 +792,7 @@ background-image:url('../images/close_hl.png'); } .gantt_subjects { font-size: 0.8em; } -.gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } +.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } .task { position: absolute; @@ -801,7 +801,7 @@ background-image:url('../images/close_hl.png'); color:#888; padding:0; margin:0; - line-height:0.8em; + line-height:16px; white-space:nowrap; }