Commit 76b3debe3138ae319912a75502325f0698776705

Authored by Виталий
1 parent a6c2f9f2

first

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/web/css/vacancies.css
@@ -562,6 +562,10 @@ a.special-talents-text-2-img:hover { @@ -562,6 +562,10 @@ a.special-talents-text-2-img:hover {
562 } 562 }
563 .vacancies_form textarea{ 563 .vacancies_form textarea{
564 width: 260px; 564 width: 260px;
  565 + max-width: 260px;
  566 + height: 90px;
  567 + max-height: 90px;
  568 + resize: none;
565 margin: 0; 569 margin: 0;
566 padding: 7px 0; 570 padding: 7px 0;
567 font-size: 13px; 571 font-size: 13px;
@@ -574,7 +578,10 @@ a.special-talents-text-2-img:hover { @@ -574,7 +578,10 @@ a.special-talents-text-2-img:hover {
574 display: block; 578 display: block;
575 position: absolute; 579 position: absolute;
576 left: 50%; 580 left: 50%;
  581 + bottom: 0;
577 width: 99px; 582 width: 99px;
  583 + height: 33px;
  584 + line-height: 33px;
578 margin-left: -48px; 585 margin-left: -48px;
579 padding: 0; 586 padding: 0;
580 font-size: 13px; 587 font-size: 13px;