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:
parent
1edba7c5f9
commit
6e83372b7c
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue