Zoom In/Out buttons
This commit is contained in:
parent
a56f36e350
commit
8dfaf760f1
@ -21,6 +21,8 @@ body {
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
white-space:nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.separator {
|
||||
@ -63,6 +65,12 @@ span#info {
|
||||
}
|
||||
}
|
||||
|
||||
#zoomOut, #zoomIn {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
/* === Sidebar === */
|
||||
#sidebar {
|
||||
position: fixed;
|
||||
|
@ -45,6 +45,9 @@
|
||||
<option id="pageFitOption" value="page-fit">Page Fit</option>
|
||||
</select>
|
||||
|
||||
<button id="zoomOut" onclick="PDFView.zoomOut();" title="Zoom Out">–</button>
|
||||
<button id="zoomIn" onclick="PDFView.zoomIn();" title="Zoom In">+</button>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
<button id="print" onclick="window.print();">
|
||||
|
Loading…
Reference in New Issue
Block a user