Преглед изворни кода

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	{