diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |
