diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 14:26:41 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 14:26:41 +0200 |
commit | 3185f3a52404baacaef29e4ace534c97e5ddc931 (patch) | |
tree | 1b36471f9f44a73f0b3708ec4ccbb0cbee6fb7bb /skins/classic/safari.css | |
parent | c2d19b7f2439c250b4f6d4edca4840df2982973a (diff) |
Backported default -> classic skin renaming
Diffstat (limited to 'skins/classic/safari.css')
-rw-r--r-- | skins/classic/safari.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/skins/classic/safari.css b/skins/classic/safari.css new file mode 100644 index 000000000..a1be85ab4 --- /dev/null +++ b/skins/classic/safari.css @@ -0,0 +1,22 @@ +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; +} |