Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
fe6059547e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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	{