From 175a703f110a2fb54636ca7d8f0a0f6092c61340 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 5 Aug 2022 10:49:10 +0800 Subject: [PATCH] * Fix bug #26020. --- module/my/css/task.css | 6 ++++++ module/my/view/task.html.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/module/my/css/task.css b/module/my/css/task.css index c1fb73b2d6..76770c40fe 100644 --- a/module/my/css/task.css +++ b/module/my/css/task.css @@ -21,3 +21,9 @@ td.delayed {background: #e84e0f !important; color: white;} html[lang="en"] .c-date {width: 80px;} html[lang="en"] .c-user-short {width: 88px;} +[lang^='de'] .c-user-short, [lang^='fr'] .c-user-short {width: 75px;} +[lang^='de'] .c-date, [lang^='fr'] .c-date {width: 100px;} +[lang^='de'] .c-user, [lang^='fr'] .c-user {width: 118px;} +[lang^='de'] .c-hours.consumed {width: 70px;} +[lang^='de'] .c-hours.estimate {width: 75px;} +[lang^='de'] .c-project {width: 100px;} diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index d365c439d9..73248a00ee 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -78,8 +78,8 @@ task->finishedBy);?> - task->estimateAB);?> - task->consumedAB);?> + task->estimateAB);?> + task->consumedAB);?> task->leftAB);?> statusAB);?> actions;?>