From 386df2fa67869b8301ec1ba5a2d08339bde7eff9 Mon Sep 17 00:00:00 2001 From: Emanuel Dima Date: Wed, 16 Apr 2014 12:29:39 +0200 Subject: [PATCH] fixed #113: changed facets from links to divs --- invenio/templates/websearch_search.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/invenio/templates/websearch_search.html b/invenio/templates/websearch_search.html index a139132728..d6329e4c43 100644 --- a/invenio/templates/websearch_search.html +++ b/invenio/templates/websearch_search.html @@ -114,6 +114,15 @@ bottom: 170px; } +/* the search interface list of collections and authors */ +div.accordion div.facetdiv div:hover { + background-color: rgb(217, 237, 247) +} + +ul.context li.controls div:hover { + background-color: rgb(217, 237, 247) +} + @@ -133,7 +142,7 @@
-
@@ -207,23 +216,23 @@ var title = data[(data.length==3)?2:0], counter = data[1] return '
' + '' }, box_builder: function(name, title) { - return '
' + - '' + + '
'+ - title + '' + + title + '
' + '
    ' }, facets: {{ facets|tojson|safe }}