From b5afe435d4e1cf05982ec0b6110085eee4e41f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Mon, 26 Nov 2012 13:30:54 +0100 Subject: [PATCH] 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 --- libreplan-webapp/src/main/webapp/planner/css/ganttzk.css | 1 + 1 file changed, 1 insertion(+) diff --git a/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css b/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css index 1333468aa..5ab6ccd9b 100644 --- a/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css +++ b/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css @@ -300,6 +300,7 @@ div.box.limiting-unassigned { .last-timesheet-date { position: absolute; margin-top: -16px; + margin-left: -4px; border-left: 0; }