summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorroot <root@term.(none)>2016-08-22 13:40:06 +0200
committerroot <root@term.(none)>2016-08-22 13:40:06 +0200
commit25e440861a7c31877f7ad0d4992cc0de6c0dce02 (patch)
treecd7409030d86e5156544bb1c5ac61feb61aa65bb /www/css
parent5afcaac8873cd91a3c760e5982b60db374608fd4 (diff)
Added Wake-Sleep-Reset control commands
Former-commit-id: 8ddfeea854f40464f43375a4f14dc11de92c4d30
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css10
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%;