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>

View file

@ -729,13 +729,17 @@ textarea:focus
.create-tab {
width: 100%;
border-bottom: 1px solid #DEDFE1;
margin-bottom: 20px;
padding: 0 0 .5rem;
margin-bottom: 25px;
padding: 0 0 .5rem 1rem;
overflow: hidden;
}
.create-tab .tab-container {
float: left;
width: 50%;
}
.create-tab a {
margin-left: 1.075rem;
margin-right: 1.575rem;
font-size: .7rem;
padding: 0 0 .6rem;
color: #929396;