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

@ -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;
}