FinanceBuddy: keep signed amounts on one line, relabel column total (v0.4.1)
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Keep the signed amount together ("-R$450,00"); a break before it (after "Total:") is fine. */
|
||||
.fb-amount {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.fb-total-debit {
|
||||
color: #b94a48;
|
||||
}
|
||||
@@ -38,6 +43,7 @@
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.fb-badge-debit {
|
||||
|
||||
Reference in New Issue
Block a user