- fix status filter position on IE

release-0.6
alecpl 16 years ago
parent 9ffee318e6
commit e1de7d623d

@ -10,6 +10,8 @@
height: 35px;
white-space: nowrap;
/* border: 1px solid #cccccc; */
/* css hack for IE */
width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');
}
#messagetoolbar a

Loading…
Cancel
Save