Changes and fixes in HTTP (e.g. + account upsertion)
==================================================== * Account upsertion * Empty credit and debit forms, the latter with the ability to charge groups * Fixed redirection on posting transfers * Reverse order of credits and debits * Style: prevent monospace size reduction in some browsers; td.mark class * Totals in report and and bankStatement
This commit is contained in:
@@ -34,7 +34,12 @@ table td.centered {
|
||||
|
||||
table td.number {
|
||||
text-align: right;
|
||||
font-family: monospace;
|
||||
font-family: monospace, monospace; /* Hack to prevent browser default size reduction of monospace font */
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
table td.mark {
|
||||
background-color:rgba(255,0,0,0.1);
|
||||
}
|
||||
|
||||
a.transfer-btn {
|
||||
|
||||
Reference in New Issue
Block a user