summaryrefslogtreecommitdiff
path: root/searx/static/css
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-11-15 01:00:00 +0100
committerasciimoo <asciimoo@gmail.com>2013-11-15 01:00:00 +0100
commite13683277084fd2e04fa0a476edad0e87d1ef6ac (patch)
treec1e2692fb7cd1ff083bee668f5ce0b4d0ad6efe7 /searx/static/css
parentc16b9729b60fd9d206ab8bce30fc2991f37b775a (diff)
downloadsearxng-e13683277084fd2e04fa0a476edad0e87d1ef6ac.tar.gz
searxng-e13683277084fd2e04fa0a476edad0e87d1ef6ac.zip
[enh] submittable suggestions
Diffstat (limited to 'searx/static/css')
-rw-r--r--searx/static/css/style.css3
1 files changed, 2 insertions, 1 deletions
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; }