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; outline: 5px auto -webkit-focus-ring-color;
} }
/* CONTAINER */
.container {
+ .container {
margin-top: 20px;
}
}
/* GENERAL BUTTON STYLES */ /* GENERAL BUTTON STYLES */
input[type="submit"], input[type="submit"],
input[type="button"], input[type="button"],

View File

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

View File

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