Commit 2f083e2c74dc7330309c3dd3c55e5163d7f6ddc3
1 parent
5791be00
modal styles and script
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
blocks/modal.php
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <div class="overlay-new"></div> |
28 | 28 | </div> |
29 | 29 | |
30 | - <div id="success-modal" class="success_" style="display:none;"> | |
30 | + <div id="success-modal" class="success_" style="opacity: 0;display: none;top: 50%;"> | |
31 | 31 | <div class="forms_wr_"> |
32 | 32 | <div class="modal-header"> |
33 | 33 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ... | ... |