Shifted right the last reported day marker

This makes the component fit inside the day and overlap when the zoom is
wide enough to make the interval thinner than the sum of the marker widths.

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-11-26 13:30:54 +01:00
parent 25087fd7ba
commit b5afe435d4

View file

@ -300,6 +300,7 @@ div.box.limiting-unassigned {
.last-timesheet-date { .last-timesheet-date {
position: absolute; position: absolute;
margin-top: -16px; margin-top: -16px;
margin-left: -4px;
border-left: 0; border-left: 0;
} }