padding for terms form (again)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
cellarspoon 2022-01-17 21:32:14 +01:00
parent 82df4ba11d
commit eb9fafdc96
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ a {
padding: 1em;
}
#kc-terms-text form {
#terms-form {
padding-left: 1em;
padding-bottom: 1em;
}

View File

@ -28,7 +28,7 @@
<p>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.</p>
</div>
<form class="form-actions" action="${url.loginAction}" method="POST">
<form id="terms-form" class="form-actions" action="${url.loginAction}" method="POST">
<input class="${properties.kcButtonClass!} ${properties.kcButtonPrimaryClass!} ${properties.kcButtonLargeClass!}" name="accept" id="kc-accept" type="submit" value="${msg("doAccept")}"/>
<input class="${properties.kcButtonClass!} ${properties.kcButtonDefaultClass!} ${properties.kcButtonLargeClass!}" name="cancel" id="kc-decline" type="submit" value="${msg("doDecline")}"/>
</form>