Commit 2f083e2c74dc7330309c3dd3c55e5163d7f6ddc3

Authored by Eugeny Galkovskiy
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">&times</button>
... ...
css/modal.css
... ... @@ -59,7 +59,7 @@
59 59 display: none;
60 60 left: 0;
61 61 width: 100%;
62   - z-index: 99999;
  62 + z-index: 10049;
63 63 }
64 64 .success_ .forms_wr_ {
65 65 box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34);
... ...