From 089f72b237ea4cd8711e6ded643f43687fd39490 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 18 Mar 2012 09:14:05 +0100 Subject: Start implementing the archiver with mongo in the background --- static/css/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'static/css/style.css') 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%); -- cgit