summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorDavid Carter <dpc22@cam.ac.uk>2014-06-09 14:11:57 +0100
committerDavid Carter <dpc22@cam.ac.uk>2014-06-09 14:11:57 +0100
commit776ddd6d85b884311ff0b17430241fae2e70544f (patch)
tree98093068f7445995fb509f9e6352cf76aa9ac8fa /skins
parentba5c53e5c3894bcbbc33dfd3271583e44c35de25 (diff)
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.
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 2df5e2bc5..c67e049ea 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -850,7 +850,7 @@ h2.subject {
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;