diff --git a/static/js/embedInfo.js b/static/js/embedInfo.js index aaf58d90..44a369e4 100644 --- a/static/js/embedInfo.js +++ b/static/js/embedInfo.js @@ -4,12 +4,7 @@ pandora.ui.embedInfo = function() { var data, item = pandora.user.ui.item, - textCSS = { - marginTop: '8px', - fontWeight: 'bold', - fontSize: '13px', - textAlign: 'center' - }, + margin = 16, that = Ox.Element(), $icon, $reflection, $reflectionIcon, $reflectionGradient, $text; @@ -25,7 +20,7 @@ pandora.ui.embedInfo = function() { .attr({src: '/' + item + '/poster512.jpg'}) .css({ position: 'absolute', - top: '8px', + top: margin + 'px', cursor: 'pointer' }) .appendTo(that); @@ -54,19 +49,28 @@ pandora.ui.embedInfo = function() { $text = Ox.$('