David Carter
2014-06-09 776ddd6d85b884311ff0b17430241fae2e70544f
New optional HTML/plaintext view icons in #messageheader mean that
we need wider CSS margin on the message subject.

Otherwise a long subject line runs behind the extra icons.

This shows up frequently with the threecol plugin installed:

https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout

(I have submitted a pull request to make that work with 1.0.1)

However you see the same problem with the standard mailbox view
if a message has a very long subject line.
1 files modified
2 ■■■ changed files
skins/larry/mail.css 2 ●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -850,7 +850,7 @@
h3.subject {
    font-size: 14px;
    margin: 0 12em 0 0;
    margin: 0 15em 0 0;
    padding: 8px 8px 4px 8px;
    white-space: nowrap;
    overflow: hidden;