From 7476db5b4747c19b282ef4cc21e5ec8df7336f93 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 16 Jun 2012 13:24:45 +0200 Subject: [PATCH] pandora demo: use small video by default, space before summary --- pandora/config.pandora.jsonc | 2 +- static/js/pandora/infoView.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 99d89d5a..2361703c 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -605,7 +605,7 @@ "videoPoints": {}, "videoResolution": 240, "videoScale": "fit", - "videoSize": "large", + "videoSize": "small", "videoTimeline": "antialias", "videoView": "player", "videoVolume": 1 diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 2a37e650..9211be41 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) { } // Summary ------------------------------------------------------------- + $div = $('
').css(css).css('clear', 'both').appendTo($center); if (canEdit) { $('
')