summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-17 20:44:50 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-17 20:44:50 +0200
commit1aff439931e134a7f01bf1fdfb9f4af3e81a990c (patch)
treef1af2a36f99ced04fee448c78e16752b9e8593b0
parente47258ce38fe4313a5a6881c54bd9fb14c8619c7 (diff)
[enh] ui mods
-rw-r--r--searx/static/css/style.css5
-rw-r--r--searx/templates/search.html2
2 files changed, 5 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index d9705578e..83597e7be 100644
--- 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
index 49331a141..d5ebe5483 100644
--- 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 %}