From 2fe632d47c2c12aea423fdb837057d86d136e7c1 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 1 Nov 2015 06:33:26 -0500 Subject: inital commits - getting video branch to work #60 - implemented in quick scrub - works fine --- www/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 7ca94150..ebfeb58c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -513,6 +513,15 @@ input[type=range]::-webkit-slider-thumb { float: right; } + +.videogular-container { + height: 190px; + width:300px; + margin: auto; + overflow: hidden; + float:left; +} + /*.mySliderClass.jslider.sliderCSS div.jslider-pointer {top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50% }*/ -- cgit v1.2.3