fix some scrolltable issues (missing, nested) and make more visible
This commit is contained in:
parent
fe985a6cea
commit
14462c7305
@ -1,3 +1,2 @@
|
|||||||
<div .container>
|
<div .container>
|
||||||
<div .scrolltable>
|
|
||||||
^{coursesTable}
|
^{coursesTable}
|
||||||
|
|||||||
@ -335,6 +335,8 @@ input[type="button"].btn-info:hover,
|
|||||||
/* SCROLLTABLE */
|
/* SCROLLTABLE */
|
||||||
.scrolltable {
|
.scrolltable {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
box-shadow: 0 0 3px 0 var(--color-grey);
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
|
|||||||
@ -9,6 +9,7 @@ $# rowWdgts :: Liste von Widgets für jede Zeile (Normal,Bonus,KeineWert
|
|||||||
$# --
|
$# --
|
||||||
<div>
|
<div>
|
||||||
<h3>_{MsgSummaryTitle} _{title $ getSum $ numSheets $ sumSummaries}
|
<h3>_{MsgSummaryTitle} _{title $ getSum $ numSheets $ sumSummaries}
|
||||||
|
<div .scrolltable>
|
||||||
<table .table .table--striped>
|
<table .table .table--striped>
|
||||||
<tr .table__row .table__row--head>
|
<tr .table__row .table__row--head>
|
||||||
<th>
|
<th>
|
||||||
|
|||||||
Reference in New Issue
Block a user