From c23b4fe7b662686dbbd48be30f3ff6fc05a2cd05 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 5 Jul 2022 07:34:49 +0000 Subject: [PATCH] * Finish task #59536 #59537. --- module/block/view/qastatisticblock.html.php | 3 ++- module/my/css/task.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/module/block/view/qastatisticblock.html.php b/module/block/view/qastatisticblock.html.php index 5d4085d837..079d2b14c2 100644 --- a/module/block/view/qastatisticblock.html.php +++ b/module/block/view/qastatisticblock.html.php @@ -13,7 +13,8 @@ .product-info .progress-info {position: absolute; left: 8px; top: 10px; width: 180px; font-size: 12px;} .product-info .type-info {color: #A6AAB8; text-align: center; position: absolute; right: 0; top: 6px; width: 100px;} .product-info .type-value, -.product-info .type-label {font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +.product-info .type-label {font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #838A9D;} +.progress-pie .progress-info>small {color: #838A9D;} .product-info .type-value {font-size: 14px;} .product-info .type-value > strong {font-size: 20px; color: #3C4353;} .product-info .actions {position: absolute; left: 10px; top: 14px;} diff --git a/module/my/css/task.css b/module/my/css/task.css index f92313cf22..c1fb73b2d6 100644 --- a/module/my/css/task.css +++ b/module/my/css/task.css @@ -18,3 +18,6 @@ td.delayed {background: #e84e0f !important; color: white;} .c-status, .c-date, .c-user-short {width: 70px;} .c-project {width: 130px;} #taskTable .assigned-title{width: 110px; padding-left: 29px;} + +html[lang="en"] .c-date {width: 80px;} +html[lang="en"] .c-user-short {width: 88px;}