Commit dcc3d1ce9178586559b5bab6865ea286b66c2d12
1 parent
9a9e904a
git
Showing
1 changed file
with
13 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
@@ -2157,6 +2157,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -2157,6 +2157,7 @@ input[type=file]::-webkit-file-upload-button { | ||
2157 | line-height: 38px; | 2157 | line-height: 38px; |
2158 | text-decoration: none; | 2158 | text-decoration: none; |
2159 | color: inherit; | 2159 | color: inherit; |
2160 | + font-size: 13px; | ||
2160 | } | 2161 | } |
2161 | 2162 | ||
2162 | .active-menu-content { | 2163 | .active-menu-content { |
@@ -2453,7 +2454,7 @@ input[type=file]::-webkit-file-upload-button { | @@ -2453,7 +2454,7 @@ input[type=file]::-webkit-file-upload-button { | ||
2453 | .performance-vacancy-sidebar-stars { | 2454 | .performance-vacancy-sidebar-stars { |
2454 | margin-top: 24px | 2455 | margin-top: 24px |
2455 | } | 2456 | } |
2456 | - | 2457 | +.performance-vacancy-sidebar-stars .rating-container {height: 19px} |
2457 | /****perform-vacancy-page****/ | 2458 | /****perform-vacancy-page****/ |
2458 | .performer-vacancy-list { | 2459 | .performer-vacancy-list { |
2459 | border-bottom: 1px solid #dcdcdc; | 2460 | border-bottom: 1px solid #dcdcdc; |
@@ -2596,7 +2597,17 @@ input[type=file]::-webkit-file-upload-button { | @@ -2596,7 +2597,17 @@ input[type=file]::-webkit-file-upload-button { | ||
2596 | .section-box-16 { | 2597 | .section-box-16 { |
2597 | height: 380px; | 2598 | height: 380px; |
2598 | } | 2599 | } |
2599 | - | 2600 | +.section-box-16:before { |
2601 | + position: absolute; | ||
2602 | + top:0; | ||
2603 | + left: 0; | ||
2604 | + width: 100%; | ||
2605 | + height: 100%; | ||
2606 | + background: #000; | ||
2607 | + opacity: 0.6; | ||
2608 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; | ||
2609 | + content: ''; | ||
2610 | +} | ||
2600 | .blog-buttons-wr { | 2611 | .blog-buttons-wr { |
2601 | margin-top: 305px; | 2612 | margin-top: 305px; |
2602 | width: 526px; | 2613 | width: 526px; |