Merge pull request #126 from jamal-jackson/feature/iPhone_5_fixes

Last round of iPhone5 onboarding fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-16 14:56:58 -03:00 committed by GitHub
commit 16e35a286c
4 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,7 @@
</ion-nav-buttons>
</ion-nav-bar>
<ion-content class="has-header" scroll="false">
<ion-scroll ng-include="'views/includes/terms.html'" ng-style="{'height': '60%'}"></ion-scroll>
<ion-scroll ng-include="'views/includes/terms.html'" direction="y" ng-style="{'height': '60%'}"></ion-scroll>
<div id="agree-to-terms">
<a ng-click="openExternalLink('https://copay.io/disclaimer')" ng-show="lang != 'en'" translate>Official English Disclaimer</a>
<ion-checkbox ng-model="terms.accept3"></ion-checkbox>

View file

@ -9,6 +9,7 @@
}
#success-image {
margin-top: 4rem;
height: 10rem;
}
.col {
margin-top: 1rem;

View file

@ -6,6 +6,9 @@
.scroll{
height: 100%;
}
h3{
margin-top:1.5rem;
}
}
.item {
background: transparent;

View file

@ -3,7 +3,7 @@
background: url(../img/onboarding-welcome-bg.png);
background-position: top center;
background-size: contain;
background-repeat-y: no-repeat;
background-repeat: repeat-x;
#shopping-24 {
content: url("../img/onboarding-welcome-shopping24.png");
position: absolute;