Merge pull request #454 from cmgustavo/bug/export-design-01

Fix design of the export view
This commit is contained in:
Matias Alejo Garcia 2016-10-14 13:05:04 -03:00 committed by GitHub
commit c2d0087c55
2 changed files with 3 additions and 4 deletions

View file

@ -6,11 +6,11 @@
</ion-nav-bar>
<ion-content>
<div class="row text-center">
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom': '2px solid'}">
<div class="row text-center top-tabs">
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom-style': 'solid'}">
<span class="" translate>File/Text</span>
</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>
</div>
</div>

View file

@ -68,7 +68,6 @@
</button>
<div ng-show="isCordova">
<h4 translate>Export options</h4>
<button class="button button-standard button-primary"
ng-disabled="(!formData.password || formData.password != formData.repeatpassword)"
ng-style="{'background-color':wallet.color}"