force CGU/EULA approval on account creation

This commit is contained in:
imperosol
2026-09-16 09:59:23 +02:00
parent 246909376f
commit 8dbb472865
12 changed files with 79 additions and 63 deletions
+7 -45
View File
@@ -49,67 +49,29 @@ body {
max-width: 500px;
margin-top: 20px;
>p,
>div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
input[type="submit"] {
width: 100%;
max-width: 300px;
margin: 0;
>label {
width: 100%;
@media (min-width: 500px) {
width: 300px;
}
}
}
>input,
>p>input,
>div>input {
box-sizing: border-box;
width: 100%;
max-width: 500px;
@media (min-width: 500px) {
max-width: 300px;
}
}
>.errorlist {
.errorlist {
color: red;
text-align: center;
margin: 10px 0 0 0;
list-style-type: none;
}
>.required>.helptext {
text-align: center;
font-style: italic;
}
>.required:last-of-type {
box-sizing: border-box;
div, fieldset {
max-width: 300px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
>label {
width: 100%;
}
}
.captcha {
box-sizing: border-box;
>img {
width: 70px;
object-fit: contain;
}
>input {
width: 200px;
}
}
}
}