CC-3434 : playlist
changing image to be smaller.
This commit is contained in:
parent
ae646545c4
commit
3019cb9c42
2 changed files with 4 additions and 4 deletions
|
@ -664,10 +664,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
"class": "pl-loading",
|
||||
"css": {
|
||||
"position": "absolute",
|
||||
"top": offset.top + plHeight/2 - 120,
|
||||
"left": offset.left + plWidth/2 - 120,
|
||||
"height": 128,
|
||||
"width": 128
|
||||
"top": offset.top + plHeight/2 - 32 - 8,
|
||||
"left": offset.left + plWidth/2 - 32 -8,
|
||||
"height": 64,
|
||||
"width": 64
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue