diff --git a/app/assets/stylesheets/modules/advanced-search.css.scss b/app/assets/stylesheets/modules/advanced-search.css.scss index afcf2d96f..695d91e0c 100644 --- a/app/assets/stylesheets/modules/advanced-search.css.scss +++ b/app/assets/stylesheets/modules/advanced-search.css.scss @@ -4,6 +4,7 @@ } .advanced-submit-group { + padding-bottom: 30px; padding-top: 30px; } @@ -21,6 +22,7 @@ } .advanced-search-form { + padding: 0; .advanced-help { padding: 0 15px; diff --git a/app/views/advanced/_advanced_search_submit_btns.html.erb b/app/views/advanced/_advanced_search_submit_btns.html.erb index 6038e85e4..9d4a4d7d6 100644 --- a/app/views/advanced/_advanced_search_submit_btns.html.erb +++ b/app/views/advanced/_advanced_search_submit_btns.html.erb @@ -6,7 +6,7 @@
-
+
<%= button_tag(class:'btn btn-primary advanced-search-submit', id: "advanced-search-submit", type: "Submit") do %> <%= t('blacklight_advanced_search.form.search_btn').html_safe %> <% end %> diff --git a/app/views/advanced/_facet_limit.html.erb b/app/views/advanced/_facet_limit.html.erb index e2c2a543f..1d5175507 100644 --- a/app/views/advanced/_facet_limit.html.erb +++ b/app/views/advanced/_facet_limit.html.erb @@ -5,7 +5,7 @@
<%= label_tag "f_inclusive_#{solr_field}_#{item.value.parameterize}" do %> <%= check_box_tag "f_inclusive[#{solr_field}][]", item.value.to_sym, facet_value_checked?(solr_field, item.value), :id => "f_inclusive_#{solr_field}_#{item.value.parameterize}"%> - <%= content_tag :strong, "#{item.value} #{number_with_delimiter(item.hits)}" %> + <%= "#{item.value} #{number_with_delimiter(item.hits)}" %> <% end %>
diff --git a/app/views/advanced/index.html.erb b/app/views/advanced/index.html.erb index 9892afd7d..23d0514c2 100644 --- a/app/views/advanced/index.html.erb +++ b/app/views/advanced/index.html.erb @@ -2,7 +2,7 @@
-

+

<%= t('blacklight_advanced_search.form.title') %>