mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
- Fix torrent status icon vertical alignment in Web UI
This commit is contained in:
parent
63e5339690
commit
ecf48b3a7b
@ -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'}));
|
||||
} else {
|
||||
td.set('html', row[i]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user