Rev 1318 | Blame | Last modification | View Log | RSS feed
/* CSS for TreeDisableWrapExtension */ .TreeDisableWrap { white-space: nowrap; } .TreeIEDisableWrap { width: expression( 5 + firstChild.offsetWidth ); }
/* CSS for TreeDisableWrapExtension */
.TreeDisableWrap {
white-space: nowrap;
}
.TreeIEDisableWrap {
width: expression( 5 + firstChild.offsetWidth );