fix news dialog bottom margins

This commit is contained in:
rolux 2013-08-06 11:01:06 +00:00
parent 967d7b9b5b
commit 010e15b6b6

View file

@ -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() {