Fix margin on modals
This commit is contained in:
parent
c7bc2a16ba
commit
2ea591a675
2 changed files with 4 additions and 4 deletions
|
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-hide="hideAdv" class="row">
|
||||
<div class="large-12 columns">
|
||||
<div class="large-12 columns m20b">
|
||||
<div>
|
||||
<label for="bws" class="oh">
|
||||
<span>Wallet Service URL</span>
|
||||
|
|
@ -173,11 +173,11 @@
|
|||
</div> <!-- columns -->
|
||||
</div> <!-- advanced -->
|
||||
|
||||
<button type="submit" class="button round black expand m0" ng-show="totalCopayers != 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
|
||||
<button type="submit" class="button round black expand" ng-show="totalCopayers != 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
|
||||
<span translate>Create {{requiredCopayers}}-of-{{totalCopayers}} wallet</span>
|
||||
</button>
|
||||
|
||||
<button type="submit" class="button round black expand m0" ng-show="totalCopayers == 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
|
||||
<button type="submit" class="button round black expand" ng-show="totalCopayers == 1" ng-disabled="setupForm.$invalid || create.loading || create.hwWallet">
|
||||
<span translate>Create new wallet</span>
|
||||
</button>
|
||||
|
||||
|
|
|
|||
|
|
@ -630,7 +630,7 @@ to prevent collapsing during animation*/
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
top: 45px;
|
||||
padding-bottom: 33px;
|
||||
padding-bottom: 50px;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
background: #f6f7f9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue