From f0c40ebdafcaa18b96b086b74ae7cfc31279a78b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 18 May 2016 20:39:41 -0400 Subject: #252 - initial code Former-commit-id: 55164c80e1a48448af7bc1682866bccdc09d1687 --- www/css/style.css | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 19d08643..05e4907b 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -428,7 +428,7 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ bottom:30px; left:30px; z-index:99; - opacity:0.7; + opacity:1; width:70%; } @@ -970,6 +970,59 @@ body { font-family: sans-serif; } color:white; } +/* Overlay graph in event footage */ +#event_canvas { + position:absolute; + width: 80%; + height: 20px; + bottom:70px; + left:20px; + opacity:1; + z-index:99; + +} + +#event_slider { + position:absolute; + width: 80%; + height: 20px; + bottom:50px; + left:20px; + opacity:1; + z-index:100; + + +} + +#event_rate_text { + position:absolute; + width: 80%; + bottom:10px; + left:43px; + opacity:1; + color:#fff; + z-index:100; + + +} +/* +#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