diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-03-25 18:00:45 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-25 18:00:45 +0100 |
| commit | 20504a0e834a99fb1274ad907c0b62fb90eb96d3 (patch) | |
| tree | e15473776d3311379c7a40234beaa7edbb97be53 /searx/static/less/style.less | |
| parent | 0207070cde9d6319a3403d1a1c6b1a37c8d3c60c (diff) | |
| parent | a76525d1f3256105d45ee0a0f1301a8cc0b2e4c6 (diff) | |
Merge branch 'autocompleter' of https://github.com/pointhi/searx into autocomplete
Diffstat (limited to 'searx/static/less/style.less')
| -rw-r--r-- | searx/static/less/style.less | 74 |
1 files changed, 8 insertions, 66 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 4b4e2554c..8653e6e68 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -30,6 +30,14 @@ body, #container { top: 0; } +// Search-Field + +@import "search.less"; + +// Autocompleter + +@import "autocompleter.less"; + .row { max-width: 800px; margin: 20px auto; @@ -145,20 +153,6 @@ fieldset { color: @color-categories-item-selected-font; } -.search { - .checkbox_container label { - border-bottom: 4px solid @color-categories-item-border-unselected; - } - - .checkbox_container label:hover { - border-bottom: 4px solid @color-categories-item-border-unselected-hover; - } - - .checkbox_container input[type="checkbox"]:checked + label { - border-bottom: 4px solid @color-categories-item-border-selected; - } -} - .engine_checkbox { padding: 4px; } @@ -268,12 +262,6 @@ a { margin: 2px 0; } -.search { - background: @color-result-search-background; - padding: 0; - margin: 0 -} - .right { float: right; } @@ -356,46 +344,6 @@ tr { } } -#search_wrapper { - position: relative; - max-width: 600px; - padding: 10px; -} - -.center #search_wrapper { - margin-left: auto; - margin-right: auto; -} - -.q { - background: none repeat scroll 0 0 @color-search-background; - border: 1px solid @color-search-border; - color: @color-search-font; - font-size: 16px; - height: 28px; - margin: 0; - outline: medium none; - padding: 2px; - padding-left: 8px; - padding-right: 0px !important; - width: 100%; - z-index: 2; -} - -#search_submit { - position: absolute; - top: 13px; - right: 1px; - padding: 0; - border: 0; - background: url('../img/search-icon.png') no-repeat; - background-size: 24px 24px; - opacity: 0.8; - width: 24px; - height: 30px; - font-size: 0; -} - #results { margin: 10px; padding: 0; @@ -506,12 +454,6 @@ tr { } @media screen and (max-width: 680px) { - #search_wrapper { - width: 90%; - clear:both; - overflow: hidden - } - .right { display: none; postion: fixed !important; |