diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-04 10:29:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-04 10:29:48 -0400 |
| commit | 86d6fdb9d43058d995701b972eb149495b8057b5 (patch) | |
| tree | 07d5d82df4c017a487d8ec3bb210f0533485ff9f /www | |
| parent | 27ec9c4ee073b470b1fd105227be4e6b0da9c1a9 (diff) | |
#554 reduce radial size
Diffstat (limited to 'www')
| -rw-r--r-- | www/css/angular-circular-navigation.css | 4 | ||||
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/css/angular-circular-navigation.css b/www/css/angular-circular-navigation.css index d8793afd..5f62f983 100644 --- a/www/css/angular-circular-navigation.css +++ b/www/css/angular-circular-navigation.css @@ -61,8 +61,8 @@ .cn-wrapper.small li a { right: -3em; bottom: -3em; - width: 6em; - height: 6em; } + width: 7.2em; + height: 6.2em; } .cn-wrapper.big li a { right: -5em; diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 2339c889..19046da4 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -89,6 +89,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ background: '#2F4F4F', isOpen: true, toggleOnClick: false, + size: 'small', button: { cssClass: "fa fa-arrows-alt", @@ -98,7 +99,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ content: '', cssClass: 'fa fa-chevron-circle-up', empty: false, - size: 'small', + onclick: function() { controlPTZ($scope.monitorId, $scope.ptzMoveCommand + 'Down'); |
