diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-02 11:41:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-02 11:41:37 +0200 |
commit | a895a0d79e0063a9b57e03f523ed400f94f10efe (patch) | |
tree | 4fef65dde1023643c5567ca021605813d9ed2b42 /view/css | |
parent | 1da3828a09485a9b2bc6113cbab9ca9ca483ffc0 (diff) | |
download | volse-hubzilla-a895a0d79e0063a9b57e03f523ed400f94f10efe.tar.gz volse-hubzilla-a895a0d79e0063a9b57e03f523ed400f94f10efe.tar.bz2 volse-hubzilla-a895a0d79e0063a9b57e03f523ed400f94f10efe.zip |
private mail template and css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_mail.css | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index f0f4458fa..cabfb299f 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -27,24 +27,25 @@ /* message/id */ -.mail-conv-outside-wrapper { - display: table; - table-layout: fixed; -} - .mail-conv-sender { - display: table-cell; - vertical-align: top; + float: left; margin-right: 10px; + margin-bottom: 10px; +} + +.mail-conv-sender img{ + width: 32px; + height: 32px; } .mail-conv-sender-name { font-weight: bold; } -.mail-conv-detail { - display: table-cell; - vertical-align: top; - width: 100%; - padding-left: 10px; +.mail-conv-body { + margin-bottom: 10px; +} + +.mail-conv-body img { + max-width: 100%; } |