Adds a css class for gantt subjects.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4528 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-12-17 15:25:07 +00:00
parent 8a86b2d2bc
commit 620c1e2789
2 changed files with 4 additions and 0 deletions

View File

@ -80,7 +80,9 @@ t_height = g_height + headers_height
<div style="right:-2px;width:<%= subject_width %>px;height:<%= headers_height %>px;background: #eee;" class="gantt_hdr"></div>
<div style="right:-2px;width:<%= subject_width %>px;height:<%= t_height %>px;border-left: 1px solid #c0c0c0;overflow:hidden;" class="gantt_hdr"></div>
<div class="gantt_subjects">
<%= @gantt.subjects %>
</div>
</div>
</td>

View File

@ -779,6 +779,8 @@ background-image:url('../images/close_hl.png');
overflow: hidden;
}
.gantt_subjects { font-size: 0.8em; }
.task {
position: absolute;
height:8px;