mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
24 lines
415 B
CSS
24 lines
415 B
CSS
form fieldset.table {
|
|
display: table;
|
|
}
|
|
ul.nestedCbList {
|
|
list-style-type: none;
|
|
padding-left: 1em;
|
|
}
|
|
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;
|
|
} |