diff options
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 3 |
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; } |