diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 01:07:14 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 01:07:14 +0100 |
commit | e181041f11f612937299d440ccb090d3a78cf740 (patch) | |
tree | 6cbd329785ac90ecec5787c1bc3bc0cae1afd733 /searx/static/themes/pix-art/less/search.less | |
parent | d740e7384a95c6a7d80e5f492f4dd7edb312175e (diff) | |
download | searxng-e181041f11f612937299d440ccb090d3a78cf740.tar.gz searxng-e181041f11f612937299d440ccb090d3a78cf740.zip |
Ajax loading + Tweaks of CSS
Diffstat (limited to 'searx/static/themes/pix-art/less/search.less')
-rw-r--r-- | searx/static/themes/pix-art/less/search.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/themes/pix-art/less/search.less b/searx/static/themes/pix-art/less/search.less index 62e5a6a18..ef0d881cb 100644 --- a/searx/static/themes/pix-art/less/search.less +++ b/searx/static/themes/pix-art/less/search.less @@ -35,15 +35,15 @@ #search_submit { position: absolute; - top: 13px; - right: 1px; + top: 15px; + right: 5px; padding: 0; border: 0; background: url('../img/search-icon-pixel.png') no-repeat; background-size: 24px 24px; opacity: 0.8; width: 24px; - height: 30px; + height: 24px; font-size: 0; } |