From d1d11c63dfb8e656ba63930db31f1d1c41b432a9 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 10 Jun 2014 17:41:09 +0000 Subject: [PATCH] Styles for gantt progress &weekend hightlight --- etemplate/templates/default/etemplate2.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 0dbd842671..d9e7e9dfce 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1427,6 +1427,28 @@ div.ui-toolbar-menulist{ background-size: 18px; } +.et2_gantt .gantt_task_progress +{ + text-align: left; + color: white; + overflow: hidden; + text-overflow: clip; + white-space: nowrap; +} +.et2_gantt .gantt_task_progress > span +{ + font-weight: bold; + margin: 0 1ex; +} +.et2_gantt .weekend +{ + background-color: #f4f7f4; +} +.et2_gantt .gantt_selected .weekend +{ + background-color: #f7eb91; +} + /** * Do not wrap content of a single widget incl. a label or children of a hbox. * Taking into eg. select-account widget rendered as ul and prefixed with a label