fix size close and back text

This commit is contained in:
bechi 2015-04-30 18:05:59 -03:00
commit 66fc4d2fab
2 changed files with 4 additions and 4 deletions

View file

@ -140,7 +140,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
.main {
background-color: #fff;
padding: 45px 0 60px 0;
padding: 45px 0 58px 0;
position: relative;
}

View file

@ -131,13 +131,13 @@ _:-ms-fullscreen, :root .main {
.tab-bar .text-back {
margin-left: 26px;
font-size: 1rem;
font-size: 0.9rem;
font-weight: 400;
padding: 10px 0;
}
.tab-bar .text-close {
font-size: 1rem;
font-size: 0.9rem;
font-weight: 400;
line-height: 2.95rem;
}
@ -757,7 +757,7 @@ textarea:focus
width:100%;
position: absolute;
top: 46px;
bottom: 70px;
bottom: 37px;
overflow: auto;
padding-bottom: 20px;
}