aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-02-21 20:09:20 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-02-21 20:09:20 +0100
commitafed96ea79f9f1da5dd00fc70d808fa7217a7dd2 (patch)
treeb3c9ddc7212bbcbc12e10571368c4f33b55ae1e1 /core
parent9f74858537377d1aae6cf8b7530c9faa987cf8ff (diff)
downloadnextcloud-server-afed96ea79f9f1da5dd00fc70d808fa7217a7dd2.tar.gz
nextcloud-server-afed96ea79f9f1da5dd00fc70d808fa7217a7dd2.zip
fix bottom margin of shared pdfviewer links
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index d958a01655b..aa97c91a55d 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1297,6 +1297,7 @@ fieldset {
/* hidden input type=file field */
.hiddenuploadfield {
+ display: none;
width: 0;
height: 0;
opacity: 0;