X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=269b4dfdacac40825d4c06704c5d8eca0d661a72;hb=1e3745a84de11cb5c546d72c27eeee06764ac4f1;hp=172adbc1240f62f1e20f7997825b2b33b2c26196;hpb=9ec35a68ded9e7db34833375f1e7e6ac07bc4ce0;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 172adbc12..269b4dfda 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -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 {