- Fix IE8 issue on folders list in folder manager

release-0.6
alecpl 13 years ago
parent 5ab8391074
commit 51001e58b5

@ -147,3 +147,8 @@ body.iframe .boxtitle
{
position: absolute;
}
#subscription-table
{
width: auto;
}

@ -119,11 +119,6 @@ input, textarea
height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
#subscription-table
{
width: auto;
}
#messagelist
{
width: inherit;

Loading…
Cancel
Save