From 24e0c4a546557a12c80b71cffd1e26a5d19820b3 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 6 Jan 2012 13:40:37 +0000 Subject: Display short headers in preview mode, with toggle to show all git-svn-id: https://svn.roundcube.net/trunk@5734 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/larry/mail.css | 26 ++++++++++++++++++++++ .../skins/larry/templates/messagepreview.html | 16 ++++++++++++- roundcubemail/skins/larry/ui.js | 21 +++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index d76c94bc8..3f2d8fe4a 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/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; diff --git a/roundcubemail/skins/larry/templates/messagepreview.html b/roundcubemail/skins/larry/templates/messagepreview.html index b7ba414c3..1543acc3f 100644 --- a/roundcubemail/skins/larry/templates/messagepreview.html +++ b/roundcubemail/skins/larry/templates/messagepreview.html @@ -8,7 +8,21 @@

- + + + + + + + + + + + +
Details +
+ +