diff options
author | thomascube <thomas@roundcube.net> | 2006-12-22 21:45:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-22 21:45:21 +0000 |
commit | ee883ad73d64639eb994a71e15b1a37c07ff3cb9 (patch) | |
tree | 2dd00a5976d0cb31a006f6489b9b9d3d0438abb3 /skins | |
parent | 8af7757525b312b001bede8b044b83e993860878 (diff) |
Applied security patches by Kees Cook (Ubuntu) + little visual enhancements
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index eb0b5250a..479fb6138 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -152,8 +152,15 @@ html>body*#messagecontframe #messagepartframe { + position: absolute; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + width: auto; + height: auto; border: 1px solid #999999; - background-color: #F9F9F9; + background-color: #F9F9F9; } |