pandora demo: use small video by default, space before summary

This commit is contained in:
j 2012-06-16 13:24:45 +02:00
parent 9e8be75efe
commit 7476db5b47
2 changed files with 2 additions and 1 deletions

View file

@ -605,7 +605,7 @@
"videoPoints": {}, "videoPoints": {},
"videoResolution": 240, "videoResolution": 240,
"videoScale": "fit", "videoScale": "fit",
"videoSize": "large", "videoSize": "small",
"videoTimeline": "antialias", "videoTimeline": "antialias",
"videoView": "player", "videoView": "player",
"videoVolume": 1 "videoVolume": 1

View file

@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) {
} }
// Summary ------------------------------------------------------------- // Summary -------------------------------------------------------------
$div = $('<div>').css(css).css('clear', 'both').appendTo($center);
if (canEdit) { if (canEdit) {
$('<div>') $('<div>')