issue #24
This commit is contained in:
parent
45e6c4cbd4
commit
1cc622624a
@ -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"
|
||||
|
||||
|
@ -429,4 +429,7 @@ div {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.lindaborders {
|
||||
box-shadow: 0px 0px 7px 4px #ddd;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user