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 | |
| parent | d740e7384a95c6a7d80e5f492f4dd7edb312175e (diff) | |
Ajax loading + Tweaks of CSS
Diffstat (limited to 'searx/static/themes/pix-art/less')
| -rw-r--r-- | searx/static/themes/pix-art/less/search.less | 6 | ||||
| -rw-r--r-- | searx/static/themes/pix-art/less/style.less | 25 |
2 files changed, 21 insertions, 10 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; } diff --git a/searx/static/themes/pix-art/less/style.less b/searx/static/themes/pix-art/less/style.less index db487184e..c11a43474 100644 --- a/searx/static/themes/pix-art/less/style.less +++ b/searx/static/themes/pix-art/less/style.less @@ -46,9 +46,6 @@ canvas { @import "search.less"; -// Autocompleter - - .row { max-width: 800px; margin: 20px auto; @@ -116,8 +113,8 @@ div.title { } } -input[type="submit"] { - padding: 2px 6px; +input[type="button"] { + padding: 4px 12px; margin: 2px 4px; display: inline-block; background: @color-download-button-background; @@ -127,6 +124,10 @@ input[type="submit"] { cursor: pointer; } +input[type="button"]:disabled { + cursor: progress; +} + input[type="checkbox"] { visibility: hidden; } @@ -136,6 +137,12 @@ fieldset { border: 1px solid @color-settings-fieldset; } +#logo { + position: absolute; + top: 13px; + left: 10px; +} + #categories { margin: 0 10px; .user-select; @@ -299,7 +306,7 @@ tr { #pagination { clear: both; - + text-align: center; br { clear: both; } @@ -346,7 +353,7 @@ tr { div.title { h1 { - font-size: 1em; + font-size: 1em; } } @@ -398,6 +405,10 @@ tr { #search_url { display: none; } + + #logo { + display: none; + } } .favicon { |