Explorar o código

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

pdontthink %!s(int64=15) %!d(string=hai) anos
pai
achega
fe6059547e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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	{