alecpl
2009-10-27 5818e44345204e2323781adb87edcfba45e246a8
commit | author | age
9ff987 1 body
A 2 {
3   height: 100%;
4 }
5
cf7f22 6 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
A 7 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
8 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
9 html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
10
11 div.message-part pre,
12 div.message-htmlpart pre,
13 div.message-part div.pre
14 {
15   word-wrap: break-word;
16 }