* Fix some IE (mainly IE6) overflow issues
[citadel.git] / webcit / static / webcit.css
index 172adbc1240f62f1e20f7997825b2b33b2c26196..269b4dfdacac40825d4c06704c5d8eca0d661a72 100644 (file)
@@ -592,12 +592,13 @@ body, #global {
 #summary_view {
        height: 100px;
        overflow-y: scroll;
+    overflow-x: hidden;
        cursor: pointer;
 }
 #message_list_body {
     background-color: white !important;
 }
-#message_list_body > tr > td {
+#message_list_body tr td {
     overflow-y: hidden;
     overflow-x: hidden; /* stop long subjects overflowing */
 }
@@ -1094,7 +1095,10 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-#summary_view > table {
+#summary_view table {
+    table-layout: fixed; /* stops long subjects overflowing */
+}
+#summary_view > table { /* hide from IE6 */
     width: 100%;
 }
 colgroup.entity {