Browse Source

Synch message list table width with css/default.css since the lack of a width here seems to break some layouts/browsers/configurations

pdontthink 15 years ago
parent
commit
fe6059547e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/default/css/default.css

+ 1 - 0
templates/default/css/default.css

@@ -325,6 +325,7 @@ td.error_header {
 
 .table_messageList	{
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList	tr.headerRow	{