Skip to content

Commit

Permalink
change iiif column allowance under 375
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Mar 8, 2018
1 parent 51a6e4a commit a21cc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/_exhibits_document_header_default.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<div class='col-xs-3 col-md-2'>
<%= render_document_partial(document, 'thumbnail', document_counter: document_counter) %>
</div>
<div class='col-xs-8 col-md-9'>
<div class='col-xs-7 col-md-9'>
<%= render_document_partial(document, 'index_header', document_counter: document_counter) %>
</div>
<div class='col-xs-1'>
<div class='col-xs-2 col-md-1'>
<% exhibit_specific_manifest = document.exhibit_specific_manifest(current_exhibit.required_viewer.custom_manifest_pattern) %>
<%= iiif_drag_n_drop(exhibit_specific_manifest, width: '30') if exhibit_specific_manifest %>
Expand Down

0 comments on commit a21cc23

Please sign in to comment.