From 010e15b6b69051b9e04a442ae1505700f48f7763 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 6 Aug 2013 11:01:06 +0000 Subject: [PATCH] fix news dialog bottom margins --- static/js/news.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/news.js b/static/js/news.js index be2244e9..2a520683 100644 --- a/static/js/news.js +++ b/static/js/news.js @@ -122,6 +122,7 @@ pandora.ui.news = function(width, height) { } }) .appendTo($left); + $('
').css({height: '16px'}).appendTo($left); } } @@ -180,6 +181,7 @@ pandora.ui.news = function(width, height) { }) .appendTo($right); }); + $('
').css({height: '16px'}).appendTo($right); } function selectItem() {