diff options
Diffstat (limited to 'ihatemoney/static')
| -rw-r--r-- | ihatemoney/static/css/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
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; +} |
