From 9287efdd8aff4e5bd953d54d24264888db1a0bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=BB=B6=E4=B9=89?= Date: Tue, 11 Oct 2022 15:51:34 +0800 Subject: [PATCH] * Modify acl radio style. --- module/program/css/create.css | 3 +-- module/program/css/edit.css | 1 - module/project/css/create.css | 1 - module/project/css/edit.css | 1 - www/theme/default/style.css | 2 +- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/module/program/css/create.css b/module/program/css/create.css index b17cb51eb4..a83e205d06 100644 --- a/module/program/css/create.css +++ b/module/program/css/create.css @@ -4,5 +4,4 @@ #budgetUnit:focus {border-left: 1px solid #0c64eb;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #endList {vertical-align: top; padding-top: 13px;} -[lang^=en] #endList {vertical-align: top; padding-top: 20px;} -#dataform th {vertical-align: top; padding-top: 13px;} +[lang^=en] #endList {padding-top: 20px;} diff --git a/module/program/css/edit.css b/module/program/css/edit.css index a2a39bdd0a..870be72a62 100644 --- a/module/program/css/edit.css +++ b/module/program/css/edit.css @@ -2,4 +2,3 @@ #budgetUnit {border-left: 0px;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #endList {vertical-align: top; padding-top: 13px;} -#dataform th {vertical-align: top; padding-top: 13px;} diff --git a/module/project/css/create.css b/module/project/css/create.css index 0c06d2fff2..ffd1081ae2 100644 --- a/module/project/css/create.css +++ b/module/project/css/create.css @@ -25,6 +25,5 @@ #productsBox > #productNameLabel {padding-top: 8px;} #plansBox .row {display: inline-table; width: 102%;} #plansBox .col-sm-4 {float: none; display: inline-block; padding-right: 5px;} -#dataform th {vertical-align: top; padding-top: 13px;} .futureBox {vertical-align: top !important; padding-top: 13px !important;} #linkPlan {padding-top: 25px !important;} diff --git a/module/project/css/edit.css b/module/project/css/edit.css index 57332fa1c0..036ea73084 100644 --- a/module/project/css/edit.css +++ b/module/project/css/edit.css @@ -4,6 +4,5 @@ #plansBox .col-sm-4 {float: none; display: inline-block;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #endList {vertical-align: top; padding-top: 13px;} -#dataform th {vertical-align: top; padding-top: 13px;} #linkPlan {padding-top: 25px !important;} #productsBox .row .col-sm-4.required::after {right: -5px;} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 1a92036b23..46aa04becf 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -148,4 +148,4 @@ body.xxc-embed.m-productplan-view,body.xxc-embed.m-bug-browse,body.xxc-embed.m-p td.delayed > span {display: inline-block; height: 20px; line-height: 18px; background: #FFEBEB; color: #FB2B2B; border-radius: 20px; padding: 2px 8px;} .table .table-children, .table .is-nest-child {background: #F8F8F8;} -.table tbody td.has-child .icon-angle-right {color: #838a9d;} \ No newline at end of file +.table tbody td.has-child .icon-angle-right {color: #838a9d;}