From a6c2f9f2797f7191beeaefc56689e432dd50f6c6 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:42:17 +0200 Subject: [PATCH] first --- frontend/web/css/vacancies.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index 85966d7..b0b5d22 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -571,10 +571,12 @@ a.special-talents-text-2-img:hover { border-bottom: 1px solid #1d275b; } .vacancies_form input[type="submit"] { - display: inline-block; - vertical-align: top; - margin: 0; - padding: 7px 15px; + display: block; + position: absolute; + left: 50%; + width: 99px; + margin-left: -48px; + padding: 0; font-size: 13px; text-shadow: 1px 1px 1px #d17508; font-weight: bold; -- libgit2 0.21.4