From eb79b82f845355ffa18a1365254fc53ec77bfa01 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 16:57:24 +0200 Subject: [PATCH] first --- frontend/views/site/vacancies.php | 41 ++++++++++++++++++++++++++++++++++++++++- frontend/web/css/vacancies.css | 27 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/frontend/views/site/vacancies.php b/frontend/views/site/vacancies.php index 59db40d..ce7fce4 100644 --- a/frontend/views/site/vacancies.php +++ b/frontend/views/site/vacancies.php @@ -27,7 +27,28 @@ $(function () { }); });", 3); ?> - +
@@ -434,3 +455,21 @@ $(function () {
+ + +
\ No newline at end of file diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index ec86100..f50a6fc 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -520,4 +520,31 @@ a.special-talents-text-2-img:hover { } .scroll-img ul li { display: inline-block; +} +#overlay { + z-index: 3; + position: fixed; + background-color: #000; + opacity: 0.8; + width: 100%; + height: 100%; + top: 0; + left: 0; + cursor: pointer; + display: none; +} +#modal_form { + width: 300px; + height: 300px; + border-radius: 5px; + border: 3px #000 solid; + background: #fff; + position: fixed; + top: 45%; + left: 50%; + margin-top: -150px; + margin-left: -150px; + display: none; + opacity: 0; + z-index: 5; } \ No newline at end of file -- libgit2 0.21.4