Commit c159a6c8d09f17b2be5c0fceee8e2b26643154e5
1 parent
f9d97d41
first
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/site/vacancies.php
@@ -33,7 +33,7 @@ $(function () { | @@ -33,7 +33,7 @@ $(function () { | ||
33 | event.preventDefault(); | 33 | event.preventDefault(); |
34 | $('#overlay').fadeIn(400, | 34 | $('#overlay').fadeIn(400, |
35 | function(){ | 35 | function(){ |
36 | - $('#modal_form').css('display', 'block').animate({opacity: 1, top: '50%'}, 200); | 36 | + $('#modal_form').css('display', 'block').animate({opacity: 1, top: '45%'}, 200); |
37 | }); | 37 | }); |
38 | }); | 38 | }); |
39 | $('#overlay').click( function(){ | 39 | $('#overlay').click( function(){ |
frontend/web/css/vacancies.css
@@ -540,7 +540,7 @@ a.special-talents-text-2-img:hover { | @@ -540,7 +540,7 @@ a.special-talents-text-2-img:hover { | ||
540 | border: 3px #000 solid; | 540 | border: 3px #000 solid; |
541 | background: #fff; | 541 | background: #fff; |
542 | position: fixed; | 542 | position: fixed; |
543 | - top: 45%; | 543 | + top: 40%; |
544 | left: 50%; | 544 | left: 50%; |
545 | margin-top: -150px; | 545 | margin-top: -150px; |
546 | margin-left: -150px; | 546 | margin-left: -150px; |