From f127d1c4510e22122a7e4698ecbb57101ee78f44 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Thu, 20 Aug 2009 01:19:18 +0000 Subject: [PATCH] decrease the margin-top on the server fieldset --- deluge/ui/web/js/Deluge.Preferences.Interface.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/web/js/Deluge.Preferences.Interface.js b/deluge/ui/web/js/Deluge.Preferences.Interface.js index 50ed399d7..8a19642cc 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Interface.js +++ b/deluge/ui/web/js/Deluge.Preferences.Interface.js @@ -92,6 +92,7 @@ Ext.deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, { xtype: 'fieldset', border: false, title: _('Server'), + style: 'margin-top: 5px; padding-top: 5px;', autoHeight: true, labelWidth: 110, defaultType: 'uxspinner',