From f3b565e17ecd4c875381a3a212d73fb065f9a89d Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sat, 27 Sep 2014 12:33:22 +0200 Subject: oscar template: implement first version of results page * implement results page * improve search form template * implement all result_templates * fix youtube engine --- searx/static/oscar/css/oscar.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'searx/static') diff --git a/searx/static/oscar/css/oscar.css b/searx/static/oscar/css/oscar.css index 4ff475e89..b3e42f607 100644 --- a/searx/static/oscar/css/oscar.css +++ b/searx/static/oscar/css/oscar.css @@ -25,3 +25,29 @@ input[type=checkbox]:checked ~ .label_hide_if_checked { input[type=checkbox]:not(:checked) ~ .label_hide_if_not_checked { display:none; } + +.search_categories { + margin:10px 0; +} + +.result-default { + clear: both; +} + +.result-images { + float: left !important; +} + +.result-videos { + clear: both; +} + +.result-torrents { + clear: both; +} + +.img-thumbnail { + margin: 5px; + max-height: 128px; + min-height: 128px; +} -- cgit v1.2.3