diff options
author | friendica <info@friendica.com> | 2012-02-23 00:30:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 00:30:17 -0800 |
commit | d9e9fd0359cb89416b486cbe9cb65f586abe6cd9 (patch) | |
tree | 5d033d619df1983226d5270decd2f64dd0d55326 /view/theme/quattro/quattro.less | |
parent | fd43e2c563679a98ad31e1a09a05bef6bb448677 (diff) | |
parent | 734cdcef28540a5d9416b6dc7f77e683058daadf (diff) | |
download | volse-hubzilla-d9e9fd0359cb89416b486cbe9cb65f586abe6cd9.tar.gz volse-hubzilla-d9e9fd0359cb89416b486cbe9cb65f586abe6cd9.tar.bz2 volse-hubzilla-d9e9fd0359cb89416b486cbe9cb65f586abe6cd9.zip |
Merge branch 'master' into notify
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rwxr-xr-x | view/theme/quattro/quattro.less | 35 |
1 files changed, 35 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, |