Add vertical borders in watermarks to improve differentiation between days

When using day level, the vertical positioning inside the day was not very clear.
This also happened during consecutive inactivity periods, where all marked bank
holidays were displayed together. A border is added to the columns to avoid this
behaviour.

It would be useful to achieve an optimum level of alignment to review the pixel spacing
that appears on Chrome, and improve the rounding calculations and spacings between 1st
and 2nd level detail.

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-12-07 10:57:12 +01:00
parent 1edba7c5f9
commit 6e83372b7c

View file

@ -1455,6 +1455,16 @@ display:none;
height: 99999px;
}
.second_level_ #watermark .timetracker_column_even,
.second_level_ #watermark .timetracker_column {
border-right: solid 1px #F2F2F2 !important;
}
#ganttpanel .second_level_ #watermark .bankHoliday {
border-right: solid 1px #F2D8D8 !important;
}
.calendar-exceptions div.z-grid-body {
overflow: hidden;
}