Commit 76b3debe3138ae319912a75502325f0698776705
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 | 562 | } |
563 | 563 | .vacancies_form textarea{ |
564 | 564 | width: 260px; |
565 | + max-width: 260px; | |
566 | + height: 90px; | |
567 | + max-height: 90px; | |
568 | + resize: none; | |
565 | 569 | margin: 0; |
566 | 570 | padding: 7px 0; |
567 | 571 | font-size: 13px; |
... | ... | @@ -574,7 +578,10 @@ a.special-talents-text-2-img:hover { |
574 | 578 | display: block; |
575 | 579 | position: absolute; |
576 | 580 | left: 50%; |
581 | + bottom: 0; | |
577 | 582 | width: 99px; |
583 | + height: 33px; | |
584 | + line-height: 33px; | |
578 | 585 | margin-left: -48px; |
579 | 586 | padding: 0; |
580 | 587 | font-size: 13px; | ... | ... |