| /* |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| .job-col { |
| margin: 0; |
| padding: 0; |
| } |
| |
| .job { |
| padding: 2px 8px 4px 8px; |
| min-height: 32px; |
| } |
| |
| .job-manager-header { |
| margin: -10px -10px 20px; |
| padding: 10px 15px 15px 15px; |
| background: white; |
| box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); |
| border-bottom: 1px solid #E5E5E5; |
| } |
| |
| .job-manager-header .header { |
| font-family: 'Roboto', sans-serif; |
| } |
| |
| .job-search-tool { |
| display: inline-block; |
| margin-left: 15px; |
| } |
| |
| #job-manager-header .job-search-tool .search-input { |
| margin-right: 7px; |
| min-width: 215px; |
| } |
| |
| #job-manager-header .job-search-tool .search-input > input { |
| font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
| border-radius: 4px; |
| font-size: 14px; |
| padding-left: 10px; |
| } |
| |
| #job-manager-header .job-search-tool .dropdown-toggle { |
| border-radius: 3px; |
| float: none; |
| min-width: 150px; |
| text-align: left; |
| margin-right: 5px; |
| } |
| |
| |
| #job-manager-header .job-search-tool .date-sort-button { |
| min-width: 180px; |
| } |
| |
| .job-search-tool .dropdown-text-desc { |
| color: gray; |
| font-weight: 400; |
| font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| } |
| |
| .job-search-tool .dropdown-text-value { |
| margin-left: 2px; |
| font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| } |
| |
| .search-tool-dropdown-content > li > a { |
| border-bottom: 1px solid #eee; |
| } |
| |
| .search-tool-dropdown-content > li:last-child > a { |
| border-bottom: none; |
| } |
| |
| .job-icon-desc-container { |
| display: inline-block; |
| margin-top: 10px; |
| margin-right: 30px; |
| float: right; |
| } |
| |
| .job-desc-icon { |
| margin-right: 3px; |
| } |
| |
| .job-pagination-container { |
| text-align: center; |
| margin-top: 50px; |
| padding-bottom: 100px; |
| } |
| |
| .job-counter { |
| float: right; |
| clear: both; |
| margin-left: 8px; |
| margin-top: 6px; |
| } |
| |
| .job-counter .job-counter-label { |
| color: gray; |
| } |
| |
| .job-counter .job-counter-value { |
| font-size: 15px; |
| font-weight: bold; |
| } |