瀏覽代碼

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 年之前
父節點
當前提交
fe6059547e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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	{