From f178ccd290195789210b8f1869c265a4c4451d5d Mon Sep 17 00:00:00 2001 From: icemate Date: Thu, 4 Feb 2016 18:02:24 +0200 Subject: [PATCH] tokar commit --- frontend/web/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index cefd178..9ae8858 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -153,8 +153,27 @@ ul.header-contacts-menu li:last-child a { font-size: 13px; transition: 0.3s; margin-left: 14px; + width: 102px; + overflow: hidden; + position: relative; + height: 15px; + white-space: nowrap; } .header-cabinet-wr a:hover{opacity: 0.9} +.header-cabinet-wr a:before{ + content: ''; + height: 15px; + width: 15px; + background: #fff; + opacity: 0.5; + position: absolute; + top: 0; + right: 0; + background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); + background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); + background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); +} ul.main-menu { width: 620px; float: left; -- libgit2 0.21.4