From: Andreas Ă–man Date: Sat, 27 Mar 2010 06:04:13 +0000 (+0000) Subject: Fix problems with styles in IE X-Git-Tag: 2.12~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b883f492bcaea2f336023846154e329203ee80b;p=thirdparty%2Ftvheadend.git Fix problems with styles in IE --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 9f59fd48f..e2465e2b3 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,