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