Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
fe6059547e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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	{