Fix absolute positioning in HTML messages (#1488819)
| | |
| | | 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) |
| | |
| | | |
| | | #messagebody |
| | | { |
| | | position: relative; |
| | | margin-top: 5mm; |
| | | border-top: none; |
| | | } |
| | |
| | | } |
| | | |
| | | #messagebody { |
| | | position: relative; |
| | | margin: 8px; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | #messagebody { |
| | | position: relative; |
| | | margin-top: 5mm; |
| | | border-top: none; |
| | | } |