PDF viewer tweaks
This commit is contained in:
parent
c9f853a263
commit
36c38bec7f
1 changed files with 7 additions and 7 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/apps/pc/">Apps</a></li>
|
||||
<li><a href="/disks/pc/">Disks</a></li>
|
||||
<li><a href="/devices/">Machines</a></li>
|
||||
<li><a href="/devices/pc/machine/">Machines</a></li>
|
||||
<li><a href="/docs/">Docs</a></li>
|
||||
<li><a href="/pubs/">Pubs</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
|
|
@ -34,15 +34,15 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="common-main">
|
||||
<div>
|
||||
<div style="float:left;">
|
||||
<button id="prevPDF" style="margin-top:500px;margin-right:8px;font-size:large;">Prev</button>
|
||||
<div style="width:680px;margin-left:auto;margin-right:auto;">
|
||||
<div style="float:left;margin-top:350px;margin-right:8px;">
|
||||
<button id="prevPDF" style="font-size:large;"><</button>
|
||||
</div>
|
||||
<div style="float:left;">
|
||||
<iframe id="framePDF" src="" width="800px" height="1200px"></iframe>
|
||||
<iframe id="framePDF" src="" width="550" height="800"></iframe>
|
||||
</div>
|
||||
<div style="float:left;">
|
||||
<button id="nextPDF" style="margin-top:500px;margin-left:8px;font-size:large;">Next</button>
|
||||
<div style="float:left;margin-top:350px;margin-left:8px;">
|
||||
<button id="nextPDF" style="font-size:large;">></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="common-bottom">
|
||||
|
|
|
|||
Loading…
Reference in a new issue