Commit 101dce1e002feac27f10b4ec0634442de74c3ae0
1 parent
76b3debe
first
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
frontend/web/css/vacancies.css
| @@ -535,7 +535,7 @@ a.special-talents-text-2-img:hover { | @@ -535,7 +535,7 @@ a.special-talents-text-2-img:hover { | ||
| 535 | } | 535 | } |
| 536 | #modal_form { | 536 | #modal_form { |
| 537 | width: 300px; | 537 | width: 300px; |
| 538 | - height: 300px; | 538 | + height: 360px; |
| 539 | border-radius: 5px; | 539 | border-radius: 5px; |
| 540 | border: 3px #000 solid; | 540 | border: 3px #000 solid; |
| 541 | background: #fff; | 541 | background: #fff; |
| @@ -549,10 +549,11 @@ a.special-talents-text-2-img:hover { | @@ -549,10 +549,11 @@ a.special-talents-text-2-img:hover { | ||
| 549 | z-index: 999992; | 549 | z-index: 999992; |
| 550 | padding: 0 20px; | 550 | padding: 0 20px; |
| 551 | box-sizing: border-box; | 551 | box-sizing: border-box; |
| 552 | + padding-top: 10px; | ||
| 552 | } | 553 | } |
| 553 | .vacancies_form input{ | 554 | .vacancies_form input{ |
| 554 | width: 260px; | 555 | width: 260px; |
| 555 | - margin: 0; | 556 | + margin: 0 0 10px 0; |
| 556 | padding: 7px 0; | 557 | padding: 7px 0; |
| 557 | font-size: 13px; | 558 | font-size: 13px; |
| 558 | color: #1d275b; | 559 | color: #1d275b; |
| @@ -574,6 +575,9 @@ a.special-talents-text-2-img:hover { | @@ -574,6 +575,9 @@ a.special-talents-text-2-img:hover { | ||
| 574 | border: none; | 575 | border: none; |
| 575 | border-bottom: 1px solid #1d275b; | 576 | border-bottom: 1px solid #1d275b; |
| 576 | } | 577 | } |
| 578 | +.vacancies_form input[type='file'] { | ||
| 579 | + border-bottom: none; | ||
| 580 | +} | ||
| 577 | .vacancies_form input[type="submit"] { | 581 | .vacancies_form input[type="submit"] { |
| 578 | display: block; | 582 | display: block; |
| 579 | position: absolute; | 583 | position: absolute; |