summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-06 13:40:37 +0000
committerthomascube <thomas@roundcube.net>2012-01-06 13:40:37 +0000
commitf4aaf84b5052bb2686a12e4a41837bef36c5a426 (patch)
tree7117af6d7d33d83c1970bc01640837b9a4663157 /skins/larry/mail.css
parente86a21bd83a0ae6cadfe9c919582951f306d3b64 (diff)
Display short headers in preview mode, with toggle to show all
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css26
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;