From d42eaf3d266926c3dedb9ae0ea39c42641b4c3bf Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 11 May 2016 10:29:31 +0300 Subject: [PATCH] git --- frontend/web/css/style.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 50c8143..0005a91 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1437,7 +1437,7 @@ input[type=file]::-webkit-file-upload-button { } #modal_form_contacts .res_form_line { - top: 411px; + top: 431px; } .section-box-9 .vote-success, .section-box-9 .vote-result { @@ -4843,14 +4843,18 @@ ul.proektant-comments { z-index: 9992; } -#modal_form_question, #modal_form_contacts { +#modal_form_question { height: 533px } - +#modal_form_contacts {height: 553px} #modal_form_login { height: 423px } - +#modal_form_contacts .form-resume-wr {overflow: visible} +#modal_form_contacts .contacts-form-help span {font-weight: 400} +#modal_form_contacts .field-feedback-answer {margin-bottom: 20px} +#modal_form_contacts .field-feedback-answer .help-block{top:41px;} +#modal_form_contacts .contacts-form-wrapper {cursor: pointer} #modal_form_login .form-resume-wr form label, #modal_form_contacts .form-resume-wr form label { float: none } @@ -5315,7 +5319,9 @@ form.offer-project { float: left; width: 100%; } - +.search-profile-blocks:hover { + box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); +} .search-profile-blocks:first-child { margin-top: 0 } -- libgit2 0.21.4