mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 22:14:24 +00:00
add the indent class and also apply it in the options tab
This commit is contained in:
parent
48ba81b61b
commit
2447ed4425
@ -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…
x
Reference in New Issue
Block a user