diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-11-28 17:36:49 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-11-28 17:36:49 +0100 |
| commit | f0ebe8a626938fe17f261855191214c2f16e6206 (patch) | |
| tree | e6ce89589d5190150c1c9c9e9fcae18b26a204c2 /hyperkitty/static | |
| parent | dc34f0e874c42018e11ed951efc5b3fcfe7e8feb (diff) | |
| download | hyperkitty-f0ebe8a626938fe17f261855191214c2f16e6206.tar.gz hyperkitty-f0ebe8a626938fe17f261855191214c2f16e6206.tar.xz hyperkitty-f0ebe8a626938fe17f261855191214c2f16e6206.zip | |
Small design improvement on the overview page
Diffstat (limited to 'hyperkitty/static')
| -rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index 062b3c5..8a95ff3 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -120,7 +120,8 @@ section#title #description { } section#title .chart { - margin-top: 2em; + margin-top: 1.5em; + height: 60px; } section#title .chart-data { border: 1px solid #bbb; @@ -128,7 +129,7 @@ section#title .chart-data { section#title p.thread-new { text-align: left; - margin-top: 1em; + margin-top: 2em; } section#statistics { |
