MSIE 10 supports gradients and loading but requires height: 'auto' to get image scaling right
This commit is contained in:
parent
48985985bf
commit
62af7f05a5
5 changed files with 20 additions and 11 deletions
|
|
@ -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'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue