Fix problems with styles in IE
This commit is contained in:
parent
67692832e6
commit
6b883f492b
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue