Author: damoxc
Revision: 5589
Log:
add the indent class and also apply it in the options tab
Diff:
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-07-30 23:13:49 UTC (rev 5588)
+++ trunk/deluge/ui/web/css/deluge.css 2009-07-30 23:14:12 UTC (rev 5589)
@@ -194,6 +194,9 @@
margin-right: 10px;
}
+.x-deluge-indent-checkbox {
+ padding-left: 10px;
+}
/* Sidebar styles */
#sidebar .x-grid3-col-filter {
Modified: trunk/deluge/ui/web/js/Deluge.Details.Options.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Details.Options.js 2009-07-30 23:13:49 UTC
(rev 5588)
+++ trunk/deluge/ui/web/js/Deluge.Details.Options.js 2009-07-30 23:14:12 UTC
(rev 5589)
@@ -246,6 +246,7 @@
fieldLabel: '',
labelSeparator: '',
id: 'remove_at_ratio',
+ ctCls: 'x-deluge-indent-checkbox',
bodyStyle: 'padding-left: 10px',
boxLabel: _('Remove at ratio'),
disabled: true,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---