mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fixed padding in device control buttons.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user