Fix absolute positioning in HTML messages (#1488819)

Conflicts:

	CHANGELOG
release-0.8
Aleksander Machniak 12 years ago
parent 4e10778caf
commit bc4a6a2711

@ -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)

@ -82,6 +82,7 @@ table.headers-table tr td.subject
#messagebody
{
position: relative;
margin-top: 5mm;
border-top: none;
}

@ -919,6 +919,7 @@ div.hide-headers {
}
#messagebody {
position: relative;
margin: 8px;
}

@ -77,6 +77,7 @@ table.headers-table tr td.subject {
}
#messagebody {
position: relative;
margin-top: 5mm;
border-top: none;
}

Loading…
Cancel
Save