31 lines
492 B
CSS
31 lines
492 B
CSS
.admin_form .field {
|
|
max-width: 320px;
|
|
}
|
|
|
|
.admin_form .field select,
|
|
.admin_form .field input:not([type="checkbox"]):not([type="radio"]),
|
|
.admin_form .field textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
.row_address .flex-container,
|
|
.row_code_town .flex-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.row_address .flex-container .separator {
|
|
padding: 0 2px;
|
|
}
|
|
|
|
#config_code {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#config_street {
|
|
flex-basis: 60%;
|
|
margin-right: 5px;
|
|
flex-shrink: 0;
|
|
}
|
|
|