15 lines
163 B
CSS
15 lines
163 B
CSS
#query-form fieldset {
|
|
width: 400px;
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
}
|
|
|
|
fieldset > legend {
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
text-align: left;
|
|
}
|
|
|