summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-09 15:52:41 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-09 15:52:41 +0200
commit62f1156a56a671cb593c0531922976914b1d4fa9 (patch)
tree7bc7e28895aee8e29bfc6d4ce7a19a1ee4bd64eb /core
parent57ea4624741c36ed6e68f60c672ddddbfece628a (diff)
downloadnextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.tar.gz
nextcloud-server-62f1156a56a671cb593c0531922976914b1d4fa9.zip
allow to specify a link to a legal notice
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index e0e639252ee..04d19bccf08 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -744,6 +744,11 @@ footer .info a {
overflow: hidden;
}
+a.legal {
+ font-size: smaller;
+ text-decoration: underline;
+}
+
/* for low-res screens, use Regular font-weight instead of Light */
@media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) {
@font-face {