Merge pull request #4410 from gabrielbazan7/fix/iosModalDelay

change all modals nav header with ionic header to fix ios delay
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-15 13:48:27 -03:00 committed by GitHub
commit 74a6a98529
11 changed files with 78 additions and 104 deletions

View file

@ -20,8 +20,13 @@
z-index: -1;
}
.ng-hide.ng-hide-animate{
display: none !important;
.ng-hide.ng-hide-animate {
display: none !important;
}
.bar .title {
font-size: 14px;
line-height: 48px;
}
.radio-label {

View file

@ -839,7 +839,7 @@ ul.manage li {
.tab-bar {
h1, h2, h3, h4, h5, h6 {
line-height: 2.7rem;
line-height: 48px;
}
}
@ -877,7 +877,7 @@ ul.manage li {
.header-modal {
background: #fff;
width: 100%;
padding-top: 60px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
}
@ -2005,7 +2005,7 @@ body.modal-open {
.payment-proposal-head {
color: #fff;
padding: 40px 10px 20px 10px;
padding: 10px 10px 20px 10px;
text-align: center;
}