From 77d8d8341f42adc7dedd221ba409482186e43a68 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 17 May 2018 10:10:32 +0000 Subject: [PATCH] layout for stereoview svn path=/trunk/; revision=200 --- static/common.css | 13 +++++++++++++ templates/stereoview.html.sh | 17 ++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/static/common.css b/static/common.css index 312176c..eb2e7a9 100644 --- a/static/common.css +++ b/static/common.css @@ -481,3 +481,16 @@ span.progress > span { background-color: #333; min-width: 2em; } + +body.stereoview canvas { + position: fixed; + top: 0; + width: 50%; + margin: 0; padding: 0; +} +body.stereoview canvas#lv { left: 0; } +body.stereoview canvas#rv { right: 0; } +body.stereoview video { + position: fixed; + top: 0; +} diff --git a/templates/stereoview.html.sh b/templates/stereoview.html.sh index 4aa623f..6fbbebd 100755 --- a/templates/stereoview.html.sh +++ b/templates/stereoview.html.sh @@ -16,10 +16,9 @@ # along with Serve0 If not, see . cat < - + -