diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-30 20:55:10 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-30 20:55:10 +0100 |
commit | 90a93422865b81ce256ab02a367a4d3529eb2d18 (patch) | |
tree | 95f8a4c37e083d4860c058b6d5c28ea93ff0ea57 /searx/static/css | |
parent | 0bf9b299e7dc9af3389854d94fc92a98419ba4ea (diff) | |
download | searxng-90a93422865b81ce256ab02a367a4d3529eb2d18.tar.gz searxng-90a93422865b81ce256ab02a367a4d3529eb2d18.zip |
[mod] search input mods
Diffstat (limited to 'searx/static/css')
-rw-r--r-- | searx/static/css/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index f04822d9b..911115159 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -129,7 +129,7 @@ tr:hover td { background: #DDDDDD; } height: 28px; margin: 0; outline: medium none; - padding: 4px; + padding: 2px; padding-left: 8px; padding-right: 0px !important; width: 100%; @@ -137,14 +137,14 @@ tr:hover td { background: #DDDDDD; } } #search_submit { position: absolute; - top: 15px; - right: 4px; + top: 13px; + right: 1px; padding: 0; border: 0; background: url('/static/img/search-icon.png') no-repeat; - background-size: 28px 28px; + background-size: 24px 24px; opacity: 0.8; - width: 28px; + width: 24px; height: 30px; font-size: 0; } |