##// END OF EJS Templates
Prevent icons clipping on gantt....
Jean-Philippe Lang -
r4956:b1cc8511c710
parent child
Show More
@@ -792,7 +792,7 background-image:url('../images/close_hl.png');
792 }
792 }
793
793
794 .gantt_subjects { font-size: 0.8em; }
794 .gantt_subjects { font-size: 0.8em; }
795 .gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
795 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
796
796
797 .task {
797 .task {
798 position: absolute;
798 position: absolute;
@@ -801,7 +801,7 background-image:url('../images/close_hl.png');
801 color:#888;
801 color:#888;
802 padding:0;
802 padding:0;
803 margin:0;
803 margin:0;
804 line-height:0.8em;
804 line-height:16px;
805 white-space:nowrap;
805 white-space:nowrap;
806 }
806 }
807
807
General Comments 0
You need to be logged in to leave comments. Login now