fix layout of embed video dialog
This commit is contained in:
parent
1702b37877
commit
ecbb3bf03f
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ pandora.ui.embedVideoDialog = function() {
|
||||||
|
|
||||||
$content = Ox.Element()
|
$content = Ox.Element()
|
||||||
.css({margin: '16px'})
|
.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>')
|
$embed = $('<textarea>')
|
||||||
.css({
|
.css({
|
||||||
width: '336px',
|
width: '322px',
|
||||||
height: '64px',
|
height: '64px',
|
||||||
marginTop: '8px'
|
marginTop: '8px'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue