From 0db373a8622f2d37eee76e472cb836c465f44c92 Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 24 May 2016 10:27:15 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5e09de7..0d70659 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -166,13 +166,17 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f .bread-crumbs{padding:0 0 0 20px;border-bottom:1px solid #d2d2d2; height: 29px;} .bread-crumbs ul{list-style:none;margin:0 0 0 0;padding:0; height: 29px;} -.bread-crumbs ul li{float:left;padding-right:5px;height: 100%; line-height: 29px; color: #7d7d7d} +.bread-crumbs ul li{float:left;padding-left:20px;height: 100%; line-height: 29px; color: #7d7d7d; position: relative} +.bread-crumbs ul li:first-child {padding-left: 0} .bread-crumbs ul li a {font-size: 12px; display: block; color: #7d7d7d} .bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{font-size:14px;color:#7d7d7d;text-decoration:underline;} .bread-crumbs ul li a:hover{color:#464646;text-decoration: none;} .breadcrumb > li + li:before { color: #ccc; content: "/"; + position: absolute; + top: 0; + left: 8px; } @@ -1076,3 +1080,57 @@ ul.product-special li.promo:after { padding-top: 0; } +.irs-slider { + width: 13px; + height: 13px; + top: 25px; + border-radius: 100%; + box-shadow: none; + border: 1px solid #d2d2d2; + background: #ffffff; + background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); + background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%); + background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); +} +.irs-slider.state_hover, .irs-slider:hover { + background: #ffffff; +} +.irs-slider:after { + display: none; +} +.irs-slider:before { + content: ""; + position: absolute; + width: 5px; + height: 5px; + z-index: 2; + border: 1px solid #d2d2d2; + border-radius: 100%; + background: #799920; + top: 3px; + left: 3px; +} +.irs-bar { + height: 3px; + top: 30px; +} +.irs-line { + height: 9px; + background: #ebebeb; + border: 1px solid #d2d2d2; + top: 27px; +} +.irs-line:before { + width: 166px; + height: 5px; + position: absolute; + content: ''; + top: 2px; + left: 2px; + background: #d2d2d2; + border-radius: 5px; +} +.irs-min, .irs-max {display: none;} +.irs {height: 49px;} +.price_filter.first_price_li {margin-top: 8px;} \ No newline at end of file -- libgit2 0.21.4