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;
|
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"],
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user