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
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-03 23:30:03 +0300
committerGitHub <noreply@github.com>2018-10-03 23:30:03 +0300
commit647815050e9e4e17946ecc68c43d09e8dec9622a (patch)
tree0e316c0b79e156a303a8a53ae7a00028bc61f5f1
parent48a47715355cbe6e0b86a47e974388f79c689b6b (diff)
parent1b75e40ee7479f89809cc78eeed04407d7f62389 (diff)
Merge pull request #99 from nextcloud/hide-footer-in-public-share-pagev15.0.0beta2v15.0.0beta1v15.0.0RC1
Hide footer in public share page
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index b01337f..2fe1cef 100644
--- a/css/style.css
+++ b/css/style.css
@@ -3,6 +3,10 @@
height: 100%;
}
+#body-public footer.hidden {
+ display: none;
+}
+
#pdframe {
/* The PDF frame uses an absolute position and thus fills the whole padding
* box of the content, so the top padding is needed here too to not overlap