Skip to content

Commit

Permalink
Merge pull request #962 from sul-dlss/adv-search-layout
Browse files Browse the repository at this point in the history
update advanced search styles
  • Loading branch information
Jessie Keck committed Oct 7, 2014
2 parents e498261 + 2ddb063 commit cfcb6b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/modules/advanced-search.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

.advanced-submit-group {
padding-bottom: 30px;
padding-top: 30px;
}

Expand All @@ -21,6 +22,7 @@
}

.advanced-search-form {
padding: 0;
.advanced-help {
padding: 0 15px;

Expand Down
2 changes: 1 addition & 1 deletion app/views/advanced/_advanced_search_submit_btns.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>
<div class="form-group advanced-submit-group">
<div class="submit-buttons col-sm-offset-3 col-sm-4">
<div class="submit-buttons col-sm-offset-3 col-sm-9">
<%= 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 %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/advanced/_facet_limit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="checkbox">
<%= 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 %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/advanced/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="advanced-search-form col-sm-12">

<h1 class="advanced page-header">
<h1 class="advanced">
<%= t('blacklight_advanced_search.form.title') %>
</h1>

Expand Down

0 comments on commit cfcb6b5

Please sign in to comment.