From 7c05ffe1f5665ca17513343fa5cfb7cb16673f7b Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 24 Dec 2015 07:19:04 -0500 Subject: #121 - added a stop button - not really tested... Former-commit-id: 5e2ddcc44e9d4a282eae4ec6e2cd174b983371ea --- www/css/style.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index b45fd484..d542792c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -210,6 +210,15 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ transform: translate(-50%, -50%); } +.ptzcenteredbutton +{ + position: absolute; + top: 70%; + left:50%; + transform: translate(-50%, -50%); +} + + .timelinebuttons { position: fixed; /* or absolute */ bottom:130px; @@ -655,16 +664,3 @@ input[type=range]::-webkit-slider-thumb { -webkit-animation-delay: 1s; } -.montage_image -{ - margin-top:15px; - width: 100% !important; - height: auto !important; -} - -.montage_image_full_screen -{ - margin-top:0px; - width: 100% !important; - height: auto !important; -} \ No newline at end of file -- cgit v1.2.3