alecpl
2011-05-13 51001e58b574edac90f2bf8193da351ae0287ea7
- Fix IE8 issue on folders list in folder manager


2 files modified
10 ■■■■ changed files
skins/default/ie6hacks.css 5 ●●●●● patch | view | raw | blame | history
skins/default/iehacks.css 5 ●●●●● patch | view | raw | blame | history
skins/default/ie6hacks.css
@@ -147,3 +147,8 @@
{
  position: absolute;
}
#subscription-table
{
  width: auto;
}
skins/default/iehacks.css
@@ -119,11 +119,6 @@
  height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
#subscription-table
{
  width: auto;
}
#messagelist
{
  width: inherit;