* Modify acl radio style.

This commit is contained in:
曹延义
2022-10-11 15:51:34 +08:00
parent bd488328ab
commit 9287efdd8a
5 changed files with 2 additions and 6 deletions

View File

@@ -4,5 +4,4 @@
#budgetUnit:focus {border-left: 1px solid #0c64eb;} #budgetUnit:focus {border-left: 1px solid #0c64eb;}
#dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;}
#endList {vertical-align: top; padding-top: 13px;} #endList {vertical-align: top; padding-top: 13px;}
[lang^=en] #endList {vertical-align: top; padding-top: 20px;} [lang^=en] #endList {padding-top: 20px;}
#dataform th {vertical-align: top; padding-top: 13px;}

View File

@@ -2,4 +2,3 @@
#budgetUnit {border-left: 0px;} #budgetUnit {border-left: 0px;}
#dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;}
#endList {vertical-align: top; padding-top: 13px;} #endList {vertical-align: top; padding-top: 13px;}
#dataform th {vertical-align: top; padding-top: 13px;}

View File

@@ -25,6 +25,5 @@
#productsBox > #productNameLabel {padding-top: 8px;} #productsBox > #productNameLabel {padding-top: 8px;}
#plansBox .row {display: inline-table; width: 102%;} #plansBox .row {display: inline-table; width: 102%;}
#plansBox .col-sm-4 {float: none; display: inline-block; padding-right: 5px;} #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;} .futureBox {vertical-align: top !important; padding-top: 13px !important;}
#linkPlan {padding-top: 25px !important;} #linkPlan {padding-top: 25px !important;}

View File

@@ -4,6 +4,5 @@
#plansBox .col-sm-4 {float: none; display: inline-block;} #plansBox .col-sm-4 {float: none; display: inline-block;}
#dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;}
#endList {vertical-align: top; padding-top: 13px;} #endList {vertical-align: top; padding-top: 13px;}
#dataform th {vertical-align: top; padding-top: 13px;}
#linkPlan {padding-top: 25px !important;} #linkPlan {padding-top: 25px !important;}
#productsBox .row .col-sm-4.required::after {right: -5px;} #productsBox .row .col-sm-4.required::after {right: -5px;}

View File

@@ -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;} 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 .table-children,
.table .is-nest-child {background: #F8F8F8;} .table .is-nest-child {background: #F8F8F8;}
.table tbody td.has-child .icon-angle-right {color: #838a9d;} .table tbody td.has-child .icon-angle-right {color: #838a9d;}