diff options
| author | Edwin Smulders <edwin.smulders@gmail.com> | 2020-02-09 13:03:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-09 13:03:52 +0100 |
| commit | 02242f2e12e98ebad7e3c401cfa3b31d7bb651cc (patch) | |
| tree | 122e8b1a43f092adcf9c734238089c8fe1f001dc /ihatemoney/static/css/main.css | |
| parent | bf691660ee52073cfca5b32ed833553e9fe3a171 (diff) | |
| download | ihatemoney-mirror-02242f2e12e98ebad7e3c401cfa3b31d7bb651cc.zip ihatemoney-mirror-02242f2e12e98ebad7e3c401cfa3b31d7bb651cc.tar.gz ihatemoney-mirror-02242f2e12e98ebad7e3c401cfa3b31d7bb651cc.tar.bz2 | |
Initial montly expenses (#526)
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -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; +} |
