Commit d42eaf3d266926c3dedb9ae0ea39c42641b4c3bf
1 parent
dcc3d1ce
git
Showing
1 changed file
with
11 additions
and
5 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1437,7 +1437,7 @@ input[type=file]::-webkit-file-upload-button { |
1437 | 1437 | } |
1438 | 1438 | |
1439 | 1439 | #modal_form_contacts .res_form_line { |
1440 | - top: 411px; | |
1440 | + top: 431px; | |
1441 | 1441 | } |
1442 | 1442 | |
1443 | 1443 | .section-box-9 .vote-success, .section-box-9 .vote-result { |
... | ... | @@ -4843,14 +4843,18 @@ ul.proektant-comments { |
4843 | 4843 | z-index: 9992; |
4844 | 4844 | } |
4845 | 4845 | |
4846 | -#modal_form_question, #modal_form_contacts { | |
4846 | +#modal_form_question { | |
4847 | 4847 | height: 533px |
4848 | 4848 | } |
4849 | - | |
4849 | +#modal_form_contacts {height: 553px} | |
4850 | 4850 | #modal_form_login { |
4851 | 4851 | height: 423px |
4852 | 4852 | } |
4853 | - | |
4853 | +#modal_form_contacts .form-resume-wr {overflow: visible} | |
4854 | +#modal_form_contacts .contacts-form-help span {font-weight: 400} | |
4855 | +#modal_form_contacts .field-feedback-answer {margin-bottom: 20px} | |
4856 | +#modal_form_contacts .field-feedback-answer .help-block{top:41px;} | |
4857 | +#modal_form_contacts .contacts-form-wrapper {cursor: pointer} | |
4854 | 4858 | #modal_form_login .form-resume-wr form label, #modal_form_contacts .form-resume-wr form label { |
4855 | 4859 | float: none |
4856 | 4860 | } |
... | ... | @@ -5315,7 +5319,9 @@ form.offer-project { |
5315 | 5319 | float: left; |
5316 | 5320 | width: 100%; |
5317 | 5321 | } |
5318 | - | |
5322 | +.search-profile-blocks:hover { | |
5323 | + box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); | |
5324 | +} | |
5319 | 5325 | .search-profile-blocks:first-child { |
5320 | 5326 | margin-top: 0 |
5321 | 5327 | } | ... | ... |