diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-26 13:28:24 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-26 13:28:24 -0700 |
commit | 15d1a6c9374a20379d98bfac729ecf10609a7759 (patch) | |
tree | 4cafe3c9d8f655880eaee3846d29ac157b6a9f1c /view/css | |
parent | 9ab335626cdaad433c8f5b6d7fd4d980c1b37742 (diff) | |
parent | 451db7dd98bcfb1525ee3dd0acfcd311b5615912 (diff) | |
download | volse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.tar.gz volse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.tar.bz2 volse-hubzilla-15d1a6c9374a20379d98bfac729ecf10609a7759.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_mail.css | 70 |
1 files changed, 12 insertions, 58 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 11affffbd..f0f4458fa 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -1,26 +1,3 @@ -/* message */ - -#mail-list-wrapper { - border-top: 1px solid #ccc; - padding: 5px 5px 5px 5px; -} - -span.mail-list { - float: left; - width: 20%; -} - -img.mail-list-sender-photo { - height: 24px; - width: 24px; - float: left; - margin-right: 30px; -} - -.mail-list-remove { - width: 5% !important; -} - /* message/new */ #prvmail-to-label, @@ -48,49 +25,26 @@ img.mail-list-sender-photo { cursor: pointer; } -#prvmail-end { - clear: both; -} - /* message/id */ .mail-conv-outside-wrapper { - margin-top: 30px; + display: table; + table-layout: fixed; } -.mail-conv-sender, -.mail-conv-detail { - float: left; -} - -.mail-conv-detail { - margin-left: 20px; - width: 500px; -} - -.mail-conv-subject { - font-size: 1.4em; - margin: 10px 0; -} - -.mail-conv-delete-wrapper { - float: right; - margin-right: 30px; - margin-top: 15px; - margin-bottom: 5px; -} - -.mail-conv-recall-wrapper { - float: right; +.mail-conv-sender { + display: table-cell; + vertical-align: top; margin-right: 10px; - margin-top: 15px; - margin-bottom: 5px; } -.mail-conv-outside-wrapper-end { - clear: both; +.mail-conv-sender-name { + font-weight: bold; } -.mail-conv-break { - clear: both; +.mail-conv-detail { + display: table-cell; + vertical-align: top; + width: 100%; + padding-left: 10px; } |