Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)Author
2020-10-11Remove close buttonJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-17Fix download prevent, select override and code cleanupJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-13Move packaging to webpack and update/clean all configsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-05-15Prevent text selection when download is hiddenDaniel Calviño Sánchez
When the PDF is rendered PDFViewer creates canvases with the contents of the pages and, in front of them, it creates too a layer with HTML text elements that makes possible to select it. That text layer is used too by the search function to highlight the results, so it can not be removed. Instead of that the selection of the text is prevented using CSS. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-15Prevent printing from the browser when download is hiddenDaniel Calviño Sánchez
Even if printing was not possible using the PDFViewer printing services it was still possible to print the PDF document by printing the web page from the browser. As that can not be really prevented the best that can be done is hide all the content in the printed media using CSS. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-26Fix PDF sidebar shown in PDF thumbnailsDaniel Calviño Sánchez
The PDF viewer remembers whether the PDF sidebar was open or closed for each PDF file the last time it was viewed. Thus, when the PDF file is rendered in a thumbnail the sidebar must be explicitly hidden to ensure that it will never be shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-03Merge pull request #99 from nextcloud/hide-footer-in-public-share-pagev15.0.0beta2v15.0.0beta1v15.0.0RC1Morris Jobke
Hide footer in public share page
2018-09-26Remove unneeded CSS rule for IE 11Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-26Hide footer in public share pageDaniel Calviño Sánchez
The footer in the public share page is hidden by adding the "hidden" CSS class to the footer. However, the CSS rules for the footer defined in the server are more specific than the general rule for ".hidden" elements, which caused the footer to be shown even if marked as ".hidden". Now a more specific rule was added to override the ones from the server and ensure that the footer is hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-03Inherit content padding to show the PDF frame below the headerDaniel Calviño Sánchez
The PDF frame is a direct child of "#content" that fills the whole element. This is done using absolute positioning, so the containing box for the PDF frame is the padding box of "#content". Thus, the same padding used in "#content" to show it below the header must be used in the PDF frame too (otherwise the PDF frame would appear behind the header). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2016-12-02show pdf preview in the files sidebarRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-02-22Fix for IE to remove second scrollbarVincent Petry
2016-01-12fix regression introduced by 72069f4Hendrik Leppelsack
2015-12-17Fix stuffLukas Reschke
2015-12-10remove white area below pdf viewer on public pageHendrik Leppelsack
2015-12-07Display close buttin in correct sizeLukas Reschke
2015-06-24Removed ltrGrigorii Horos
2015-05-18 modified: css/style.cssgrisa
deleted: img/toolbarButton-secondaryToolbarClose.png new file: img/toolbarButton-secondaryToolbarClose.svg deleted: img/toolbarButton-secondaryToolbarClose@2x.png
2015-05-12new file: css/style.cssGrigorii Horos
new file: img/toolbarButton-secondaryToolbarClose.png new file: img/toolbarButton-secondaryToolbarClose@2x.png modified: js/previewplugin.js modified: templates/viewer.php