From: pdontthink Date: Thu, 19 Nov 2009 20:09:06 +0000 (+0000) Subject: Synch message list table width with css/default.css since the lack of a width here... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6462ca707b1903390c4a530e5c42b29388659c2b;p=squirrelmail.git 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 --- 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 {