#10 Create period overview

WIP commit
This commit is contained in:
2021-03-04 18:12:18 +01:00
parent 51d491c5d1
commit 5a13429e9b
18 changed files with 543 additions and 4 deletions

View File

@@ -34,7 +34,8 @@ a {
#account-overview-table,
#transaction-table,
#recurring-transaction-list-table {
#recurring-transaction-list-table,
#period-overview-table {
width: 100%;
border-collapse: collapse;
text-align: left;
@@ -47,7 +48,9 @@ a {
#transaction-table th,
#transaction-table td,
#recurring-transaction-list-table th,
#recurring-transaction-list-table td {
#recurring-transaction-list-table td,
#period-overview-table th,
#period-overview-table td {
border-bottom: 1px solid var(--border-color);
padding: 0.3em;
vertical-align: top;
@@ -55,7 +58,8 @@ a {
#account-overview-table th,
#transaction-table th,
#recurring-transaction-list-table th {
#recurring-transaction-list-table th,
#period-overview-table th {
position: sticky;
top: 0px;
background-color: var(--background-color);