From 6b883f492bcaea2f336023846154e329203ee80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 27 Mar 2010 06:04:13 +0000 Subject: [PATCH] Fix problems with styles in IE --- src/webui/static/app/dvr.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 9f59fd48..e2465e2b 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -23,7 +23,7 @@ tvheadend.dvrprio = new Ext.data.SimpleStore({ ['high', 'High'], ['normal', 'Normal'], ['low', 'Low'], - ['unimportant', 'Unimportant'], + ['unimportant', 'Unimportant'] ] }); @@ -51,7 +51,6 @@ tvheadend.dvrDetails = function(entry) { var win = new Ext.Window({ title: entry.title, - bodyStyle: 'margin: 5px', layout: 'fit', width: 400, height: 300,