update ptz css in classic

This commit is contained in:
Isaac Connor 2019-10-18 13:52:34 -04:00
parent 7068769a90
commit a6a61b75b9
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.ptzControls { .ptzControls {
vertical-align: top; vertical-align: top;
margin: 10px auto 0; margin: 10px auto 0;
width: 500px; width: 90%;
} }
.ptzControls::after { .ptzControls::after {
@ -25,7 +25,7 @@
} }
.ptzControls .controlsPanel .arrowControl { .ptzControls .controlsPanel .arrowControl {
width: 40px; width: 70px;
margin: 0 4px; margin: 0 4px;
} }
@ -139,7 +139,7 @@
} }
.ptzControls .presetControls { .ptzControls .presetControls {
margin: 5px auto; margin: 5px 200px 5px 180px;
} }
.ptzControls .presetControls input { .ptzControls .presetControls input {