update import dialog layout
This commit is contained in:
parent
6050e5c702
commit
82cb4de1cc
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ pandora.ui.importMediaDialog = function(options) {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '16px',
|
left: '16px',
|
||||||
top: '48px',
|
top: '48px',
|
||||||
width: '128px'
|
width: '248px'
|
||||||
}).attr('src', info.thumbnail));
|
}).attr('src', info.thumbnail));
|
||||||
$info.append($('<div>').addClass('OxText').css({
|
$info.append($('<div>').addClass('OxText').css({
|
||||||
height: '192px',
|
height: '192px',
|
||||||
|
@ -170,7 +170,7 @@ pandora.ui.importMediaDialog = function(options) {
|
||||||
right: '16px',
|
right: '16px',
|
||||||
textOverflow: 'ellipsis',
|
textOverflow: 'ellipsis',
|
||||||
top: '48px',
|
top: '48px',
|
||||||
width: '240px'
|
width: '248px'
|
||||||
}).html(
|
}).html(
|
||||||
'<span style="font-weight: bold">' + info.title
|
'<span style="font-weight: bold">' + info.title
|
||||||
+ '</span><br/><br/>' + info.description
|
+ '</span><br/><br/>' + info.description
|
||||||
|
|
Loading…
Reference in a new issue