fix modal views for medium devices

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-18 19:19:56 -03:00
parent 4285c0e81e
commit dddbb27481
1 changed files with 13 additions and 1 deletions

View File

@ -121,7 +121,7 @@
} }
.modal-mobile { .modal-mobile {
padding: 60px 0.5rem; padding: 20px .5rem;
} }
.reveal-modal { .reveal-modal {
@ -462,10 +462,22 @@
color: #1ABC9C; color: #1ABC9C;
} }
.tab-bar {
position: relative;
}
} }
@media (max-width: 640px) { @media (max-width: 640px) {
.tab-bar {
position: absolute;
}
.modal-mobile {
padding: 60px 0.5rem;
}
.tx-comment { .tx-comment {
border-top: 1px solid #eee; border-top: 1px solid #eee;
padding-top: 10px; padding-top: 10px;