From dcc3d1ce9178586559b5bab6865ea286b66c2d12 Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 10 May 2016 16:51:37 +0300 Subject: [PATCH] git --- frontend/web/css/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index dc88807..50c8143 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2157,6 +2157,7 @@ input[type=file]::-webkit-file-upload-button { line-height: 38px; text-decoration: none; color: inherit; + font-size: 13px; } .active-menu-content { @@ -2453,7 +2454,7 @@ input[type=file]::-webkit-file-upload-button { .performance-vacancy-sidebar-stars { margin-top: 24px } - +.performance-vacancy-sidebar-stars .rating-container {height: 19px} /****perform-vacancy-page****/ .performer-vacancy-list { border-bottom: 1px solid #dcdcdc; @@ -2596,7 +2597,17 @@ input[type=file]::-webkit-file-upload-button { .section-box-16 { height: 380px; } - +.section-box-16:before { + position: absolute; + top:0; + left: 0; + width: 100%; + height: 100%; + background: #000; + opacity: 0.6; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; + content: ''; +} .blog-buttons-wr { margin-top: 305px; width: 526px; -- libgit2 0.21.4