update indiancinema home screen (byline size)
This commit is contained in:
parent
5b291d4834
commit
c7995706ef
1 changed files with 3 additions and 3 deletions
|
@ -79,10 +79,10 @@ pandora.ui.home = function() {
|
||||||
.css({
|
.css({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 0,
|
left: 0,
|
||||||
top: '56px',
|
top: '62px',
|
||||||
right: 0,
|
right: 0,
|
||||||
width: '240px',
|
width: '160px',
|
||||||
height: '30px',
|
height: '20px',
|
||||||
margin: '0 auto 0 auto'
|
margin: '0 auto 0 auto'
|
||||||
})
|
})
|
||||||
.appendTo($box),
|
.appendTo($box),
|
||||||
|
|
Loading…
Reference in a new issue