]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix problems with styles in IE
authorAndreas Öman <andreas@lonelycoder.com>
Sat, 27 Mar 2010 06:04:13 +0000 (06:04 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sat, 27 Mar 2010 06:04:13 +0000 (06:04 +0000)
src/webui/static/app/dvr.js

index 9f59fd48f19352949edf11dee5d3b77af392fbac..e2465e2b37ab3cdc9dd66589f17b3c15a187e9b8 100644 (file)
@@ -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,