From 66d4dd0ea18b973a0d3836a9474e8aa1355cc946 Mon Sep 17 00:00:00 2001 From: icemate Date: Mon, 18 Apr 2016 17:27:56 +0300 Subject: [PATCH] git --- frontend/web/css/style.css | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index b48fc3c..2e39d66 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2536,6 +2536,7 @@ input[type=file]::-webkit-file-upload-button { background-color: transparent; margin-bottom: 16px; padding-left: 8px; + margin-top: 5px; } .search-work-form select option:first-child{border-top: none} @@ -4662,7 +4663,7 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m outline: none; } .custom-input-2.fix-input-2 {width: 100%} -.custom-input-2:focus, .selectize-input input:focus {border: 1px solid #dcdcdc;box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s; outline: none} +.custom-input-2:focus, .selectize-input input:focus, .search-work-form select:focus {border: 1px solid #dcdcdc;box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s; outline: none} .input-blocks select {margin-top: 5px} .input-blocks label, .skills-title { font-size: 13px; @@ -6761,6 +6762,25 @@ li.active-menu-admin .ico_num { li.active-menu-admin:hover a .ico_num { color: #62b8ef !important; } -#projectsearch-contractual { +/***form-rating***/ +.search-work-form .ui-widget { + height: 1px; + border: 0; + background: #0072bc; +} +.search-work-form .ui-state-default { + background: #0072bc; + border-radius: 100%; + outline: none; + margin-top: -5px; +} +.search-work-form .ui-state-hover { + background: #0072bc; +} +.search-work-form #w0-rating { + font-family: inherit; + font-size: 13px; + color: inherit; +} +/*****************/ -} \ No newline at end of file -- libgit2 0.21.4