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