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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user