7 lines
340 B
CSS
7 lines
340 B
CSS
.main-content {padding: 20px; background: #fff;}
|
|
#teamForm tr {border: none;}
|
|
#teamForm tr > th {background: #fff;}
|
|
#teamForm .actions-list {padding-left: 0.5rem;}
|
|
#featureBar .select-dept-box, #featureBar .select-team-box {display: inline-flex;}
|
|
#featureBar .select-dept-box > select, #featureBar .select-team-box > select {width: 270px;}
|