MSIE 10 supports gradients and loading but requires height: 'auto' to get image scaling right

This commit is contained in:
j 2013-08-08 12:31:35 +00:00
commit 62af7f05a5
5 changed files with 20 additions and 11 deletions

View file

@ -37,8 +37,10 @@ pandora.ui.home = function() {
right: 0,
bottom: 0,
width: '320px',
height: 'auto',
margin: '0 auto 0 auto',
MozTransform: 'scaleY(-1)',
MsTransform: 'scaleY(-1)',
OTransform: 'scaleY(-1)',
WebkitTransform: 'scaleY(-1)'
})
@ -72,6 +74,7 @@ pandora.ui.home = function() {
left: 0,
right: 0,
width: '320px',
height: 'auto',
margin: '0 auto 0 auto',
cursor: 'pointer'
})