From 8b4b2c7c8a9da583919610a82b79339e8913a7d0 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 17:11:05 +0200 Subject: [PATCH] first --- frontend/web/css/vacancies.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/vacancies.css b/frontend/web/css/vacancies.css index 2fa7667..85966d7 100644 --- a/frontend/web/css/vacancies.css +++ b/frontend/web/css/vacancies.css @@ -569,4 +569,29 @@ a.special-talents-text-2-img:hover { background: #fff; border: none; border-bottom: 1px solid #1d275b; +} +.vacancies_form input[type="submit"] { + display: inline-block; + vertical-align: top; + margin: 0; + padding: 7px 15px; + font-size: 13px; + text-shadow: 1px 1px 1px #d17508; + font-weight: bold; + color: #fff; + cursor: pointer; + border: none; + border-bottom: 3px solid #cf6100; + border-radius: 2px 2px 0 0; + -moz-border-radius: 2px 2px 0 0; + -webkit-border-radius: 2px 2px 0 0; + background: #ff9f00; + background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); + background: -moz-linear-gradient(top, #ff9f00 0%, #ff7500 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f00), color-stop(100%,#ff7800)); + background: -webkit-linear-gradient(top, #ff9f00 0%,#ff7500 100%); + background: -o-linear-gradient(top, #ff9f00 0%,#ff7500 100%); + background: -ms-linear-gradient(top, #ff9f00 0%,#ff7500 100%); + background: linear-gradient(to bottom, #ff9f00 0%,#ff7500 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f00', endColorstr='#ff7500',GradientType=0 ); } \ No newline at end of file -- libgit2 0.21.4