Change: the layout of color input
This commit is contained in:
parent
5b701d06ad
commit
2642206e32
|
@ -680,11 +680,18 @@ fieldset > *:not(legend) {
|
|||
}
|
||||
|
||||
.config-dialog input,
|
||||
.config-dialog select {
|
||||
width: 100%;
|
||||
.config-dialog select,
|
||||
.config-dialog .onoffswitch {
|
||||
width: 60px;
|
||||
margin: 0;
|
||||
height: 2em;
|
||||
box-sizing: border-box;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.config-dialog .onoffswitch {
|
||||
height: auto;
|
||||
margin: calc((2em - 12px) / 2) 0;
|
||||
}
|
||||
|
||||
.config-dialog input[type="text"] {
|
||||
|
@ -692,11 +699,14 @@ fieldset > *:not(legend) {
|
|||
}
|
||||
|
||||
.config-dialog label > :last-child {
|
||||
width: 60px;
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.config-dialog label > :last-child:not(.onoffswitch) > :not(:last-child) {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.detail-table {
|
||||
border-collapse: collapse;
|
||||
display: table;
|
||||
|
|
Loading…
Reference in New Issue
Block a user