diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-05-09 01:27:55 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-05-09 01:27:55 +0200 |
| commit | 47d548d6a21f350c1aafc86773af65a514c59fd0 (patch) | |
| tree | 37e45d162976a2ae62518367475a81aa08d2d377 /searx/static/less/search.less | |
| parent | a41c1392f072837b60c38454072e38324e2ba029 (diff) | |
[enh][mod] results ui refactor
Diffstat (limited to 'searx/static/less/search.less')
| -rw-r--r-- | searx/static/less/search.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/static/less/search.less b/searx/static/less/search.less index f5d9620fb..367ef2e21 100644 --- a/searx/static/less/search.less +++ b/searx/static/less/search.less @@ -3,25 +3,25 @@ */ .search { - background: @color-result-search-background; padding: 0; margin: 0; .checkbox_container label { - border-bottom: 4px solid @color-categories-item-border-unselected; + font-size: 0.9em; + border-bottom: 2px solid @color-categories-item-border-unselected; } .checkbox_container label:hover { - border-bottom: 4px solid @color-categories-item-border-unselected-hover; + border-bottom: 2px solid @color-categories-item-border-unselected-hover; } .checkbox_container input[type="checkbox"]:checked + label { - border-bottom: 4px solid @color-categories-item-border-selected; + border-bottom: 2px solid @color-categories-item-border-selected; } } #search_wrapper { position: relative; - max-width: 600px; + width: 50em; padding: 10px; } @@ -59,7 +59,7 @@ font-size: 0; } -@media screen and (max-width: 680px) { +@media screen and (max-width: @results-width) { #search_wrapper { width: 90%; clear:both; |