From 507e799880fa63bcc0b66aa93b8f2bcafe1ba475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Mon, 26 Nov 2012 13:23:56 +0100 Subject: [PATCH] Revamped appearance of markers for first and last reported progress dates FEA: ItEr77S04BugFixing --- .../resources/web/js/ganttz/mold/task-component.js | 6 +++--- .../src/main/webapp/planner/css/ganttzk.css | 10 ++++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js b/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js index c4784599d..3198e0fbd 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js +++ b/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js @@ -14,12 +14,12 @@ function(out){ out.push('
'); out.push('
'); out.push('
'); - out.push('
|
'); - out.push('
|
'); + out.push('
'); + out.push('
'); out.push('
', this.getTooltipText(), '
'); out.push(''); -} \ No newline at end of file +} diff --git a/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css b/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css index 941976473..06ca1ca63 100644 --- a/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css +++ b/libreplan-webapp/src/main/webapp/planner/css/ganttzk.css @@ -284,16 +284,22 @@ div.box.limiting-unassigned { font-weight: bold; /* By default marks are hidden */ display: none; + border: 2px solid #F21CFF; + height: 5px; + width: 2px; + opacity: 0.5; } .first-timesheet-date { position: absolute; - margin-top: -19px; + margin-top: -16px; + border-right: 0; } .last-timesheet-date { position: absolute; - margin-top: -19px; + margin-top: -16px; + border-left: 0; } .completion2 {