summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-12 16:27:52 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-12 16:27:52 +0200
commit138c04fc4518fac1607bbc812bb9cffde88cebeb (patch)
treed976adbe43ac26ede8425447c9259aef0b2f816f /hyperkitty/static
parent190bf89337ec93b6325e91c3165b1a3d5c37d6a1 (diff)
downloadhyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.tar.gz
hyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.tar.xz
hyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.zip
Display the number of participants and discussions on the overview page
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-overview.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
index a4f0a8e..07b5f3e 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css
@@ -26,7 +26,7 @@
position: relative;
margin: auto;
width: 540px;
- height: 330px;
+ height: 300px;
}
#fig .axis path, #fig .axis line {
@@ -39,6 +39,9 @@
fill: steelBlue;
}
+#overview .list-stats {
+ text-align: center;
+}
#overview p.thread-new {
text-align: center;