fix layout bugs

This commit is contained in:
bechi 2014-12-09 13:58:23 -03:00
parent e1d0e68797
commit 5e85e1392e
3 changed files with 5 additions and 3 deletions

View File

@ -538,7 +538,7 @@ a.button-setup.add-wallet:hover {
a.button-setup {
border-radius: 3px;
border: 1px solid #B7C2CE;
border: 1px solid #3E5366;
display: block;
padding: 0.5rem;
background: transparent;
@ -1093,6 +1093,8 @@ button[disabled].warning:focus,
.button[disabled].warning:focus {
background-color: #95a5a6;
color: #E6E6E6;
-moz-box-shadow: none;
box-shadow: none;
}
/* WHITE */

View File

@ -20,7 +20,7 @@
</div>
</div>
<div class="large-5 large-centered medium-6 medium-centered columns m20b" ng-show="!loading && !askForPin">
<div class="large-4 large-centered medium-7 medium-centered columns m20b" ng-show="!loading && !askForPin">
<div class="logo-setup hide-for-small-only">
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
</div>

View File

@ -20,7 +20,7 @@
</div>
</div>
<div class="large-5 large-centered medium-7 medium-centered columns" ng-show="!$root.starting">
<div class="large-4 large-centered medium-6 medium-centered columns" ng-show="!$root.starting">
<div class="logo-setup" ng-show="!$root.iden">
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
<div ng-include="'views/includes/version.html'"></div>