more space for course registration

This commit is contained in:
Felix Hamann 2018-06-07 00:34:42 +02:00
parent 2883dedff7
commit 07eeb32caf
2 changed files with 10 additions and 2 deletions

View File

@ -31,8 +31,13 @@
\ bis #{formatTimeGerWD regTo}
$# if allowed to register
<div .course__registration>
<a href="#">Anmelden
<div .course__registration.container>
<button class="btn btn-primary">
<a href="#">Anmelden
$# if already registered
<div .course__registration.container>
<button class="btn btn-info">
<a href="#">Abmelden
$# <form method=post action=@{CourseR tid csh CShow} enctype=#{regEnctype}>
$# ^{regWidget}

View File

@ -0,0 +1,3 @@
.course__registration {
margin-top: 20px;
}