From 64351f5ea4c6224af2ef915909422dc0fdf7945f Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:54:28 +0200 Subject: [PATCH] first --- frontend/views/site/vacancies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/site/vacancies.php b/frontend/views/site/vacancies.php index ee3fd27..7eb6523 100644 --- a/frontend/views/site/vacancies.php +++ b/frontend/views/site/vacancies.php @@ -37,7 +37,7 @@ $(function () { }); }); $('#overlay').click( function(){ - $('#modal_form').animate({opacity: 0, top: '45%'}, 200, + $('#modal_form').animate({opacity: 0, top: '20%'}, 200, function(){ $(this).css('display', 'none'); $('#overlay').fadeOut(400); -- libgit2 0.21.4