Commit a6c2f9f2797f7191beeaefc56689e432dd50f6c6
1 parent
8b4b2c7c
first
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
frontend/web/css/vacancies.css
... | ... | @@ -571,10 +571,12 @@ a.special-talents-text-2-img:hover { |
571 | 571 | border-bottom: 1px solid #1d275b; |
572 | 572 | } |
573 | 573 | .vacancies_form input[type="submit"] { |
574 | - display: inline-block; | |
575 | - vertical-align: top; | |
576 | - margin: 0; | |
577 | - padding: 7px 15px; | |
574 | + display: block; | |
575 | + position: absolute; | |
576 | + left: 50%; | |
577 | + width: 99px; | |
578 | + margin-left: -48px; | |
579 | + padding: 0; | |
578 | 580 | font-size: 13px; |
579 | 581 | text-shadow: 1px 1px 1px #d17508; |
580 | 582 | font-weight: bold; | ... | ... |