issue #24
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user