Prevent icons clipping on gantt.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5076 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-03-10 17:40:51 +00:00
parent 2ebaf1372d
commit b1cc8511c7
1 changed files with 2 additions and 2 deletions

View 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;
}