diff options
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index d76c94bc8..3f2d8fe4a 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -664,6 +664,32 @@ h3.subject { height: 13px; } +#preview-allheaders { + display: none; +} + +#preview-shortheaders td.header-title { + padding-right: 0; +} + +#preview-shortheaders td.header { + padding-right: 12px; +} + +.headers-table .iconlink { + text-indent: -1000px; + padding: 1px 1px 1px 20px; +} + +.headers-table .iconlink.add { + background-position: -5px -359px; +} + +.headers-table .iconlink.delete { + background-position: -5px -339px; +} + + #full-headers { position: relative; color: #666; |