Commit 620c1e27 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Adds a css class for gantt subjects.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4528 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8a86b2d2
......@@ -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>
......
......@@ -779,6 +779,8 @@ background-image:url('../images/close_hl.png');
overflow: hidden;
}
.gantt_subjects { font-size: 0.8em; }
.task {
position: absolute;
height:8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment