From c159a6c8d09f17b2be5c0fceee8e2b26643154e5 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:53:19 +0200 Subject: [PATCH] first --- frontend/views/site/vacancies.php | 2 +- frontend/web/css/vacancies.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/site/vacancies.php b/frontend/views/site/vacancies.php index 8d3a2d7..ee3fd27 100644 --- a/frontend/views/site/vacancies.php +++ b/frontend/views/site/vacancies.php @@ -33,7 +33,7 @@ $(function () { event.preventDefault(); $('#overlay').fadeIn(400, function(){ - $('#modal_form').css('display', 'block').animate({opacity: 1, top: '50%'}, 200); + $('#modal_form').css('display', 'block').animate({opacity: 1, top: '45%'}, 200); }); }); $('#overlay').click( function(){ diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index b24d457..2acb813 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -540,7 +540,7 @@ a.special-talents-text-2-img:hover { border: 3px #000 solid; background: #fff; position: fixed; - top: 45%; + top: 40%; left: 50%; margin-top: -150px; margin-left: -150px; -- libgit2 0.21.4