fix news dialog bottom margins
This commit is contained in:
parent
967d7b9b5b
commit
010e15b6b6
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ pandora.ui.news = function(width, height) {
|
|||
}
|
||||
})
|
||||
.appendTo($left);
|
||||
$('<div>').css({height: '16px'}).appendTo($left);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -180,6 +181,7 @@ pandora.ui.news = function(width, height) {
|
|||
})
|
||||
.appendTo($right);
|
||||
});
|
||||
$('<div>').css({height: '16px'}).appendTo($right);
|
||||
}
|
||||
|
||||
function selectItem() {
|
||||
|
|
Loading…
Reference in a new issue