diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 1e6627b4..a7c57347 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -312,7 +312,15 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ } -.ptzcenteredbutton +.ptzcenteredtopbutton +{ + position: absolute; + top: 20%; + left:50%; + transform: translate(-50%, -50%); +} + +.ptzcenteredbotbutton { position: absolute; top: 80%; |
