summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-18 09:58:35 +0200
committerAleksander Machniak <alec@alec.pl>2014-10-18 09:58:35 +0200
commitfef6173a2df6693a6ea87abb8432390fb39288d5 (patch)
treefce7ec9cfebebb89cd24adab40950d083aba44dc
parente05050290036b2a677a30a27ea7da23506705c58 (diff)
Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)
-rw-r--r--CHANGELOG1
-rw-r--r--skins/larry/mail.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3c9aba90..7955a487b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ CHANGELOG Roundcube Webmail
- Fix mbox files import
- Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
- Fix regression in SHAA password generation in ldap driver of password plugin (#1490094)
+- Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)
RELEASE 1.0.3
-------------
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4ec258552..0f1eaa8a7 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -857,7 +857,6 @@ div.hide-headers {
#messagecontent .leftcol,
#messagepreview .leftcol {
margin-right: 252px;
- overflow-x: auto;
}
#messagecontent .rightcol,