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:34:05 +0300
committerGitHub <noreply@github.com>2018-10-03 23:34:05 +0300
commitdb1f275d99a89d59fe5077843e7c174d9df7e382 (patch)
tree72d8c7b4193bd887420ebfced6fd424c485b206e
parent5c079c91610f1c5346623f6868e36e99574ae0a1 (diff)
parentb556aa0572d66ed0ca55210f186a6a75ee4e6425 (diff)
Merge pull request #103 from nextcloud/backport/99/public-page-fixv14.0.4RC2v14.0.4RC1v14.0.4v14.0.3v14.0.2RC2v14.0.2RC1v14.0.2
[stable14] 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