diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-19 13:45:31 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-19 13:45:31 -0400 |
| commit | 7da09391cbeddd3481deb2ad300bdb4d3af2180f (patch) | |
| tree | ffc0b302c58343cab1a03deedb900cdf3c3536da /www/css | |
| parent | f0c40ebdafcaa18b96b086b74ae7cfc31279a78b (diff) | |
#252 should work now
Former-commit-id: d49ab80a48e00c4d1fda1d6cdb3d24969849d268
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 41 |
1 files changed, 19 insertions, 22 deletions
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%; -}*/ |
