From 6e83372b7c9283e6c3a24ba441159bfcd3b77967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Wed, 7 Dec 2011 10:57:12 +0100 Subject: [PATCH] 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 --- .../src/main/webapp/common/css/libreplan_zk.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index 4e95baf7d..3b1d31a12 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -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; }