From e13683277084fd2e04fa0a476edad0e87d1ef6ac Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 15 Nov 2013 01:00:00 +0100 Subject: [enh] submittable suggestions --- searx/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 8405466be..c52d53ee6 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -138,4 +138,5 @@ tr:hover td { background: #DDDDDD; } #results { margin-left: 10px; margin-top: 10px; } #suggestions { max-width: 50em;} -#suggestions span { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #E4E4E4; border-radius: 4px; } +#suggestions form { display: inline; } +#suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #E4E4E4; border-radius: 4px; border: 0; } -- cgit v1.2.3