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

Add basic transaction register support

This commit is contained in:
2015-08-05 21:25:25 -04:00
parent b1e5e26338
commit 4f61f9e74d
8 changed files with 577 additions and 37 deletions

View File

@ -75,3 +75,24 @@ div.accounttree-root div {
padding: 15px;
border-right: 1px solid #DDD;
}
.register-row-editing {
background-color: #FFFFE0 !important;
}
.register-row-editing:hover {
background-color: #e8e8e8 !important;
}
.register-row-editing .form-group {
margin: 0;
}
.row > div > .form-group,
.row > div > .rw-combobox {
margin-right: -7px;
margin-left: -7px;
}
.split-header {
font-weight: 700;
text-align: center;
}