Merge pull request #454 from cmgustavo/bug/export-design-01
Fix design of the export view
This commit is contained in:
commit
c2d0087c55
2 changed files with 3 additions and 4 deletions
|
|
@ -6,11 +6,11 @@
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<div class="row text-center">
|
<div class="row text-center top-tabs">
|
||||||
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom': '2px solid'}">
|
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom-style': 'solid'}">
|
||||||
<span class="" translate>File/Text</span>
|
<span class="" translate>File/Text</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col" ng-click="generateQrCode();" ng-style="!file.value && {'border-bottom': '2px solid'}">
|
<div class="col" ng-click="generateQrCode();" ng-style="!file.value && {'border-bottom-style': 'solid'}">
|
||||||
<span class="" translate>QR Code</span>
|
<span class="" translate>QR Code</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,6 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div ng-show="isCordova">
|
<div ng-show="isCordova">
|
||||||
<h4 translate>Export options</h4>
|
|
||||||
<button class="button button-standard button-primary"
|
<button class="button button-standard button-primary"
|
||||||
ng-disabled="(!formData.password || formData.password != formData.repeatpassword)"
|
ng-disabled="(!formData.password || formData.password != formData.repeatpassword)"
|
||||||
ng-style="{'background-color':wallet.color}"
|
ng-style="{'background-color':wallet.color}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue