You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
541 B
CSS
23 lines
541 B
CSS
body
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
|
|
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
|
|
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
|
|
html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
|
|
|
|
div.message-part pre,
|
|
div.message-htmlpart pre,
|
|
div.message-part div.pre
|
|
{
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#messagelist thead tr td,
|
|
#messagelist tbody tr td
|
|
{
|
|
height: 18px;
|
|
}
|