@ -56,3 +56,7 @@
color: #fff;
cursor: pointer;
}
#transferList img.statusIcon {
margin-bottom: -4px;
@ -231,7 +231,7 @@ var dynamicTable = new Class ({
td.adopt(new ProgressBar(row[i].toFloat(), {'id': 'pb_'+id, 'width':80}));
} else {
if(i==0) {
td.adopt(new Element('img', {'src':row[i]}));
td.adopt(new Element('img', {'src':row[i], 'class': 'statusIcon'}));
td.set('html', row[i]);