diff --git a/deluge/ui/web/index.html b/deluge/ui/web/index.html index d980c98ac..e5d0f2913 100644 --- a/deluge/ui/web/index.html +++ b/deluge/ui/web/index.html @@ -1,28 +1,25 @@ - - Deluge: AJAX UI (alpha) ${version} - - - - - + + Deluge: AJAX UI (alpha) ${version} + + + + + - - - - - - - - - - - - - - -
-
- + + + + + + + + + + + + + + diff --git a/deluge/ui/web/js/deluge-details.js b/deluge/ui/web/js/deluge-details.js index e020fa379..493955c0d 100644 --- a/deluge/ui/web/js/deluge-details.js +++ b/deluge/ui/web/js/deluge-details.js @@ -40,4 +40,4 @@ Deluge.Details.Status.add({ Deluge.Details.update = function(torrentId) { Deluge.Details.getActiveTab().update(torrent); -} \ No newline at end of file +} diff --git a/deluge/ui/web/js/deluge-torrents.js b/deluge/ui/web/js/deluge-torrents.js index 44da9010b..27e4b00f9 100644 --- a/deluge/ui/web/js/deluge-torrents.js +++ b/deluge/ui/web/js/deluge-torrents.js @@ -63,7 +63,6 @@ Deluge.Torrents = new Ext.grid.GridPanel({ stripeRows: true, autoExpandColumn: 'name', deferredRender:false, - contentEl: 'torrents', autoScroll:true, margins: '5 5 0 0' -}) \ No newline at end of file +})