summaryrefslogtreecommitdiffstats
path: root/static/css/stats.css
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-03-18 09:14:05 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-03-18 09:14:05 +0100
commit089f72b237ea4cd8711e6ded643f43687fd39490 (patch)
treecd83e5fa054b3da270fb59ade14aba9842f792f8 /static/css/stats.css
parent91ee2716b2e6a01b1565c5585f0279b77cbb8644 (diff)
downloadhyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.gz
hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.xz
hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.zip
Start implementing the archiver with mongo in the background
Diffstat (limited to 'static/css/stats.css')
-rw-r--r--static/css/stats.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/static/css/stats.css b/static/css/stats.css
index cd39079..6a1d2ec 100644
--- a/static/css/stats.css
+++ b/static/css/stats.css
@@ -26,29 +26,31 @@ h2 {
/* The content section of the page */
.content {
- width: 90%;
+ width: 1024px;
margin: auto;
}
#top_discussion {
- width: 45%;
+ width: 40%;
margin-right: 22px;
+ margin-left: 11%;
}
#discussion_by_topic {
- width: 45%;
+ width: 40%;
margin-top: 20px;
margin-right: 22px;
+ margin-left: 11%;
}
#most_active {
float: right;
- width: 45%;
+ width: 40%;
}
#discussion_marker {
float: right;
- width: 45%;
+ width: 40%;
margin-top: 20px;
}
@@ -75,7 +77,7 @@ h2 {
}
.thread_stats ul li {
- margin-right:20px;
+ margin-right:10px;
}
.category {
@@ -110,7 +112,7 @@ h2 {
.maker_id, .marker_name{
font-weight: bold;
- font-size: 125%;
+ font-size: 115%;
vertical-align: top;
padding-right: 20px;
}