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:
parent
6aa9ae3c6a
commit
7990d6ba2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue