diff --git a/Asset/css/finance.css b/Asset/css/finance.css index d2dc4e7..a25fe43 100644 --- a/Asset/css/finance.css +++ b/Asset/css/finance.css @@ -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 { diff --git a/Plugin.php b/Plugin.php index 0f372ca..8bc94cf 100644 --- a/Plugin.php +++ b/Plugin.php @@ -62,7 +62,7 @@ class Plugin extends Base public function getPluginVersion() { - return '0.4.0'; + return '0.4.1'; } public function getPluginHomepage() diff --git a/Template/board/column_total.php b/Template/board/column_total.php index 68b5416..57abde3 100644 --- a/Template/board/column_total.php +++ b/Template/board/column_total.php @@ -20,5 +20,5 @@ if ($net > 0) { } ?>