From ad5093b7a63d8b223c19953dc37cc33c31631be8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 23 Aug 2018 14:32:42 +0200 Subject: Show link to simple sign up page Signed-off-by: Morris Jobke --- core/css/public.scss | 4 +++- core/templates/layout.public.php | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/public.scss b/core/css/public.scss index a4e7ed579b9..cac98f23f92 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -1,4 +1,4 @@ -$footer-height: 60px; +$footer-height: 65px; #body-public { .header-right { @@ -75,7 +75,9 @@ $footer-height: 60px; align-items: center; justify-content: center; height: $footer-height; + flex-direction: column; p { + text-align: center; color: var(--color-text-lighter); a { color: var(--color-text-lighter); diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 13baf194010..0558da52d0b 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -79,6 +79,15 @@ getFooterVisible()) { ?> -- cgit v1.2.3