diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 22 |
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 |
