From 82df4ba11dc01962610a51b74a624076dc469b0b Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 17 Jan 2022 21:27:41 +0100 Subject: [PATCH 1/2] terms padding --- lumbung.space/login/resources/css/login.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lumbung.space/login/resources/css/login.css b/lumbung.space/login/resources/css/login.css index 2b0dfe7..9199a22 100644 --- a/lumbung.space/login/resources/css/login.css +++ b/lumbung.space/login/resources/css/login.css @@ -73,6 +73,15 @@ a { margin-top: 1em; } +#kc-terms-text { + padding: 1em; +} + +#kc-terms-text form { + padding-left: 1em; + padding-bottom: 1em; +} + #kc-form-login { display: flex; align-items: baseline; From eb9fafdc966bfa07d27485770628c71d8794d678 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 17 Jan 2022 21:32:14 +0100 Subject: [PATCH 2/2] padding for terms form (again) --- lumbung.space/login/resources/css/login.css | 2 +- lumbung.space/login/terms.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lumbung.space/login/resources/css/login.css b/lumbung.space/login/resources/css/login.css index 9199a22..981f100 100644 --- a/lumbung.space/login/resources/css/login.css +++ b/lumbung.space/login/resources/css/login.css @@ -77,7 +77,7 @@ a { padding: 1em; } -#kc-terms-text form { +#terms-form { padding-left: 1em; padding-bottom: 1em; } diff --git a/lumbung.space/login/terms.ftl b/lumbung.space/login/terms.ftl index 0ca57f9..ace5378 100755 --- a/lumbung.space/login/terms.ftl +++ b/lumbung.space/login/terms.ftl @@ -28,7 +28,7 @@

You own all the data you upload or create on lumbung.space. That means lumbung.space will not lay claim to it but also that you do not infringe on other's copyright. Whenever you publish something on lumbung.space so that third parties can see it, for example by publishing it on the front page, you do so with the explicit understanding that you have the right to publish it. Before and during documenta 15, all material you upload falls under the Documenta Contributor Policy. This means you retain the copyright, but also give documenta permission to archive it or display it through their channels. You can always delete your accounts and your data at any time or contact us to help you do so.

-
+