mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +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;
|
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…
Add table
Add a link
Reference in a new issue