From 0fb4525e0484c4d9e76bbd50251c9efeb68306b1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 27 Feb 2009 13:29:07 -0700 Subject: [PATCH] Fix CSS on multiple messages screen --- imp/templates/thread/thread.html | 8 ++++---- imp/themes/screen.css | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/imp/templates/thread/thread.html b/imp/templates/thread/thread.html index 70c243ae5..7955756f0 100644 --- a/imp/templates/thread/thread.html +++ b/imp/templates/thread/thread.html @@ -21,20 +21,20 @@
- +
- + - + - +
Date: 
To:From: 
Subject: 
diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 178365061..27a7ec873 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -278,6 +278,9 @@ tr.deleted:hover, tr.deleted-over { table.msgheaders, td.msgheader { width: 100%; } +table.multipleMsgs td.msgheader { + width: auto; +} /* Pad the addressbook icon in header compose links. */ .msgheader img { -- 2.11.0