Revert "FIX: Workaround for modal CSS bugs in IOS 8. Don't use a table to"

This reverts commit edea7180f4.
This commit is contained in:
Robin Ward 2014-10-29 12:43:08 -04:00
parent 6aa9ae3c6a
commit 7990d6ba2f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
// base styles for every modal popup used in Discourse
.modal-middle-container {
margin-top: 150px;
display:table-cell;
vertical-align: middle;
}
// Hardcode to be the same as before for now. I would recommend not using bootbox, or finding a way so the html structure can be the same