/comments/search: add more search params; style as inline form.

This commit is contained in:
evazion
2017-01-23 20:45:33 -06:00
parent caaff24112
commit ecf22adc7d
2 changed files with 26 additions and 6 deletions

View File

@@ -43,3 +43,20 @@ form.simple_form {
}
}
form.inline-form {
display: table;
> div.input {
display: table-row;
line-height: 2em;
label {
text-align: right;
}
label, input {
display: table-cell;
padding-right: 1em;
}
}
}