diff --git a/plugins/solr/public/style.css b/plugins/solr/public/style.css index 29acf83..b758010 100644 --- a/plugins/solr/public/style.css +++ b/plugins/solr/public/style.css @@ -4,11 +4,18 @@ } #search-column-right .search-customize-options { - float: left; - margin-top: 23px; - margin-left: 0; + position: absolute; + margin: 0; + padding: 5px 0; + bottom: 0; + left: 0; } #search-column-right .search-results-box .vcard { margin: 4.5px 8px; } + +#search-column-right #search-actions { + position: relative; + height: 45px; +} diff --git a/plugins/solr/views/search/_facets_unselect_menu.rhtml b/plugins/solr/views/search/_facets_unselect_menu.rhtml index db1393b..7777bf6 100644 --- a/plugins/solr/views/search/_facets_unselect_menu.rhtml +++ b/plugins/solr/views/search/_facets_unselect_menu.rhtml @@ -4,3 +4,4 @@ <%= facet_selecteds_html_for(environment, asset_class(@asset), params) %> <% end %> +
diff --git a/plugins/solr/views/search/_results_header.html.erb b/plugins/solr/views/search/_results_header.html.erb index 7d8f428..9340fef 100644 --- a/plugins/solr/views/search/_results_header.html.erb +++ b/plugins/solr/views/search/_results_header.html.erb @@ -9,14 +9,14 @@ <% end %> -