From 6462ca707b1903390c4a530e5c42b29388659c2b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 19 Nov 2009 20:09:06 +0000 Subject: [PATCH] Synch message list table width with css/default.css since the lack of a width here seems to break some layouts/browsers/configurations git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13872 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/default/css/default.css b/templates/default/css/default.css index 9e46a1aa..587d4140 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -325,6 +325,7 @@ td.error_header { .table_messageList { background: #ffffcc /* __COLOR5__*/; + width:100%; } .table_messageList tr.headerRow { -- 2.25.1