10 lines
501 B
CSS
10 lines
501 B
CSS
.main-content {padding: 20px; background: #fff;}
|
|
#teamForm tr {border: none;}
|
|
#teamForm tr > th {background: #fff;}
|
|
#teamForm .actions-list {padding-left: 3rem;}
|
|
#featureBar .select-dept-box, #featureBar .select-team-box {display: inline-flex;}
|
|
#featureBar .dept-title {width: 120px;}
|
|
#featureBar .team-title {width: 80px;}
|
|
[lang^=zh] #featureBar .dept-title, [lang^=zh] #featureBar .team-title {width: 64px;}
|
|
#featureBar .select-dept-box .picker, #featureBar .select-team-box .picker {width: 270px;}
|