forked from leftypol/leftypol
search_form.html: make the search for UI less terrible
This commit is contained in:
parent
746f36e9f2
commit
26ad13bbea
1 changed files with 8 additions and 3 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
|
<style>
|
||||||
|
form > p {
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<h2>{% trans %}Search{% endtrans %}</h2>
|
<h2>{% trans %}Search{% endtrans %}</h2>
|
||||||
<form style="display:inline" action="" method="get">
|
<form style="width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:start" action="" method="get">
|
||||||
|
<p style="padding-right:0"><label for="search">{% trans %}Phrase:{% endtrans %}</label></p>
|
||||||
|
<p style="flex-grow:1"><input style="width:100%" id="search" name="search" type="text" size="40" value="{{ search }}"></p>
|
||||||
<p>
|
<p>
|
||||||
<label style="display:inline" for="search">{% trans %}Phrase:{% endtrans %}</label>
|
|
||||||
<input id="search" name="search" type="text" size="40" value="{{ search }}">
|
|
||||||
<select name="board">
|
<select name="board">
|
||||||
<option value="none">{% trans %}Select board{% endtrans %}…</option>
|
<option value="none">{% trans %}Select board{% endtrans %}…</option>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue