diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
commit | c40419bdfe866932fecf9fcb1f552312c669c228 (patch) | |
tree | 2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /skins/classic/safari.css | |
parent | baecd8becccd7786632c1cda895123293ceb1408 (diff) |
Rename old 'default' skin folder to 'classic'
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; +} |