From 5924b67e6716be1530436dd986ddb941125fa5e3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 18 Jun 2013 16:30:38 +0200 Subject: Add Top Posters and Popular Threads widgets to the overview --- hyperkitty/static/css/hyperkitty-overview.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css index 7898764..e96f7a2 100644 --- a/hyperkitty/static/css/hyperkitty-overview.css +++ b/hyperkitty/static/css/hyperkitty-overview.css @@ -7,6 +7,13 @@ text-align: center; } +#recent_activities h3 { + font-size: 20px; + line-height: 28px; + margin-bottom: 0.5em; + text-align: center; +} + #graph h2 { text-align: center; } @@ -37,10 +44,7 @@ } -#top-discussion, -#discussion-by-topic, -#most-active, -#discussion-maker { +#recent_activities .widget { padding: 1em; padding-bottom: 0; border: 1px solid #ddd; -- cgit