Commit c159a6c8d09f17b2be5c0fceee8e2b26643154e5

Authored by Виталий
1 parent f9d97d41

first

frontend/views/site/vacancies.php
... ... @@ -33,7 +33,7 @@ $(function () {
33 33 event.preventDefault();
34 34 $('#overlay').fadeIn(400,
35 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 39 $('#overlay').click( function(){
... ...
frontend/web/css/vacancies.css
... ... @@ -540,7 +540,7 @@ a.special-talents-text-2-img:hover {
540 540 border: 3px #000 solid;
541 541 background: #fff;
542 542 position: fixed;
543   - top: 45%;
  543 + top: 40%;
544 544 left: 50%;
545 545 margin-top: -150px;
546 546 margin-left: -150px;
... ...