fsf changes, meant to be rebased on upstream
[squirrelmail.git] / templates / default / css / default.css
index 249e5a0585ae6534b99f480342b083bf30fef16b..5ed778cd3b7aae582fde7e9d1f6fc2f788978703 100644 (file)
@@ -106,13 +106,20 @@ table.table1    td  {
     padding-right: 2px;
 }
 
-table.table2    {
+table.table2 {
     border: 1px solid #ababab /* __COLOR9__ */;
     width: 80%;
     margin-left: auto;
     margin-right: auto;
 }
 
+table.sm_readBody_table2 {
+    border: 1px solid #ababab /* __COLOR9__ */;
+    width: 100%;
+    margin-left: auto;
+    margin-right: auto;
+}
+
 table.table2    td  {
     padding-left: 2px;
     padding-right: 2px;
@@ -325,6 +332,7 @@ td.error_header {
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList     tr.headerRow    {
@@ -978,7 +986,9 @@ div.readHeaders table.spacer {
 }
 
 div.readBody table {
-    width: 100%;
+    /* Some HTML messages don't work well with this,
+       so we're trying it out without -- need feedback
+       width: 100%; */
 }
 
 div.readBody table.table2 tr {
@@ -1008,7 +1018,7 @@ div.readInlineImages {
 }
 
 div.readInlineImages table {
-    width: 50%;
+    /* width: 50%; */
     margin-top:8px;
     margin-bottom:8px;
     margin-left: auto;
@@ -1032,6 +1042,15 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
+div.readInlineImages td img {
+    width:100%;
+}
+
+table.imageWrapper {
+    margin-top:0 !important;
+    margin-bottom:0 !important;
+}
+
 div.viewHeader table.table1 {
     width: 100%;
 }
@@ -1095,3 +1114,9 @@ div.viewText td.spacer {
 #toggle_to, #toggle_cc {
     font-size: smaller;
 }
+
+hr.entity_sep {
+    border: 0;
+    height: 1px;
+    background-color: gray;
+}