From 468b14fa8f0c5ce33f9f4e6787d19be5dd2a5123 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 8 Jan 2016 07:12:19 +0530 Subject: #116 - initial code for preset suppport - still needs work Former-commit-id: e5fcac51dc6c4d836e7c78827b52ed3f3787afcf --- www/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 4da670b0..bf6d0228 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -228,6 +228,14 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ transform: translate(-50%, -50%); } +.ptzpresetbuttons +{ + position: absolute; + top: 5%; + left: 50%; + transform: translate(-50%, -50%); +} + .timelinebuttons { position: fixed; /* or absolute */ -- cgit v1.2.3