Commit 8b4b2c7c8a9da583919610a82b79339e8913a7d0

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

first

Showing 1 changed file with 25 additions and 0 deletions   Show diff stats
frontend/web/css/vacancies.css
... ... @@ -569,4 +569,29 @@ a.special-talents-text-2-img:hover {
569 569 background: #fff;
570 570 border: none;
571 571 border-bottom: 1px solid #1d275b;
  572 +}
  573 +.vacancies_form input[type="submit"] {
  574 + display: inline-block;
  575 + vertical-align: top;
  576 + margin: 0;
  577 + padding: 7px 15px;
  578 + font-size: 13px;
  579 + text-shadow: 1px 1px 1px #d17508;
  580 + font-weight: bold;
  581 + color: #fff;
  582 + cursor: pointer;
  583 + border: none;
  584 + border-bottom: 3px solid #cf6100;
  585 + border-radius: 2px 2px 0 0;
  586 + -moz-border-radius: 2px 2px 0 0;
  587 + -webkit-border-radius: 2px 2px 0 0;
  588 + background: #ff9f00;
  589 + background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  590 + background: -moz-linear-gradient(top, #ff9f00 0%, #ff7500 100%);
  591 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f00), color-stop(100%,#ff7800));
  592 + background: -webkit-linear-gradient(top, #ff9f00 0%,#ff7500 100%);
  593 + background: -o-linear-gradient(top, #ff9f00 0%,#ff7500 100%);
  594 + background: -ms-linear-gradient(top, #ff9f00 0%,#ff7500 100%);
  595 + background: linear-gradient(to bottom, #ff9f00 0%,#ff7500 100%);
  596 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f00', endColorstr='#ff7500',GradientType=0 );
572 597 }
573 598 \ No newline at end of file
... ...