diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-05-10 06:39:07 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-05-10 06:39:07 +0200 |
| commit | ead8d30ea0a9d46896bd996b079457de0a56f582 (patch) | |
| tree | ecb1c153e7416249cc680c36908d12b2de0af41c /searx/static/less | |
| parent | c761d93dd6889d60a4c5d01c21bea1a9f6384011 (diff) | |
[mod] inline suggestions
Diffstat (limited to 'searx/static/less')
| -rw-r--r-- | searx/static/less/style.less | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 469c6fc12..886e39dbc 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -383,13 +383,25 @@ tr { #suggestions { span { - display: block; + display: inline; margin: 0 2px 2px 2px; padding: 0; } + input { + padding: 0; + margin: 3px; + font-size: 0.8em; + display: inline-block; + background: transparent; + color: @color-result-search-url-font; + cursor: pointer; + } + input[type="submit"] { + text-decoration: underline; + } form { - display: block; + display: inline; } } @@ -463,15 +475,6 @@ tr { } @media screen and (max-width: 70em) { - #suggestions { - span { - display: inline; - } - - form { - display: inline; - } - } .right { display: none; postion: fixed !important; |