summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 07:19:04 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 07:19:04 -0500
commit7c05ffe1f5665ca17513343fa5cfb7cb16673f7b (patch)
treef489a67bb15d4dcf95188be97a08edd1dd3e165f /www/css
parent89969cf4d6dc308f68efc44d493f9a4a236a24cd (diff)
#121 - added a stop button - not really tested...
Former-commit-id: 5e2ddcc44e9d4a282eae4ec6e2cd174b983371ea
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/www/css/style.css b/www/css/style.css
index b45fd484..d542792c 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -210,6 +210,15 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */
transform: translate(-50%, -50%);
}
+.ptzcenteredbutton
+{
+ position: absolute;
+ top: 70%;
+ left:50%;
+ transform: translate(-50%, -50%);
+}
+
+
.timelinebuttons {
position: fixed; /* or absolute */
bottom:130px;
@@ -655,16 +664,3 @@ input[type=range]::-webkit-slider-thumb {
-webkit-animation-delay: 1s;
}
-.montage_image
-{
- margin-top:15px;
- width: 100% !important;
- height: auto !important;
-}
-
-.montage_image_full_screen
-{
- margin-top:0px;
- width: 100% !important;
- height: auto !important;
-} \ No newline at end of file