- little fix for IE, checkboxes must have transparent background set

release-0.6
alecpl 16 years ago
parent e7d37ae987
commit 1b18b195c4

@ -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;

Loading…
Cancel
Save