summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-07-12 16:58:36 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 15:02:18 +0200
commit4f59c8e8ae349fbebf646907d8bf610cf14189d6 (patch)
treeb7835c69b6b7a09df11d6326d23daee2269d7f54 /apps/files_sharing/css
parent73b88deeb8942e188a5e1e81f4bfca02412a0c5c (diff)
downloadnextcloud-server-4f59c8e8ae349fbebf646907d8bf610cf14189d6.tar.gz
nextcloud-server-4f59c8e8ae349fbebf646907d8bf610cf14189d6.zip
show note on public link page
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 2e788a06c40..583912ad236 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -169,3 +169,8 @@ thead {
opacity: .57;
margin-top: 10px;
}
+
+#note {
+ text-align: center;
+ padding: 10px;
+}