diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/stats.css | 16 | ||||
| -rw-r--r-- | static/css/style.css | 27 |
2 files changed, 35 insertions, 8 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; } diff --git a/static/css/style.css b/static/css/style.css index 00e46d8..631684f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -204,6 +204,31 @@ a { margin: auto; } +#recent_activities{ + width: 90%; + margin-top: 20px; + margin-right: 20px; + float: right; +} + +#archives{ + width: 8%; + margin-top: 20px; + float: left; +/* + margin-right: 2px; +*/ +} + +#archives ul { + padding: 0; + margin: 0; +} + +#archives li { + list-style-type: none; +} + /* Thread list */ .thread_title { @@ -237,7 +262,7 @@ a { /* Part containing the body of the mail which can be shown/hidden */ .expander { - width: 768px; + width: 665px; background-image: linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -o-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); |
