Fix back and close buttons

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 16:41:28 -03:00
parent 71e4f69ca3
commit fba6ac7bc4
1 changed files with 4 additions and 4 deletions

View File

@ -101,16 +101,16 @@ _:-ms-fullscreen, :root .main {
}
.tab-bar-section.middle {
left: 3.8125rem;
right: 3.8125rem;
left: 4.7rem;
right: 4.7rem;
}
.left-small {
width: 3.8125rem;
width: 4.7rem;
}
.right-small {
width: 3.8125rem;
width: 4.7rem;
text-align: right;
}