summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-08-22 10:23:36 -0400
committerGitHub <noreply@github.com>2016-08-22 10:23:36 -0400
commit71045ed744f17d645c69295fc849e5cb4ab9b866 (patch)
treeadd69263eb4e6fda7e5d345405c39596583dc96a /www/css
parent74e27bd51198e47d8a42157696cfc56ebb3328cb (diff)
parent25e440861a7c31877f7ad0d4992cc0de6c0dce02 (diff)
Merge pull request #307 from sctt/master
Added Wake-Sleep-Reset control commands Former-commit-id: f204c7f041fe8773ff418154f6db69743f77eeed
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%;