Fix to wide screen
This commit is contained in:
parent
2b655ed6c1
commit
9f6426388b
2 changed files with 12 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue