summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-22 09:10:24 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-22 09:10:24 -0400
commit58dd2aba908317079390f0d066c0b1435f58527a (patch)
treeadd69263eb4e6fda7e5d345405c39596583dc96a /www/css
parent74e27bd51198e47d8a42157696cfc56ebb3328cb (diff)
parent25e440861a7c31877f7ad0d4992cc0de6c0dce02 (diff)
Merge branch 'master' of https://github.com/sctt/zmNinja into sctt-master
Former-commit-id: 9b15659caa39aa0d9498a318153ef044eba1a32b
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%;