fix layout bugs
This commit is contained in:
parent
e1d0e68797
commit
5e85e1392e
3 changed files with 5 additions and 3 deletions
|
|
@ -538,7 +538,7 @@ a.button-setup.add-wallet:hover {
|
||||||
|
|
||||||
a.button-setup {
|
a.button-setup {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #B7C2CE;
|
border: 1px solid #3E5366;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
@ -1093,6 +1093,8 @@ button[disabled].warning:focus,
|
||||||
.button[disabled].warning:focus {
|
.button[disabled].warning:focus {
|
||||||
background-color: #95a5a6;
|
background-color: #95a5a6;
|
||||||
color: #E6E6E6;
|
color: #E6E6E6;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* WHITE */
|
/* WHITE */
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="logo-setup hide-for-small-only">
|
||||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="logo-setup" ng-show="!$root.iden">
|
||||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
|
||||||
<div ng-include="'views/includes/version.html'"></div>
|
<div ng-include="'views/includes/version.html'"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue