From 76b3debe3138ae319912a75502325f0698776705 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:43:46 +0200 Subject: [PATCH] first --- frontend/web/css/vacancies.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index b0b5d22..0f7d51c 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -562,6 +562,10 @@ a.special-talents-text-2-img:hover { } .vacancies_form textarea{ width: 260px; + max-width: 260px; + height: 90px; + max-height: 90px; + resize: none; margin: 0; padding: 7px 0; font-size: 13px; @@ -574,7 +578,10 @@ a.special-talents-text-2-img:hover { display: block; position: absolute; left: 50%; + bottom: 0; width: 99px; + height: 33px; + line-height: 33px; margin-left: -48px; padding: 0; font-size: 13px; -- libgit2 0.21.4