Fix to wide screen

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-20 11:10:03 -03:00
commit 9f6426388b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 12 additions and 4 deletions

View file

@ -22,12 +22,16 @@
</div>
<div class="create-tab">
<div class="tab-container">
<a href
ng-class="{'selected': totalCopayers == 1}"
ng-click="create.setTotalCopayers(1)" translate>Personal Wallet</a>
</div>
<div class="tab-container">
<a href
ng-class="{'selected': totalCopayers != 1}"
ng-click="create.setTotalCopayers(3)" translate>Shared Wallet</a>
</div>
</div>
<form name="setupForm" ng-submit="create.create(setupForm)" novalidate>