Aleksander Machniak
2012-11-25 bc4a6a27118535bc6a2ef3d78a29ee485d32bad0
Fix absolute positioning in HTML messages (#1488819)

Conflicts:

CHANGELOG
4 files modified
6 ■■■■ changed files
CHANGELOG 3 ●●●● patch | view | raw | blame | history
skins/classic/print.css 1 ●●●● patch | view | raw | blame | history
skins/larry/mail.css 1 ●●●● patch | view | raw | blame | history
skins/larry/print.css 1 ●●●● patch | view | raw | blame | history
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)
skins/classic/print.css
@@ -82,6 +82,7 @@
#messagebody
{
  position: relative;
  margin-top: 5mm;
  border-top: none;
}
skins/larry/mail.css
@@ -919,6 +919,7 @@
}
#messagebody {
    position: relative;
    margin: 8px;
}
skins/larry/print.css
@@ -77,6 +77,7 @@
}
#messagebody {
    position: relative;
    margin-top: 5mm;
    border-top: none;
}