From d71568e98dd99d840e88ae2724f5505b5173eb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Wed, 23 Mar 2022 10:55:05 +0800 Subject: [PATCH] * code for task #51327. --- module/task/css/edit.css | 2 ++ module/task/css/edit.en.css | 1 + module/task/css/edit.zh-cn.css | 1 + module/task/css/edit.zh-tw.css | 1 + module/task/view/edit.html.php | 2 +- 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/module/task/css/edit.css b/module/task/css/edit.css index 63affbce59..434423fe8b 100644 --- a/module/task/css/edit.css +++ b/module/task/css/edit.css @@ -1 +1,3 @@ .pl-10px {padding-left: 10px;} +#showAllModuleBox{width:95px;} +#showAllModuleBox .no-margin {padding-left:22px;} diff --git a/module/task/css/edit.en.css b/module/task/css/edit.en.css index 6ce5bf81f8..12a92ee516 100644 --- a/module/task/css/edit.en.css +++ b/module/task/css/edit.en.css @@ -1,2 +1,3 @@ .thWidth {width: 85px !important;} .lifeThWidth {width: 120px !important;} +#showAllModuleBox{width:95px;} diff --git a/module/task/css/edit.zh-cn.css b/module/task/css/edit.zh-cn.css index d0b9f1d97a..5e1fabed13 100644 --- a/module/task/css/edit.zh-cn.css +++ b/module/task/css/edit.zh-cn.css @@ -1,2 +1,3 @@ .thWidth {width: 93px !important;} .lifeThWidth {width: 80px !important;} +#showAllModuleBox{width:85px;} diff --git a/module/task/css/edit.zh-tw.css b/module/task/css/edit.zh-tw.css index 9672ee2c84..df727933ee 100644 --- a/module/task/css/edit.zh-tw.css +++ b/module/task/css/edit.zh-tw.css @@ -1,2 +1,3 @@ .thWidth {width: 80px !important;} .lifeThWidth {width: 80px !important;} +#showAllModuleBox{width:85px;} diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 8ed6436b3e..7f8f694629 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -101,7 +101,7 @@
module, 'class="form-control chosen" onchange="loadModuleRelated()"');?> - +
>