From 5ab9c6f623ea09cddc8c9729418f87df4f578e75 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 19 Mar 2007 22:36:24 +0000 Subject: Correctly parse message/rfc822; fixed html2text conversion; code cleanup git-svn-id: https://svn.roundcube.net/trunk@511 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roundcubemail/skins/default') diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 4e9c0d7b5..139994167 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -628,7 +628,14 @@ table.headers-table width: 100%; background-color: #EBEBEB; table-layout: fixed; +} +#messagebody table.headers-table +{ + width: auto; + margin: 6px 8px; + background-color: #F4F4F4; + border: 1px solid #ccc; } table.headers-table tr td -- cgit v1.2.3