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;?>