From bc4a6a27118535bc6a2ef3d78a29ee485d32bad0 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 25 Nov 2012 05:16:59 -0500
Subject: [PATCH] Fix absolute positioning in HTML messages (#1488819)
---
CHANGELOG | 3 ++-
skins/classic/print.css | 1 +
skins/larry/print.css | 1 +
skins/larry/mail.css | 1 +
4 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 69f0cac..981031c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
-- Fix cache (in)validation after setting \Deleted flag
+- Fix absolute positioning in HTML messages (#1488819)
- Fix keybord events on messages list in opera browser (#1488823)
+- Fix cache (in)validation after setting \Deleted flag
- Fix selection of collapsed thread rows (#1488772)
- Fix wrapping of quoted text with format=flowed (#1488177)
diff --git a/skins/classic/print.css b/skins/classic/print.css
index 129770d..34125b0 100644
--- a/skins/classic/print.css
+++ b/skins/classic/print.css
@@ -82,6 +82,7 @@
#messagebody
{
+ position: relative;
margin-top: 5mm;
border-top: none;
}
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index e5c0ae0..e2702cf 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -919,6 +919,7 @@
}
#messagebody {
+ position: relative;
margin: 8px;
}
diff --git a/skins/larry/print.css b/skins/larry/print.css
index 484905d..fa25674 100644
--- a/skins/larry/print.css
+++ b/skins/larry/print.css
@@ -77,6 +77,7 @@
}
#messagebody {
+ position: relative;
margin-top: 5mm;
border-top: none;
}
--
Gitblit v1.9.1