diff --git a/src/Handler/Utils/Templates.hs b/src/Handler/Utils/Templates.hs index f8396e983..245159eeb 100644 --- a/src/Handler/Utils/Templates.hs +++ b/src/Handler/Utils/Templates.hs @@ -4,5 +4,5 @@ module Handler.Utils.Templates where import Import.NoFoundation --- lipsum :: WidgetT site IO () --- lipsum = $(widgetFile "widgets/lipsum") +lipsum :: WidgetT site IO () +lipsum = $(widgetFile "widgets/lipsum") diff --git a/static/css/icons.css b/static/css/icons.css index 1d710600a..43753b4d0 100644 --- a/static/css/icons.css +++ b/static/css/icons.css @@ -1,3 +1,9 @@ +.glyphicon { + display: inline-block; + width: 40px; + height: 40px; + line-height: 40px; +} .glyphicon::before { position: absolute; left: 4px; diff --git a/templates/course.hamlet b/templates/course.hamlet index d1528eee6..14e8f6ad2 100644 --- a/templates/course.hamlet +++ b/templates/course.hamlet @@ -25,7 +25,7 @@

#{schoolName school} -
+
$maybe descr <- courseDescription course

Beschreibung

#{descr} diff --git a/templates/courses.hamlet b/templates/courses.hamlet index 45849802b..56a9134b6 100644 --- a/templates/courses.hamlet +++ b/templates/courses.hamlet @@ -1,6 +1,6 @@ -

+

Kursübersicht für Semester #{termToText $ unTermKey tidini} ^{coursesTable} -
+
Neuen Kurs anlegen diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 56b0aeec6..64ec8c8f1 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -3,12 +3,10 @@
+ ^{asidenav}
- - $if not $ Just HomeR == mcurrentRoute - ^{breadcrumbs} $forall (status, msg) <- mmsgs diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index f158a3f75..cbbf4437b 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -42,7 +42,7 @@ --fontfamilybase: "Source Sans Pro", Helvetica, sans-serif; /* DIMENSIONS */ - --header-height: 60px; + --header-height: 80px; --header-height-collapsed: 50px; } @@ -124,13 +124,14 @@ th { } .main__content { + position: relative; background-color: white; - padding: 20px 40px; + padding: 0 40px; padding-right: 0; flex: 1; z-index: 0; - > div { + > .container { margin: 20px 0; } diff --git a/templates/formPage.hamlet b/templates/formPage.hamlet index aa2d687d1..11d246e51 100644 --- a/templates/formPage.hamlet +++ b/templates/formPage.hamlet @@ -10,4 +10,4 @@
- ^{formWidget} + ^{formWidget} diff --git a/templates/home.hamlet b/templates/home.hamlet index 37997a88b..ed8b77fb4 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -1,4 +1,4 @@ -
+

ReWorX - Demo

Testumgebung für die Re-Implementierung von UniWorX @@ -9,7 +9,7 @@

Das System ist noch nicht produktiv einsetzbar


-
+

Teilweise funktionierende Abschnitte