mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
17 lines
293 B
CSS
17 lines
293 B
CSS
form fieldset.table {
|
|
display: table;
|
|
}
|
|
|
|
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;
|
|
} |