CC-3434 : playlist

changing image to be smaller.
This commit is contained in:
Naomi Aro 2012-03-15 11:37:20 +01:00
parent ae646545c4
commit 3019cb9c42
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -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
}
});