From deb1cf653a07324d32957ba2de9e196aad4b7db5 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 5 May 2017 16:47:21 -0400 Subject: [PATCH] fix dimensions of ptz box --- web/skins/classic/css/dark/control.css | 4 ++-- web/skins/classic/css/flat/control.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/skins/classic/css/dark/control.css b/web/skins/classic/css/dark/control.css index 737191cd7..cd404583c 100644 --- a/web/skins/classic/css/dark/control.css +++ b/web/skins/classic/css/dark/control.css @@ -80,8 +80,8 @@ border: 1px solid #006699; text-align: center; padding: 1px; - width: 100px; - height: 100px; + width: 102px; + height: 102px; } .ptzControls .controlsPanel .pantiltPanel .pantiltControls .arrowBtn { diff --git a/web/skins/classic/css/flat/control.css b/web/skins/classic/css/flat/control.css index 737191cd7..cd404583c 100644 --- a/web/skins/classic/css/flat/control.css +++ b/web/skins/classic/css/flat/control.css @@ -80,8 +80,8 @@ border: 1px solid #006699; text-align: center; padding: 1px; - width: 100px; - height: 100px; + width: 102px; + height: 102px; } .ptzControls .controlsPanel .pantiltPanel .pantiltControls .arrowBtn {