Merge pull request #2699 from cmgustavo/bug/modals-05

Fix modals for large screen
This commit is contained in:
Matias Alejo Garcia 2015-05-11 15:28:36 -03:00
commit 5ca24317e2
1 changed files with 4 additions and 0 deletions

View File

@ -550,6 +550,10 @@ a.pin-button:active {
display: none !important;
}
.reveal-modal.full {
top: 0 !important;
}
.reveal-modal {
padding: 0;
border: none;