fsf changes, meant to be rebased on upstream
[squirrelmail.git] / templates / default / css / default.css
index caffe3a72b8257808ebbbefbd9cb77eb04f5fb78..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    {
@@ -529,13 +537,23 @@ td.message_count  {
     text-align: center;
     background: #ababab /* __COLOR9__ */;
 }
-#addressList    td.abookSwitch  {
+
+#addressList    select {
+    vertical-align: middle;
+}
+
+#addressList    td.abookPaginationAndButtons  {
     background: #dcdcdc /* __COLOR0__ */;
     text-align: right;
 }
 
-#addressList    td.abookButtons  {
+#addressList    div.abookPagination  {
+    float: left;
+}
+
+#addressList    td.abookSwitch  {
     background: #dcdcdc /* __COLOR0__ */;
+    text-align: right;
 }
 
 #addressList    td.abookField   {
@@ -968,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 {
@@ -998,7 +1018,7 @@ div.readInlineImages {
 }
 
 div.readInlineImages table {
-    width: 50%;
+    /* width: 50%; */
     margin-top:8px;
     margin-bottom:8px;
     margin-left: auto;
@@ -1022,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%;
 }
@@ -1078,3 +1107,16 @@ div.viewText td.spacer {
     padding: 1em;
     font-size: x-large;
 }
+
+#recpt_tail_to, #recpt_tail_cc {
+    display: none;
+}
+#toggle_to, #toggle_cc {
+    font-size: smaller;
+}
+
+hr.entity_sep {
+    border: 0;
+    height: 1px;
+    background-color: gray;
+}