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

20 lines
358 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 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;
}