Hey jqyUi guys,
I use jquery ui sprites for icons.
A little suggestion for .ui-icon class
.ui-icon
{
width:16px;height:16px;background-image: url(images/ui-icons_cccccc_256x240.png);
/* Icons always displayed as block I wish inline */
padding-left:18px; display:inline;
}
Useful to show some text attached with icon without floating it. Hope UI team considers this.