Revamped appearance of markers for first and last reported progress dates
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
f5ef3ecbd6
commit
507e799880
2 changed files with 11 additions and 5 deletions
|
|
@ -14,12 +14,12 @@ function(out){
|
|||
out.push('<div class="completionMoneyCostBar"></div>');
|
||||
out.push('<div class="completion"></div>');
|
||||
out.push('<div class="completion2"></div>');
|
||||
out.push('<div class="timesheet-date-mark first-timesheet-date">|</div>');
|
||||
out.push('<div class="timesheet-date-mark last-timesheet-date">|</div>');
|
||||
out.push('<div class="timesheet-date-mark first-timesheet-date"></div>');
|
||||
out.push('<div class="timesheet-date-mark last-timesheet-date"></div>');
|
||||
|
||||
out.push('<div id="tasktooltip', this.uuid,'" class="task_tooltip">',
|
||||
this.getTooltipText(),
|
||||
'</div>');
|
||||
|
||||
out.push('</div>');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -284,16 +284,22 @@ div.box.limiting-unassigned {
|
|||
font-weight: bold;
|
||||
/* By default marks are hidden */
|
||||
display: none;
|
||||
border: 2px solid #F21CFF;
|
||||
height: 5px;
|
||||
width: 2px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.first-timesheet-date {
|
||||
position: absolute;
|
||||
margin-top: -19px;
|
||||
margin-top: -16px;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.last-timesheet-date {
|
||||
position: absolute;
|
||||
margin-top: -19px;
|
||||
margin-top: -16px;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.completion2 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue