mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-06 00:23:32 +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;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.x-deluge-indent-checkbox {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sidebar styles */
|
/* Sidebar styles */
|
||||||
#sidebar .x-grid3-col-filter {
|
#sidebar .x-grid3-col-filter {
|
||||||
|
@ -246,6 +246,7 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
|||||||
fieldLabel: '',
|
fieldLabel: '',
|
||||||
labelSeparator: '',
|
labelSeparator: '',
|
||||||
id: 'remove_at_ratio',
|
id: 'remove_at_ratio',
|
||||||
|
ctCls: 'x-deluge-indent-checkbox',
|
||||||
bodyStyle: 'padding-left: 10px',
|
bodyStyle: 'padding-left: 10px',
|
||||||
boxLabel: _('Remove at ratio'),
|
boxLabel: _('Remove at ratio'),
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user