Commit 10b8feed9df6992d42479e0a1c1129d0d0880eab
1 parent
101dce1e
first
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/vacancies.css
... | ... | @@ -554,12 +554,13 @@ a.special-talents-text-2-img:hover { |
554 | 554 | .vacancies_form input{ |
555 | 555 | width: 260px; |
556 | 556 | margin: 0 0 10px 0; |
557 | - padding: 7px 0; | |
557 | + height: 31px; | |
558 | 558 | font-size: 13px; |
559 | 559 | color: #1d275b; |
560 | 560 | background: #fff; |
561 | 561 | border: none; |
562 | 562 | border-bottom: 1px solid #1d275b; |
563 | + line-height: 31px; | |
563 | 564 | } |
564 | 565 | .vacancies_form textarea{ |
565 | 566 | width: 260px; | ... | ... |