fix layout of embed video dialog

This commit is contained in:
rolux 2014-02-04 05:52:37 +00:00
parent 1702b37877
commit ecbb3bf03f

View file

@ -11,11 +11,11 @@ pandora.ui.embedVideoDialog = function() {
$content = Ox.Element()
.css({margin: '16px'})
.html(Ox._('To embed this clip, use the following HTML:<br>')),
.html(Ox._('To embed this clip, use the following HTML:')),
$embed = $('<textarea>')
.css({
width: '336px',
width: '322px',
height: '64px',
marginTop: '8px'
})