diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-25 13:47:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-25 13:47:07 +0000 |
| commit | 28a60f6bee5ecbec21e4bb4ed74750c42e7f1975 (patch) | |
| tree | bad3eaa9099e500a373e1560d0e228bce332b473 /roundcubemail/skins/default/common.css | |
| parent | 8a80c1b0c69d04d2b73e2b6543dd259ecd09f370 (diff) | |
- Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424):
don't try to parse it, display notice with a link to download it directly
git-svn-id: https://svn.roundcube.net/trunk@5490 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index bf00dc351..0597d21a2 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -232,6 +232,7 @@ img } #message div.notice, +#messagebody .part-notice, #message-objects div.notice { background: url(images/display/icons.png) 6px 3px no-repeat; |
