You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122
  1. body
  2. {
  3. height: 100%;
  4. }
  5. html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
  6. html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
  7. html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
  8. html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
  9. div.message-part pre,
  10. div.message-htmlpart pre,
  11. div.message-part div.pre
  12. {
  13. word-wrap: break-word;
  14. }
  15. #messagelist thead tr td,
  16. #messagelist tbody tr td
  17. {
  18. height: 18px;
  19. }