Merge pull request #3706 from cmgustavo/bug/ux-modals

Fix margin on modals
This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-05 17:20:23 -03:00
commit b16b111d03
2 changed files with 4 additions and 4 deletions

View file

@ -99,7 +99,7 @@
</div> </div>
<div ng-hide="hideAdv" class="row"> <div ng-hide="hideAdv" class="row">
<div class="large-12 columns"> <div class="large-12 columns m20b">
<div> <div>
<label for="bws" class="oh"> <label for="bws" class="oh">
<span>Wallet Service URL</span> <span>Wallet Service URL</span>
@ -173,11 +173,11 @@
</div> <!-- columns --> </div> <!-- columns -->
</div> <!-- advanced --> </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> <span translate>Create {{requiredCopayers}}-of-{{totalCopayers}} wallet</span>
</button> </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> <span translate>Create new wallet</span>
</button> </button>

View file

@ -630,7 +630,7 @@ to prevent collapsing during animation*/
height: 100%; height: 100%;
width: 100%; width: 100%;
top: 45px; top: 45px;
padding-bottom: 33px; padding-bottom: 50px;
-webkit-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0);
background: #f6f7f9; background: #f6f7f9;
} }