diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-11-01 15:33:53 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 15:33:53 +0100 |
| commit | fb6b9187770c408ca939cddd916fd65818327d89 (patch) | |
| tree | 93a774b242eed163434efabe48f23873811ee250 /searx/templates | |
| parent | c838492d6da5f2160b78cb985f71056bc5538f67 (diff) | |
[enh] search input "design"
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/search.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/templates/search.html b/searx/templates/search.html index a7225e017..479f3abcb 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,6 +1,8 @@ -<form method="post" action="/"> +<form method="post" action="/" id="search_form"> +<div id="search_wrapper"> <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> - <input type="submit" value="search" /> + <input type="submit" value="search" id="search_submit" /> +</div> <p> {% for category in categories %} <div class="checkbox_container"> |