diff options
author | alecpl <alec@alec.pl> | 2008-04-16 07:38:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-16 07:38:18 +0000 |
commit | 1b18b195c4bf02dd3e0d71c70f4a4a8919ee7c6f (patch) | |
tree | dbbb9f44abd15140090135341690ded604bbcaca | |
parent | e7d37ae9875eb0dfcb616930869d8391a94418af (diff) |
- little fix for IE, checkboxes must have transparent background set
-rw-r--r-- | skins/default/mail.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 69762b665..72d0da389 100644 --- a/skins/default/mail.css +++ b/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; |