diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 09:14:05 +0100 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 09:14:05 +0100 |
| commit | 089f72b237ea4cd8711e6ded643f43687fd39490 (patch) | |
| tree | cd83e5fa054b3da270fb59ade14aba9842f792f8 /static/css/style.css | |
| parent | 91ee2716b2e6a01b1565c5585f0279b77cbb8644 (diff) | |
| download | hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.gz hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.xz hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.zip | |
Start implementing the archiver with mongo in the background
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 27 |
1 files changed, 26 insertions, 1 deletions
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%); |
