summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-31 13:30:23 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-31 13:30:23 +0200
commit8ce602461821bfc4fb1c5b2d40fb7468d9c299c7 (patch)
tree52345bc07ca5f181acccdcf2eaad3eb31b240e0c /skins/larry/mail.css
parentde6876597453e42690070af12e82e1fac0ad1b04 (diff)
Fix window.resize handler on IE8 and Opera (#1488453)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index c0ceab076..762f59c8d 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -803,7 +803,8 @@ div.hide-headers {
#messagecontent .leftcol,
#messagepreview .leftcol {
- margin-right: 250px;
+ margin-right: 252px;
+ overflow-x: auto;
}
#messagecontent .rightcol,
@@ -849,7 +850,7 @@ div.hide-headers {
div.message-part,
div.message-htmlpart {
- padding: 10px 2px;
+ padding: 0 2px 10px 2px;
border-top: 2px solid #f0f0f0;
}