Skip to content

Commit

Permalink
Merge 083e8d5 into fee5217
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Mar 6, 2019
2 parents fee5217 + 083e8d5 commit 31d5940
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions concordia/templates/transcriptions/asset_detail.html
Expand Up @@ -91,35 +91,29 @@
<div id="viewer-controls" class="m-1 text-center d-print-none">
<div class="d-inline-flex justify-content-between">
<div class="d-flex btn-group btn-group-sm m-1">
<button id="viewer-home" class="btn btn-default">
<button id="viewer-home" class="btn btn-default" title="Fit Image to Viewport">
<span class="fas fa-compress"></span>
<span class="sr-only">Home</span>
</button>
</div>
<div class="d-flex btn-group btn-group-sm m-1">
<button id="viewer-zoom-in" class="btn btn-default">
<button id="viewer-zoom-in" class="btn btn-default" title="Zoom In">
<span class="fas fa-search-plus"></span>
<span class="sr-only">Zoom In</span>
</button>
<button id="viewer-zoom-out" class="btn btn-default">
<button id="viewer-zoom-out" class="btn btn-default" title="Zoom Out">
<span class="fas fa-search-minus"></span>
<span class="sr-only">Zoom Out</span>
</button>
</div>
<div class="d-flex btn-group btn-group-sm m-1">
<button id="viewer-rotate-left" class="btn btn-default">
<button id="viewer-rotate-left" class="btn btn-default" title="Rotate Left">
<span class="fas fa-undo"></span>
<span class="sr-only">Rotate Left</span>
</button>
<button id="viewer-rotate-right" class="btn btn-default">
<button id="viewer-rotate-right" class="btn btn-default" title="Rotate Right">
<span class="fas fa-redo"></span>
<span class="sr-only">Rotate Right</span>
</button>
</div>
<div class="d-flex btn-group btn-group-sm m-1">
<button id="viewer-full-page" class="btn btn-default">
<button id="viewer-full-page" class="btn btn-default" title="View Full Screen">
<span class="fas fa-expand"></span>
<span class="sr-only">Full Page</span>
</button>
</div>

Expand Down

0 comments on commit 31d5940

Please sign in to comment.