Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions css/viewer.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
.toolbarButton#secondaryToolbarClose::before {
display: block;
content: ' ';
background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
background-size: 16px 16px;
height: 16px;
width: 16px;
}

@media screen and (min-resolution: 2dppx) {
#secondaryToolbarClose::before {
background-size: 32px 32px !important;
height: 32px !important;
width: 32px !important;
}
}

/* Prevent printing from the browser when the download of a share is hidden. */
@media print {
.pdfViewer.disabledTextSelection {
Expand Down
4 changes: 0 additions & 4 deletions templates/viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@

<div class="verticalToolbarSeparator hiddenSmallView"></div>

<button id="secondaryToolbarClose" class="toolbarButton" title="Close" tabindex="37" data-l10n-id="Close">
<span data-l10n-id="close_label">Close</span>
</button>

<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools">
<span data-l10n-id="tools_label">Tools</span>
</button>
Expand Down