From 101dce1e002feac27f10b4ec0634442de74c3ae0 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:46:34 +0200 Subject: [PATCH] first --- frontend/web/css/vacancies.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index 0f7d51c..0399c60 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -535,7 +535,7 @@ a.special-talents-text-2-img:hover { } #modal_form { width: 300px; - height: 300px; + height: 360px; border-radius: 5px; border: 3px #000 solid; background: #fff; @@ -549,10 +549,11 @@ a.special-talents-text-2-img:hover { z-index: 999992; padding: 0 20px; box-sizing: border-box; + padding-top: 10px; } .vacancies_form input{ width: 260px; - margin: 0; + margin: 0 0 10px 0; padding: 7px 0; font-size: 13px; color: #1d275b; @@ -574,6 +575,9 @@ a.special-talents-text-2-img:hover { border: none; border-bottom: 1px solid #1d275b; } +.vacancies_form input[type='file'] { + border-bottom: none; +} .vacancies_form input[type="submit"] { display: block; position: absolute; -- libgit2 0.21.4