From 47d548d6a21f350c1aafc86773af65a514c59fd0 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 9 May 2014 01:27:55 +0200 Subject: [enh][mod] results ui refactor --- searx/static/less/search.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'searx/static/less/search.less') 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; -- cgit v1.2.3