2015-11-25 17:04:11 +00:00
|
|
|
.l-timeline-gantt {
|
|
|
|
position: absolute;
|
|
|
|
top: $timelineSwimlaneGanttVM; bottom: $timelineSwimlaneGanttVM;
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
@include ellipsize();
|
|
|
|
height: $activityBarH;
|
|
|
|
line-height: $activityBarH + 2;
|
|
|
|
padding: 0 $interiorMargin;
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline;
|
|
|
|
&.s-activity-type {
|
|
|
|
&.timeline {
|
|
|
|
&:before {
|
|
|
|
content:"S";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.activity {
|
|
|
|
&:before {
|
|
|
|
content:"A";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.s-title {
|
2016-02-23 02:02:16 +00:00
|
|
|
text-shadow: rgba(black, 0.1) 0 1px 2px;
|
2015-11-25 17:04:11 +00:00
|
|
|
}
|
|
|
|
&.duration {
|
|
|
|
left: auto;
|
|
|
|
opacity: 0.75;
|
|
|
|
right: 0;
|
|
|
|
text-align: right;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
&.handle {
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: auto;
|
|
|
|
width: 15px;
|
|
|
|
&.left {
|
|
|
|
right: auto;
|
|
|
|
}
|
|
|
|
&.middle {
|
|
|
|
right: 15px;
|
|
|
|
left: 15px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-01-09 00:11:00 +00:00
|
|
|
.edit-mode .s-timeline-gantt,
|
|
|
|
.s-status-editing .s-timeline-gantt {
|
2015-11-25 17:04:11 +00:00
|
|
|
.handle {
|
|
|
|
cursor: col-resize;
|
|
|
|
&.mid {
|
|
|
|
cursor: ew-resize;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|