mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
WebUI: Center progressbars in trasferlist
This commit is contained in:
@@ -19,7 +19,8 @@ var ProgressBar = new Class({
|
|||||||
'border': '1px solid #000',
|
'border': '1px solid #000',
|
||||||
'width': vals.width,
|
'width': vals.width,
|
||||||
'height': vals.height,
|
'height': vals.height,
|
||||||
'position': 'relative'
|
'position': 'relative',
|
||||||
|
'margin': '0 auto'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
obj.vals = vals;
|
obj.vals = vals;
|
||||||
|
|||||||
Reference in New Issue
Block a user