From 7a87f2170a8e4379498acccd7b6ef76c1a256a76 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Fri, 23 May 2014 19:33:00 +0900 Subject: [PATCH] Fixed padding in device control buttons. --- res/app/control-panes/device-control/device-control.css | 8 ++++++++ res/app/control-panes/device-control/device-control.jade | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/res/app/control-panes/device-control/device-control.css b/res/app/control-panes/device-control/device-control.css index 19a30d0d..ddd94ce2 100644 --- a/res/app/control-panes/device-control/device-control.css +++ b/res/app/control-panes/device-control/device-control.css @@ -170,3 +170,11 @@ device-screen textarea { min-height: 10px; text-align: center; } + +.stf-vnc-right-buttons { + margin-top: 6px; +} + +.stf-vnc-right-buttons .button-spacer { + width: 12px; +} diff --git a/res/app/control-panes/device-control/device-control.jade b/res/app/control-panes/device-control/device-control.jade index e7263dcc..d72b222c 100644 --- a/res/app/control-panes/device-control/device-control.jade +++ b/res/app/control-panes/device-control/device-control.jade @@ -2,7 +2,7 @@ .as-cell.fill-height .as-table.fill-height .stf-vnc-navbar.as-row(ng-show='!$root.basicMode') - .pull-right + .stf-vnc-right-buttons.pull-right .btn-group label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")', ng-model='currentRotation', btn-radio='"portrait"').pointer