Commit 101dce1e002feac27f10b4ec0634442de74c3ae0

Authored by Виталий
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 535 }
536 536 #modal_form {
537 537 width: 300px;
538   - height: 300px;
  538 + height: 360px;
539 539 border-radius: 5px;
540 540 border: 3px #000 solid;
541 541 background: #fff;
... ... @@ -549,10 +549,11 @@ a.special-talents-text-2-img:hover {
549 549 z-index: 999992;
550 550 padding: 0 20px;
551 551 box-sizing: border-box;
  552 + padding-top: 10px;
552 553 }
553 554 .vacancies_form input{
554 555 width: 260px;
555   - margin: 0;
  556 + margin: 0 0 10px 0;
556 557 padding: 7px 0;
557 558 font-size: 13px;
558 559 color: #1d275b;
... ... @@ -574,6 +575,9 @@ a.special-talents-text-2-img:hover {
574 575 border: none;
575 576 border-bottom: 1px solid #1d275b;
576 577 }
  578 +.vacancies_form input[type='file'] {
  579 + border-bottom: none;
  580 +}
577 581 .vacancies_form input[type="submit"] {
578 582 display: block;
579 583 position: absolute;
... ...