10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-04 10:26:06 +02:00
QUESTDB_website/static/css/form.css

27 lines
459 B
CSS
Raw Normal View History

form fieldset.table {
display: table;
}
2020-01-06 11:41:28 +01:00
ul.nestedCbList {
list-style-type: none;
padding-left: 1em;
}
form button.SelectAll {
display: block;
}
2020-01-06 11:48:37 +01:00
form label{
padding-left: 5px;
padding-right: 5px;
}
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;
vertical-align:middle;
}