no empty tables on profile page and spacing for containers
This commit is contained in:
parent
295f38825a
commit
c114e29437
@ -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"],
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user