add the indent class and also apply it in the options tab

This commit is contained in:
Damien Churchill 2009-07-30 23:14:12 +00:00
parent 48ba81b61b
commit 2447ed4425
2 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,9 @@ input {
margin-right: 10px;
}
.x-deluge-indent-checkbox {
padding-left: 10px;
}
/* Sidebar styles */
#sidebar .x-grid3-col-filter {

View File

@ -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,