]> source.dussan.org Git - redmine.git/commitdiff
Prevent icons clipping on gantt.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 10 Mar 2011 17:40:51 +0000 (17:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 10 Mar 2011 17:40:51 +0000 (17:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index a73779c4f58788aa4052f407e4600410476337a3..fb762d15a7e8041c7951acb00ad61036b6915521 100644 (file)
@@ -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;
 }