logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 1aff439931e134a7f01bf1fdfb9f4af3e81a990c
parent: e47258ce38fe4313a5a6881c54bd9fb14c8619c7
Author: asciimoo <asciimoo@gmail.com>
Date:   Thu, 17 Oct 2013 20:44:50 +0200

[enh] ui mods

Diffstat:

Msearx/static/css/style.css5++++-
Msearx/templates/search.html2+-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -14,6 +14,9 @@ a { text-decoration: none; } .result_title { margin-bottom: 0; } -.result p { margin-top: 0; padding-top: 0;} +.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; } +.result { max-width: 70em; } .url { font-weight: bold; } + +.q { width: 30em; } diff --git a/searx/templates/search.html b/searx/templates/search.html @@ -1,5 +1,5 @@ <form method="post" action=""> - <input type="text" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> + <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> <input type="submit" value="search" /> <p> {% for engine in engines %}