diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:36:51 +0100 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:36:51 +0100 |
| commit | e2ad1c98414750d37ab259befe7b03886880651a (patch) | |
| tree | 2d79563a24afb7d2b63c09a8882f7e5016543e12 /static/css/thread.css | |
| parent | 86c18f08b9621dcc373556ec14d0c6480d0aae65 (diff) | |
| download | hyperkitty-e2ad1c98414750d37ab259befe7b03886880651a.tar.gz hyperkitty-e2ad1c98414750d37ab259befe7b03886880651a.tar.xz hyperkitty-e2ad1c98414750d37ab259befe7b03886880651a.zip | |
work on the thread view
Diffstat (limited to 'static/css/thread.css')
| -rw-r--r-- | static/css/thread.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/thread.css b/static/css/thread.css index d39ceb1..a31c2b5 100644 --- a/static/css/thread.css +++ b/static/css/thread.css @@ -217,8 +217,16 @@ padding: 5px; min-height: 40px; background-color: rgb(255, 255, 255); + white-space: pre; + display: inline-block; } +#first_email_body { + white-space: pre; + display: inline-block; +} + + .email_body a { float: right; padding: 3px 10px 0px 0px; @@ -228,3 +236,12 @@ padding: 0px; margin-top: 5px; } + +.thread_email { + padding-left: 20px; + margin-left: 21px; + display: inline-block; + vertical-align: top; + white-space: pre; +} + |
