no empty tables on profile page and spacing for containers

This commit is contained in:
Felix Hamann 2018-07-05 23:24:06 +02:00
parent 295f38825a
commit c114e29437
3 changed files with 15 additions and 2 deletions

View File

@ -231,6 +231,14 @@ h4 {
outline: 5px auto -webkit-focus-ring-color;
}
/* CONTAINER */
.container {
+ .container {
margin-top: 20px;
}
}
/* GENERAL BUTTON STYLES */
input[type="submit"],
input[type="button"],

View File

@ -9,16 +9,18 @@
Die Implementierung von
Uni2work ist noch nicht abgeschlossen.
<div .container>
<h1>
Anstehende Übungsblätter
<div .container>
^{sheetTable}
<div .container>
<h1>
Anstehende Klausuren
TODO
<div .container>
<h1>
Anstehende Kursanmeldungen
TODO

View File

@ -1,7 +1,10 @@
$newline never
<div ##{dbtIdent}-table-wrapper>
<div .scrolltable>
^{table}
$if null wRows
Keine anstehenden Übungsblätter.
$else
^{table}
$if pageCount > 1
<ul ##{dbtIdent}-pagination .pagination>
$forall p <- pageNumbers