Commit 64351f5ea4c6224af2ef915909422dc0fdf7945f
1 parent
fd343211
first
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/site/vacancies.php
| ... | ... | @@ -37,7 +37,7 @@ $(function () { |
| 37 | 37 | }); |
| 38 | 38 | }); |
| 39 | 39 | $('#overlay').click( function(){ |
| 40 | - $('#modal_form').animate({opacity: 0, top: '45%'}, 200, | |
| 40 | + $('#modal_form').animate({opacity: 0, top: '20%'}, 200, | |
| 41 | 41 | function(){ |
| 42 | 42 | $(this).css('display', 'none'); |
| 43 | 43 | $('#overlay').fadeOut(400); | ... | ... |