summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-05-24 16:16:28 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-05-24 16:16:28 -0400
commitc4fa763b5b365012756cc86024982232984904c7 (patch)
tree55b050b46ee5e12f737acf144221d9f12df6354d /www/css
parent6323ad995bc1e301e437d4cc249a1ee75a0d471f (diff)
added PTZ support (well, P for now, but framework with a cool menu is in place)
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 7ad087fa..a90567b2 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -75,4 +75,11 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
font-size: 8px;
}
+.ptzcentered {
+ position: fixed; /* or absolute */
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+