Improved alignment
This commit is contained in:
parent
9ac71a081b
commit
6b3cd659cb
2 changed files with 4 additions and 4 deletions
|
|
@ -151,7 +151,7 @@
|
||||||
v-on:error="onScanError">
|
v-on:error="onScanError">
|
||||||
</taskSubmitter>
|
</taskSubmitter>
|
||||||
|
|
||||||
<button v-else v-on:click="handleCapture()" class="uk-button uk-button-primary uk-form-small uk-margin uk-float-right uk-width-1-1">Capture</button>
|
<button v-else v-on:click="handleCapture()" class="uk-button uk-button-primary uk-form-small uk-margin uk-margin-remove-top uk-float-right uk-width-1-1">Capture</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="uk-margin-top uk-margin-horizontal-remove uk-padding-remove">
|
<div class="uk-margin-horizontal-remove uk-padding-remove">
|
||||||
|
|
||||||
<div v-if="taskRunning" ref="isPollingElement">
|
<div v-if="taskRunning" ref="isPollingElement">
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
<div v-else class="indeterminate"></div>
|
<div v-else class="indeterminate"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" v-on:click="terminateTask()" class="uk-button uk-button-danger uk-form-small uk-float-right uk-width-1-1">Terminate</button>
|
<button type="button" v-on:click="terminateTask()" class="uk-button uk-button-danger uk-form-small uk-margin uk-float-right uk-width-1-1">Terminate</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" v-on:click="startTask()" v-bind:hidden="taskRunning" class="uk-button uk-button-primary uk-form-small uk-float-right uk-width-1-1">{{ submitLabel }}</button>
|
<button type="button" v-on:click="startTask()" v-bind:hidden="taskRunning" class="uk-button uk-button-primary uk-form-small uk-margin uk-float-right uk-width-1-1">{{ submitLabel }}</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue