##// END OF EJS Templates
Adds a css class for gantt subjects....
Jean-Philippe Lang -
r4414:620c1e278948
parent child
Show More
@@ -80,7 +80,9 t_height = g_height + headers_height
80 80 <div style="right:-2px;width:<%= subject_width %>px;height:<%= headers_height %>px;background: #eee;" class="gantt_hdr"></div>
81 81 <div style="right:-2px;width:<%= subject_width %>px;height:<%= t_height %>px;border-left: 1px solid #c0c0c0;overflow:hidden;" class="gantt_hdr"></div>
82 82
83 <div class="gantt_subjects">
83 84 <%= @gantt.subjects %>
85 </div>
84 86
85 87 </div>
86 88 </td>
@@ -779,6 +779,8 background-image:url('../images/close_hl.png');
779 779 overflow: hidden;
780 780 }
781 781
782 .gantt_subjects { font-size: 0.8em; }
783
782 784 .task {
783 785 position: absolute;
784 786 height:8px;
General Comments 0
You need to be logged in to leave comments. Login now