Fix design export view

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-14 10:54:55 -03:00
commit db856c374d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
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}"