Synch message list table width with css/default.css since the lack of a width here...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 19 Nov 2009 20:09:06 +0000 (20:09 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 19 Nov 2009 20:09:06 +0000 (20:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13872 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/default.css

index 9e46a1aa8c3e2c9ca73f3fb7cc0c2914bcd34951..587d414035ba55c7cad75dea676df21a4b0cd4c8 100644 (file)
@@ -325,6 +325,7 @@ td.error_header {
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList     tr.headerRow    {