Synch message list table width with css/default.css since the lack of a width here...
[squirrelmail.git] / templates / default / css / default.css
index 249e5a0585ae6534b99f480342b083bf30fef16b..587d414035ba55c7cad75dea676df21a4b0cd4c8 100644 (file)
@@ -325,6 +325,7 @@ td.error_header {
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList     tr.headerRow    {
 }
 
 .table_messageList     tr.headerRow    {
@@ -1095,3 +1096,9 @@ div.viewText td.spacer {
 #toggle_to, #toggle_cc {
     font-size: smaller;
 }
 #toggle_to, #toggle_cc {
     font-size: smaller;
 }
+
+hr.entity_sep {
+    border: 0;
+    height: 1px;
+    background-color: gray;
+}