diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-23 09:02:40 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-23 09:02:40 +0100 |
commit | 56f3c00eec645db3a5f67afb916602cebb0325af (patch) | |
tree | bd0e2e53eb5352555c0e2ae68b49bb34440b9202 /view/theme/quattro | |
parent | 3c6b127d40e2f0ea1c2d8eb7114c3e121b58ba2e (diff) | |
download | volse-hubzilla-56f3c00eec645db3a5f67afb916602cebb0325af.tar.gz volse-hubzilla-56f3c00eec645db3a5f67afb916602cebb0325af.tar.bz2 volse-hubzilla-56f3c00eec645db3a5f67afb916602cebb0325af.zip |
quattro: added styling to pivate message view
Diffstat (limited to 'view/theme/quattro')
-rwxr-xr-x | view/theme/quattro/quattro.less | 35 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 29 |
2 files changed, 64 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index ac84e0eff..f834f2e77 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -317,6 +317,41 @@ aside { img { widht: 48px; height: 58px; } } } +/* mail view */ +.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-outside-wrapper-end { + clear: both; +} + +.mail-conv-outside-wrapper { + margin-top: 30px; +} + +.mail-conv-delete-wrapper { + float: right; + margin-right: 30px; + margin-top: 15px; +} +.mail-conv-break { + clear: both; +} + +.mail-conv-delete-icon { + border: none; +} /* group member */ #contact-edit-drop-link, diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index 4c24ade8e..ed2baee7a 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -624,6 +624,35 @@ aside #profiles-menu { widht: 48px; height: 58px; } +/* mail view */ +.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-outside-wrapper-end { + clear: both; +} +.mail-conv-outside-wrapper { + margin-top: 30px; +} +.mail-conv-delete-wrapper { + float: right; + margin-right: 30px; + margin-top: 15px; +} +.mail-conv-break { + clear: both; +} +.mail-conv-delete-icon { + border: none; +} /* group member */ #contact-edit-drop-link, .mail-list-delete-wrapper, .group-delete-wrapper { float: right; |