From 1aff439931e134a7f01bf1fdfb9f4af3e81a990c Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 17 Oct 2013 20:44:50 +0200 Subject: [PATCH] [enh] ui mods --- searx/static/css/style.css | 5 ++++- searx/templates/search.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index d9705578..83597e7b 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 49331a14..d5ebe548 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,5 +1,5 @@
- +

{% for engine in engines %}