2019-10-10 10:40:34 +02:00
|
|
|
form fieldset.table {
|
|
|
|
display: table;
|
|
|
|
}
|
2020-01-06 11:41:28 +01:00
|
|
|
ul.nestedCbList {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2020-01-27 11:09:35 +01:00
|
|
|
form button.SelectAll {
|
|
|
|
display: block;
|
|
|
|
}
|
2020-01-06 11:48:37 +01:00
|
|
|
form label{
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2019-10-10 10:40:34 +02:00
|
|
|
form fieldset.table div {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
form fieldset.table input, form fieldset.table select, form fieldset.table label {
|
|
|
|
display: table-cell;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form fieldset.table label {
|
|
|
|
text-align: right;
|
2019-10-10 10:46:46 +02:00
|
|
|
vertical-align:middle;
|
2019-10-10 10:40:34 +02:00
|
|
|
}
|