diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-16 07:38:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-16 07:38:18 +0000 |
| commit | 261ddb9ae723722d294543d1dd5a86bc50a89a5d (patch) | |
| tree | 8b5af6e5ca411946eb9ffe5a365911f54bcf233d | |
| parent | 87c2074447f61e8031049f2626c6f1ce9e726f1f (diff) | |
- little fix for IE, checkboxes must have transparent background set
git-svn-id: https://svn.roundcube.net/trunk@1313 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 69762b665..72d0da389 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -252,7 +252,7 @@ td.formlinks a:visited position: absolute; top: 85px; left: 20px; - width: 160px; + width: 170px; bottom: 40px; border: 1px solid #999; background-color: #F9F9F9; @@ -740,6 +740,11 @@ div.message-part blockquote blockquote blockquote padding-left: 30px; } +#rcmcomposereceipt +{ + background-color: transparent; +} + #compose-container { position: absolute; |
