- Fix displaying HTML messages from Disqus (#1488372)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix displaying HTML messages from Disqus (#1488372) |
| | | - Exclude E_STRICT from error_reporting for PHP 5.4 |
| | | - Copy all skins in installto script (#1488376) |
| | | - Prevent from folder selection on virtual folder collapsing (#1488346) |
| | |
| | | left: 20px; |
| | | } |
| | | |
| | | #header |
| | | body > #header |
| | | { |
| | | position: absolute; |
| | | top: 8px; |
| | |
| | | background-position: 0 -75px; |
| | | } |
| | | |
| | | #message |
| | | body > #message |
| | | { |
| | | position: absolute; |
| | | display: none; |
| | |
| | | opacity: 0.85; |
| | | } |
| | | |
| | | #message div |
| | | body > #message div |
| | | { |
| | | width: 400px; |
| | | margin: 0px; |
| | |
| | | padding: 8px 10px 8px 46px; |
| | | } |
| | | |
| | | #message div.notice, |
| | | #messagebody .part-notice, |
| | | body > #message div.notice, |
| | | body > #messagebody .part-notice, |
| | | #message-objects div.notice |
| | | { |
| | | background: url(images/display/icons.png) 6px 3px no-repeat; |
| | |
| | | border: 1px solid #C2D071; |
| | | } |
| | | |
| | | #message div.error, |
| | | #message div.warning, |
| | | body > #message div.error, |
| | | body > #message div.warning, |
| | | #message-objects div.warning, |
| | | #message-objects div.error |
| | | { |
| | |
| | | border: 1px solid #DC5757; |
| | | } |
| | | |
| | | #message div.confirmation, |
| | | body > #message div.confirmation, |
| | | #message-objects div.confirmation |
| | | { |
| | | background: url(images/display/icons.png) 6px -47px no-repeat; |
| | |
| | | border: 1px solid #76C83F; |
| | | } |
| | | |
| | | #message div.loading, |
| | | body > #message div.loading, |
| | | #message-objects div.loading |
| | | { |
| | | background: url(images/display/loading.gif) 6px 3px no-repeat; |
| | |
| | | border: 1px solid #CCCCCC; |
| | | } |
| | | |
| | | #message a |
| | | body > #message a |
| | | { |
| | | cursor: pointer; |
| | | text-decoration: underline; |
| | |
| | | height: 47px; |
| | | } |
| | | |
| | | #message div.notice, |
| | | #message div.error, |
| | | #message div.warning, |
| | | #message div.confirmation, |
| | | body > #message div.notice, |
| | | body > #message div.error, |
| | | body > #message div.warning, |
| | | body > #message div.confirmation, |
| | | #message-objects div.notice, |
| | | #message-objects div.error, |
| | | #message-objects div.warning, |
| | |
| | | filter: alpha(opacity=35); |
| | | } |
| | | |
| | | #message |
| | | body > #message |
| | | { |
| | | filter: alpha(opacity=85); |
| | | } |