From cb105aa9f12396d1644e87d91c35e8f5c3eefbbd Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 05 Nov 2010 07:01:15 -0400
Subject: [PATCH] - Fix displaying long header names in message headers table - Fix translation labels names for Mail-Followup-to and Mail-Reply-To

---
 skins/default/mail.css |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index ec4b0d9..d380eff 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -1005,7 +1005,6 @@
 {
   width: 100%;
   background-color: #EBEBEB;
-  table-layout: fixed;
 }
 
 #messagebody table.headers-table
@@ -1027,19 +1026,23 @@
   border-bottom:1px solid #FFFFFF;
 }
 
-table.headers-table td.header-title
+table.headers-table tr td.header-title
 {
-  width: 80px;
+  width: 1%;
   color: #666666;
   font-weight: bold;
   text-align: right;
   white-space: nowrap;
-  padding-right: 4px;
+  padding: 0 4px;
+}
+
+table.headers-table tr td.header
+{
+  width: 99%;
 }
 
 table.headers-table tr td.subject
 {
-  width: 90%;
   font-weight: bold;
 }
 
@@ -1064,12 +1067,12 @@
 
 #attachment-list
 {
-  margin: 0px;
-  padding: 0px 0px 0px 72px;
+  margin: 0;
+  padding: 0 4px 0 8px;
   min-height: 16px;
   list-style-image: none;
   list-style-type: none;
-  background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF;
+  background: url(images/icons/attachment.png) 4px 2px no-repeat #DFDFDF;
 }
 
 #attachment-list:after

--
Gitblit v1.9.1