[Frontend] Timeline Gantt bar mods to allow small min-width

open #965
- CSS adjusted to handle min-width of 2px and better
approach to ellipsizing text;
- Angular ng-class added to hide icon and title if
width less than a value;
- Rounded corners on bars removed;
This commit is contained in:
Charles Hacskaylo
2016-05-25 20:52:36 -07:00
parent c557fb6cd5
commit 33c208d8fe
3 changed files with 16 additions and 13 deletions

View File

@@ -20,6 +20,7 @@
at runtime from the About dialog for additional information.
-->
<div class="t-timeline-gantt l-timeline-gantt s-timeline-gantt"
ng-class="{ sm: gantt.width(timespan, parameters.scroll, parameters.toPixels) < 25 }"
title="{{model.name}}"
ng-controller="TimelineGanttController as gantt"
ng-style="timespan ? {