diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-11-01 19:04:48 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 19:04:48 +0100 |
| commit | 94b824dc579a78c0a28ddc0e9c43c23904c03f57 (patch) | |
| tree | 7c83a3dc30f3eda736e8daa7e0f05778415f2a83 /searx/static | |
| parent | bb9dcf6e575be83ce1e68fb68ea63ae188ba30eb (diff) | |
[enh] ui mods
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 1b153d13e..4d32b48a5 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -126,4 +126,4 @@ tr:hover td { background: #DDDDDD; } } #search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; } -#results { margin-left: 10px; } +#results { margin-left: 10px; margin-top: 10px; } |