diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-31 04:35:23 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-31 04:35:23 +0100 |
commit | 2a788c8f29f63bc069436f1a12343a47d66f2523 (patch) | |
tree | cc44113f213cd565797d3c9a87e8afe72ccf5539 /searx/static/css | |
parent | 90a93422865b81ce256ab02a367a4d3529eb2d18 (diff) | |
download | searxng-2a788c8f29f63bc069436f1a12343a47d66f2523.tar.gz searxng-2a788c8f29f63bc069436f1a12343a47d66f2523.zip |
[enh] search language support init
Diffstat (limited to 'searx/static/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 911115159..a98a7af1a 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -152,7 +152,7 @@ tr:hover td { background: #DDDDDD; } #results { margin: 10px; padding: 0; margin-bottom: 20px; } #sidebar { position: absolute; left: 54em; width: 12em; margin: 0 2px 5px 5px; padding: 0 2px 2px 2px; } -#suggestions span { display: block; margin: 0 2px 10px 2px; padding: 0; } +#suggestions span { display: block; margin: 0 2px 2px 2px; padding: 0; } #suggestions form { display: block; } #suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #3498DB; color: #FFFFFF; border-radius: 4px; border: 0; cursor: pointer; } @@ -177,6 +177,7 @@ tr:hover td { background: #DDDDDD; } } #apis { + margin-top: 8px; clear: both; } |