angular-gantt
Version:
Gantt chart component for AngularJS
63 lines (51 loc) • 1.1 kB
CSS
.gantt-row-label-background {
position: absolute;
width: 100%;
}
.gantt-tree-body .gantt-row-label span {
margin: 0;
}
.gantt-tree-body .gantt-row-label a.gantt-tree-handle-button {
padding: 0;
position: relative;
}
.gantt-tree-body .gantt-row-label span.gantt-tree-handle {
padding: 0;
position: relative;
}
.gantt-tree-body .gantt-row-label span.gantt-label-text {
padding-left: 0;
}
.gantt-tree-header {
overflow: hidden;
position: relative;
}
.gantt-tree-body {
overflow: hidden;
}
.gantt-tree-header-row {
position: absolute;
bottom: 0;
width: 100%;
}
.gantt-tree-header-row span.gantt-label-text {
display: inline-block;
padding-top: 0.5em;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
}
.gantt-tree-body ol {
padding-left: 0;
}
.angular-ui-tree-handle {
cursor: inherit;
text-decoration: inherit;
font-weight: inherit;
min-height: inherit;
line-height: inherit;
}
.gantt-side-content-tree .gantt-tree-handle-button {
pointer-events: auto;
}