This commit is contained in:
Jottyfan 2023-04-05 19:40:34 +02:00
parent 45e6c4cbd4
commit 1cc622624a
3 changed files with 6 additions and 3 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'application'
group = 'de.jottyfan.camporganizer'
version = '0.4.2'
version = '0.4.3'
sourceCompatibility = 17
mainClassName = "de.jottyfan.camporganizer.Main"

View File

@ -429,4 +429,7 @@ div {
text-align: right;
}
.lindaborders {
box-shadow: 0px 0px 7px 4px #ddd;
border-radius: 40px;
}

View File

@ -9,7 +9,7 @@
<div class="mainpage">
<h1 class="centered cabin">Anmeldung</h1>
<h3 class="centered cabin" th:text="'zur ' + ${camp.name} + ' ' + ${camp.year}"></h3>
<div class="card centered-card" style="max-width: 48rem">
<div class="card centered-card lindaborders" style="max-width: 48rem">
<div class="card-body">
<form th:action="@{/registration/register}" th:object="${bean}" method="post">
<span class="error" th:each="error : ${#fields.errors('fkCamp')}">[[${error}]]<br /></span>