From 869aec6f2be610029c05cbfd6229a804ba6d7ce4 Mon Sep 17 00:00:00 2001 From: Веталь Date: Fri, 22 Apr 2016 14:57:00 +0300 Subject: [PATCH] git --- frontend/web/css/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7e7c9f2..095779b 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -3116,6 +3116,31 @@ input[type=file]::-webkit-file-upload-button { box-sizing: border-box; padding-left: 21px; line-height: 30px; + overflow: hidden; + white-space: nowrap; + position: relative; +} +.portfolio-project-blocks-tags:before { + ontent: ''; + position: absolute; + width: 7px; + height: 100%; + right: 14px; + top: 0; + opacity: 1; + background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); + background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); + background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); +} +.portfolio-project-blocks-tags:after { + content: ''; + position: absolute; + width:20px; + height: 100%; + right: 0; + top:0; + background: #fff; } .portfolio-project-blocks-tags a { font-size: 13px; @@ -6942,4 +6967,5 @@ li.active-menu-admin:hover a .ico_num { width: 100%; float: left; margin-bottom: 16px; + } \ No newline at end of file -- libgit2 0.21.4