mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge branch 'new-ui' of github.com:mozilla/pdf.js into new-ui2
This commit is contained in:
commit
ae63fdbe96
2 changed files with 3 additions and 2 deletions
|
@ -404,6 +404,7 @@ body {
|
|||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.toolbarButton.bookmark::before {
|
||||
|
|
|
@ -76,9 +76,9 @@
|
|||
<div id="toolbarViewerRight">
|
||||
<input id="fileInput" class="toolbarButton fileInput" type="file" oncontextmenu="return false;" style="display: none"/>
|
||||
|
||||
<button id="print" class="toolbarButton print" title="Print" onclick="window.print()"></button>
|
||||
<!-- <button id="print" class="toolbarButton print" title="Print" onclick="window.print()"></button> -->
|
||||
<button id="download" class="toolbarButton download" title="Download" onclick="PDFView.download();"></button>
|
||||
<div class="toolbarButtonSpacer"></div>
|
||||
<!-- <div class="toolbarButtonSpacer"></div> -->
|
||||
<a href="#" id="viewBookmark" class="toolbarButton bookmark" title="Bookmark (or copy) current location">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue