summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-22 10:20:09 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-22 10:20:09 -0400
commitb44794550eb4fc460cdddfca48de210408642363 (patch)
treee77e9af915b7ebe89b2f471441b2b2ed2b594bb8
parent58dd2aba908317079390f0d066c0b1435f58527a (diff)
#306 - masked ptzcenteredtopbutton as its now part of the list - eases multi-device formatting - so there is no button overlap
Former-commit-id: 0f62701947bccceebb859cc733e0f12b84903e06
-rw-r--r--www/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index a7c57347..1dad0bb5 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -312,13 +312,14 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */
}
+/* // not using for now, may come in handy later
.ptzcenteredtopbutton
{
position: absolute;
top: 20%;
left:50%;
transform: translate(-50%, -50%);
-}
+}*/
.ptzcenteredbotbutton
{