oscar template: implement first version of results page

* implement results page
* improve search form template
* implement all result_templates
* fix youtube engine
This commit is contained in:
Thomas Pointhuber 2014-09-27 12:33:22 +02:00
parent 9158571059
commit f3b565e17e
10 changed files with 127 additions and 15 deletions

View file

@ -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;
}