1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 04:18:38 -04:00

Add pagination for transactions, 'New Transaction' button

This commit is contained in:
2015-08-11 07:00:58 -04:00
parent 684e8defb7
commit 8ca68da816
2 changed files with 96 additions and 25 deletions

View File

@ -71,6 +71,12 @@ div.accounttree-root div {
right: 15px;
bottom: 15px;
}
.transactions-container {
display: block;
width: 100%;
height: 100%;
overflow: auto;
}
.transactions-column {
padding: 15px;
border-right: 1px solid #DDD;
@ -96,3 +102,7 @@ div.accounttree-root div {
font-weight: 700;
text-align: center;
}
.skinny-pagination {
margin: 0px;
}