fix another layout issue

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 13:14:15 -03:00
commit 056a5dae33
2 changed files with 22 additions and 9 deletions

View file

@ -1496,8 +1496,21 @@ a.text-warning:hover {color: #FD7262;}
@media only screen and (max-width: 40em) {
dialog.large, .reveal-modal.large {
height: auto;
padding: 0;
height: 100%;
overflow-y: auto;
padding: 1.25rem 0.25rem;
}
dialog.large span.address-size, .reveal-modal.large span.address-size {
font-size: 12px;
}
dialog.large table, .reveal-modal.large table {
margin: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
}