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 |
} |
0e7b66
|
17 |
|
A |
18 |
#messagelist thead tr td, |
|
19 |
#messagelist tbody tr td |
|
20 |
{ |
|
21 |
height: 18px; |
|
22 |
} |