Aleksander Machniak
2012-11-25 14d00daa1a86d2eed71ff3dd5092281a48ad037c
Fix absolute positioning in HTML messages (#1488819)
4 files modified
4 ■■■■ changed files
CHANGELOG 1 ●●●● 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,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix absolute positioning in HTML messages (#1488819)
- Fix keybord events on messages list in opera browser (#1488823)
- Fix selection of collapsed thread rows (#1488772)
- Always save drafts with format=flowed in order to keep original line wraps (#1488799)
skins/classic/print.css
@@ -82,6 +82,7 @@
#messagebody
{
  position: relative;
  margin-top: 5mm;
  border-top: none;
}
skins/larry/mail.css
@@ -972,6 +972,7 @@
}
#messagebody {
    position: relative;
    margin: 8px;
}
skins/larry/print.css
@@ -77,6 +77,7 @@
}
#messagebody {
    position: relative;
    margin-top: 5mm;
    border-top: none;
}