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

fix backup cta button and screenshot warning view cta button positions
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-15 18:02:29 -03:00 committed by GitHub
commit 6b13d89b24
2 changed files with 9 additions and 6 deletions

View file

@ -38,7 +38,7 @@
}
.cta-buttons{
float:none;
bottom:46px;
bottom:65px;
position: absolute;
}
}

View file

@ -34,7 +34,7 @@
position: absolute;
width: 100%;
text-align: center;
bottom: 45px;
bottom: 65px;
button {
max-width: 400px;
}
@ -42,7 +42,7 @@
.select-word {
background: #fff;
box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.37);
margin: .25rem 0 .25rem;
margin: .1rem 0;
display: inline-block;
padding: 0 5px;
}
@ -51,7 +51,7 @@
width: 100%;
text-align: center;
position: absolute;
bottom: 43px;
bottom: 65px;
padding-bottom: 20px;
padding: .5rem .5rem .9rem;
p {
@ -75,8 +75,11 @@
}
}
ion-content.has-tabs{
.cta-buttons, #select-phrase{
bottom:91px;
.cta-buttons{
bottom:110px;
}
#select-phrase{
bottom:100px;
}
}
}