diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 8405466b..c52d53ee 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; } diff --git a/searx/templates/results.html b/searx/templates/results.html index df9410eb..f130f5bc 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -6,7 +6,7 @@
{% if suggestions %} -
Suggestions: {% for suggestion in suggestions %}{{ suggestion }}{% endfor %}
+
Suggestions: {% for suggestion in suggestions %}
{% endfor %}
{% endif %}
Number of results: {{ number_of_results }}