From 18ed53b9a756eee34135b33ebc0d0fbf2bfb7636 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Jan 2018 18:04:06 +0100 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 9 ++++--- htdocs/theme/md/style.css.php | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9ff16964550..cd7eaf67c73 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -4033,10 +4033,13 @@ td.gminorheadingwkend { td.gminorheading { color: #666 !important; } +.glistlbl, .glistgrid { + width: 582px !important; +} .gtaskname div, .gtaskname { - min-width: 200px !important; - max-width: 200px !important; - width: 200px !important; + min-width: 250px !important; + max-width: 250px !important; + width: 250px !important; } .gpccomplete div, .gpccomplete { min-width: 40px !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 1c46a4e0a86..e86d85a2c34 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -4016,6 +4016,48 @@ div.scroll2 { width: px !important; } +.gtaskname div, .gtaskname { + font-size: unset !important; +} +div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend { + font-size: unset !important; + font-weight: normal !important; + color: #000 !important; +} +div.gTaskInfo { + background: #f0f0f0 !important; +} +.gtaskblue { + background: rgb(108,152,185) !important; +} +.gtaskgreen { + background: rgb(160,173,58) !important; +} +td.gtaskname { + overflow: hidden; + text-overflow: ellipsis; +} +td.gminorheadingwkend { + color: #888 !important; +} +td.gminorheading { + color: #666 !important; +} +.glistlbl, .glistgrid { + width: 582px !important; +} +.gtaskname div, .gtaskname { + min-width: 250px !important; + max-width: 250px !important; + width: 250px !important; +} +.gpccomplete div, .gpccomplete { + min-width: 40px !important; + max-width: 40px !important; + width: 40px !important; +} + + /* ============================================================================== */ /* jFileTree */