From: paul Date: Thu, 17 May 2018 10:10:32 +0000 (+0000) Subject: layout for stereoview X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=77d8d8341f42adc7dedd221ba409482186e43a68 layout for stereoview svn path=/trunk/; revision=200 --- 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 < - + -