From 2080feca9367c057590835df12f5ebe6da8c1e9c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 14 Jan 2013 15:41:51 -0500 Subject: [PATCH] Select 8 KB of message part for headers (to make sure we get them all) --- skins/classic/mail.css | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 85c53d5..98325d9 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1070,6 +1070,17 @@ background-color: #F4F4F4; } +#messagebody table.headers-table +{ + margin: 16px 6px 6px 6px; +} + +div.message-partheaders + div.message-part +{ + border-top: 0; + padding-top: 4px; +} + table.headers-table tr td { font-size: 11px; -- Gitblit v1.9.1