2019-10-10 10:40:34 +02:00
|
|
|
form fieldset.table {
|
|
|
|
display: table;
|
|
|
|
}
|
2020-05-18 10:58:02 +02:00
|
|
|
form {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2020-01-06 11:41:28 +01:00
|
|
|
ul.nestedCbList {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2020-12-07 11:15:26 +01:00
|
|
|
form button.selectButton {
|
2020-01-27 11:09:35 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2020-05-18 10:58:02 +02:00
|
|
|
form fieldset.main {
|
|
|
|
padding: 10px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
form input[type="submit"] {
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
2020-01-06 11:48:37 +01:00
|
|
|
form label{
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2020-05-19 10:30:28 +02:00
|
|
|
form legend.required::after,form label.required::after {
|
|
|
|
content: " *";
|
|
|
|
color: red;
|
|
|
|
}
|
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
|
|
|
}
|