mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
WebUI: Center progressbars in trasferlist
This commit is contained in:
parent
0a512e41c9
commit
5fb32da49f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ var ProgressBar = new Class({
|
|||
'border': '1px solid #000',
|
||||
'width': vals.width,
|
||||
'height': vals.height,
|
||||
'position': 'relative'
|
||||
'position': 'relative',
|
||||
'margin': '0 auto'
|
||||
}
|
||||
});
|
||||
obj.vals = vals;
|
||||
|
|
Loading…
Reference in a new issue