- |
- Gruppe 2
+ | Gruppe 2
| Montag 12:00 - 14:00
| N/A
| 0/10
diff --git a/templates/course.lucius b/templates/course.lucius
index e69de29bb..a645d15fd 100644
--- a/templates/course.lucius
+++ b/templates/course.lucius
@@ -0,0 +1,3 @@
+.course__registration {
+ margin-top: 20px;
+}
diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet
index b628912f0..52b1e584b 100644
--- a/templates/default-layout.hamlet
+++ b/templates/default-layout.hamlet
@@ -13,6 +13,10 @@
$with status2 <- bool status "info" (status == "")
#{msg}
+ $maybe headline <- contentHeadline
+
+ ^{headline}
+
^{pageactionprime}
diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius
index ad20ae148..16a7599c0 100644
--- a/templates/default-layout.lucius
+++ b/templates/default-layout.lucius
@@ -126,12 +126,11 @@ table {
th, td {
text-align: left;
- padding: 0 13px 0 7px;
+ padding: 7px;
vertical-align: baseline;
}
th:first-child,
td:first-child {
- padding-left: 0;
border-left: 0;
}
th {
@@ -189,21 +188,15 @@ button,
transition: all .1s;
font-size: 16px;
cursor: pointer;
- border-radius: 4px;
display: inline-block;
-}
-input.btn-primary,
-button.btn-primary,
-a.btn.btn-primary,
-.btn.btn-primary {
- background-color: var(--primarybase);
-}
-input.btn-info,
-button.btn-info,
-a.btn.btn-info,
-.btn.btn-info {
- background-color: var(--infobase)
+ a {
+ color: white;
+ }
+
+ a:hover {
+ color: white;
+ }
}
input[type="submit"][disabled],
@@ -226,6 +219,20 @@ a.btn:not([disabled]):hover,
color: white;
}
+input.btn-primary,
+button.btn-primary,
+a.btn.btn-primary,
+.btn.btn-primary {
+ background-color: var(--primarybase);
+}
+
+input.btn-info,
+button.btn-info,
+a.btn.btn-info,
+.btn.btn-info {
+ background-color: var(--infobase)
+}
+
input[type="submit"].btn-info:hover,
input[type="button"].btn-info:hover,
button.btn-info:hover,
@@ -237,4 +244,3 @@ a.btn.btn-info:hover,
.alert-debug {
background-color: rgb(240, 30, 240);
}
-
diff --git a/templates/home.hamlet b/templates/home.hamlet
index 33b9c741f..fa3f84243 100644
--- a/templates/home.hamlet
+++ b/templates/home.hamlet
@@ -43,21 +43,3 @@
^{modal ".toggler2" (Just "Test Inhalt für Modal")}
Klick mich für Content-Test
-
-
- Multi-File-Input für bereits hochgeladene Dateien:
- |