From 02242f2e12e98ebad7e3c401cfa3b31d7bb651cc Mon Sep 17 00:00:00 2001 From: Edwin Smulders Date: Sun, 9 Feb 2020 13:03:52 +0100 Subject: Initial montly expenses (#526) --- ihatemoney/static/css/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ihatemoney/static/css') diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 43df23d..1a7dc1f 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -311,8 +311,9 @@ footer .footer-left { background: url("../images/see.png") no-repeat right; } -#bill_table { +#bill_table, #monthly_stats { margin-top: 30px; + margin-bottom: 30px; } .project-actions > .delete, @@ -487,3 +488,9 @@ footer .icon svg { .icon.icon-white { fill: white; } + +/* align the first column */ +#monthly_stats tr *:first-child { + text-align: right; + width: 200px; +} -- cgit v1.1