mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
add the indent class and also apply it in the options tab
This commit is contained in:
parent
48ba81b61b
commit
2447ed4425
2 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,9 @@ input {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.x-deluge-indent-checkbox {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* Sidebar styles */
|
||||
#sidebar .x-grid3-col-filter {
|
||||
|
|
|
@ -246,6 +246,7 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
|||
fieldLabel: '',
|
||||
labelSeparator: '',
|
||||
id: 'remove_at_ratio',
|
||||
ctCls: 'x-deluge-indent-checkbox',
|
||||
bodyStyle: 'padding-left: 10px',
|
||||
boxLabel: _('Remove at ratio'),
|
||||
disabled: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue