From 7da09391cbeddd3481deb2ad300bdb4d3af2180f Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 19 May 2016 13:45:31 -0400 Subject: #252 should work now Former-commit-id: d49ab80a48e00c4d1fda1d6cdb3d24969849d268 --- www/css/style.css | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 05e4907b..0261e6e2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -975,21 +975,35 @@ body { font-family: sans-serif; } position:absolute; width: 80%; height: 20px; - bottom:70px; + bottom:80px; left:20px; opacity:1; z-index:99; } + +#event_canvas_video { + position:absolute; + width: 100%; + height: 20px; + bottom:140px; + left:0px; + opacity:1; + z-index:99; + +} + + + #event_slider { position:absolute; width: 80%; height: 20px; - bottom:50px; + bottom:60px; left:20px; opacity:1; - z-index:100; + z-index:9999; } @@ -997,32 +1011,15 @@ body { font-family: sans-serif; } #event_rate_text { position:absolute; width: 80%; - bottom:10px; + bottom:20px; left:43px; opacity:1; color:#fff; - z-index:100; + z-index:9998; } -/* -#event_slider { - width: 100%; - height: 100%; - position: absolute; - top: 50%; - left: 0; -} -#event_canvas -{ -position:absolute; - bottom:30px; - left:30px; - z-index:99; - opacity:1; - width:100%; -}*/ -- cgit v1.2.3