Synch message list table width with css/default.css since the lack of a width here...
[squirrelmail.git] / templates / default / css / default.css
index c01045b23621bf5b78c8261a9ea54049cc9052e3..587d414035ba55c7cad75dea676df21a4b0cd4c8 100644 (file)
@@ -325,6 +325,7 @@ td.error_header {
 
 .table_messageList     {
     background: #ffffcc /* __COLOR5__*/;
+    width:100%;
 }
 
 .table_messageList     tr.headerRow    {
@@ -529,13 +530,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   {
@@ -1022,30 +1033,6 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
-div.printerFriendlyTop table {
-    width:100%;
-}
-
-div.printerFriendlyTop td {
-    text-align: right;
-}
-
-div.printerFriendly table.attach {
-    width: 100%;
-    margin-top:5px;
-    margin-bottom:5px;
-}
-
-div.printerFriendly td.attachField {
-    width: 30%;
-    font-weight: bold;
-    text-align: right;
-}
-
-div.printerFriendly td.attachName {
-    font-weight: bold;
-}
-
 div.viewHeader table.table1 {
     width: 100%;
 }
@@ -1068,7 +1055,6 @@ div.htmlIframe {
 }
 
 div.htmlIframe iframe {
-    height: 250px;
     width:100%;
 }
 
@@ -1096,4 +1082,23 @@ div.viewText td.spacer {
     background-color: #DCDCDC /* __COLOR0__ */;
 }
 
+#printMessageBox {
+    background-color: #fffff0;
+    border: 1px solid #f2e93a;
+    margin: 1em;
+    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;
+}