diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 09:35:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 09:35:22 +0000 |
commit | 28e18c75ef693740edc05e7474cf52452cc76157 (patch) | |
tree | 228a2a67f3743c7f51dc48eb83bfac6840594595 /skins/larry/mail.css | |
parent | 0ea1f1e4ef4d45e89874f99d48a928ac4252ccb0 (diff) |
More CSS styling for Larry
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 15046d2a3..34fe36b38 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -679,12 +679,21 @@ h2.subject { font-weight: bold; } +.headers-table td.header span { + white-space: nowrap; +} + .rcmaddcontact { position: relative; top: 1px; margin-left: 0.5em; } +.rcmaddcontact imp { + width: 20px; + height: 13px; +} + #messageheader #countcontrols { position: absolute; top: 8px; @@ -750,7 +759,7 @@ h2.subject { div.message-part, div.message-htmlpart { - padding: 10px 8px; + padding: 10px 2px; border-top: 1px solid #ccc; } |