0
|
1 body
|
|
2 {
|
|
3 height: 100%;
|
|
4 }
|
|
5
|
|
6 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
|
|
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 }
|
|
17
|
|
18 #messagelist thead tr td,
|
|
19 #messagelist tbody tr td
|
|
20 {
|
|
21 height: 18px;
|
|
22 }
|