diff options
author | svncommit <devs@roundcube.net> | 2008-09-17 09:07:06 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-09-17 09:07:06 +0000 |
commit | c9e7c742aa15bb9e6cf2db7d4c99887e11507fc2 (patch) | |
tree | ff0582a0f9044ce1e4b86dce1ae91d86d8f5eeb9 | |
parent | 7f62581c10435b319806ffec786d3b8389126574 (diff) |
Fix messagelist horizontal bar in Safari (#1485204).
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index a773ed6d2..2b0990cc7 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -440,7 +440,7 @@ body.messagelist } /* safari hack \*/ -html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; } +html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99%; } html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border:0; } /**/ |