Commit 0db373a8622f2d37eee76e472cb836c465f44c92
1 parent
f03c71f1
Веталь
Showing
1 changed file
with
59 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
| @@ -166,13 +166,17 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f | @@ -166,13 +166,17 @@ a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;f | ||
| 166 | 166 | ||
| 167 | .bread-crumbs{padding:0 0 0 20px;border-bottom:1px solid #d2d2d2; height: 29px;} | 167 | .bread-crumbs{padding:0 0 0 20px;border-bottom:1px solid #d2d2d2; height: 29px;} |
| 168 | .bread-crumbs ul{list-style:none;margin:0 0 0 0;padding:0; height: 29px;} | 168 | .bread-crumbs ul{list-style:none;margin:0 0 0 0;padding:0; height: 29px;} |
| 169 | -.bread-crumbs ul li{float:left;padding-right:5px;height: 100%; line-height: 29px; color: #7d7d7d} | 169 | +.bread-crumbs ul li{float:left;padding-left:20px;height: 100%; line-height: 29px; color: #7d7d7d; position: relative} |
| 170 | +.bread-crumbs ul li:first-child {padding-left: 0} | ||
| 170 | .bread-crumbs ul li a {font-size: 12px; display: block; color: #7d7d7d} | 171 | .bread-crumbs ul li a {font-size: 12px; display: block; color: #7d7d7d} |
| 171 | .bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{font-size:14px;color:#7d7d7d;text-decoration:underline;} | 172 | .bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{font-size:14px;color:#7d7d7d;text-decoration:underline;} |
| 172 | .bread-crumbs ul li a:hover{color:#464646;text-decoration: none;} | 173 | .bread-crumbs ul li a:hover{color:#464646;text-decoration: none;} |
| 173 | .breadcrumb > li + li:before { | 174 | .breadcrumb > li + li:before { |
| 174 | color: #ccc; | 175 | color: #ccc; |
| 175 | content: "/"; | 176 | content: "/"; |
| 177 | + position: absolute; | ||
| 178 | + top: 0; | ||
| 179 | + left: 8px; | ||
| 176 | } | 180 | } |
| 177 | 181 | ||
| 178 | 182 | ||
| @@ -1076,3 +1080,57 @@ ul.product-special li.promo:after { | @@ -1076,3 +1080,57 @@ ul.product-special li.promo:after { | ||
| 1076 | padding-top: 0; | 1080 | padding-top: 0; |
| 1077 | 1081 | ||
| 1078 | } | 1082 | } |
| 1083 | +.irs-slider { | ||
| 1084 | + width: 13px; | ||
| 1085 | + height: 13px; | ||
| 1086 | + top: 25px; | ||
| 1087 | + border-radius: 100%; | ||
| 1088 | + box-shadow: none; | ||
| 1089 | + border: 1px solid #d2d2d2; | ||
| 1090 | + background: #ffffff; | ||
| 1091 | + background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); | ||
| 1092 | + background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%); | ||
| 1093 | + background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%); | ||
| 1094 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); | ||
| 1095 | +} | ||
| 1096 | +.irs-slider.state_hover, .irs-slider:hover { | ||
| 1097 | + background: #ffffff; | ||
| 1098 | +} | ||
| 1099 | +.irs-slider:after { | ||
| 1100 | + display: none; | ||
| 1101 | +} | ||
| 1102 | +.irs-slider:before { | ||
| 1103 | + content: ""; | ||
| 1104 | + position: absolute; | ||
| 1105 | + width: 5px; | ||
| 1106 | + height: 5px; | ||
| 1107 | + z-index: 2; | ||
| 1108 | + border: 1px solid #d2d2d2; | ||
| 1109 | + border-radius: 100%; | ||
| 1110 | + background: #799920; | ||
| 1111 | + top: 3px; | ||
| 1112 | + left: 3px; | ||
| 1113 | +} | ||
| 1114 | +.irs-bar { | ||
| 1115 | + height: 3px; | ||
| 1116 | + top: 30px; | ||
| 1117 | +} | ||
| 1118 | +.irs-line { | ||
| 1119 | + height: 9px; | ||
| 1120 | + background: #ebebeb; | ||
| 1121 | + border: 1px solid #d2d2d2; | ||
| 1122 | + top: 27px; | ||
| 1123 | +} | ||
| 1124 | +.irs-line:before { | ||
| 1125 | + width: 166px; | ||
| 1126 | + height: 5px; | ||
| 1127 | + position: absolute; | ||
| 1128 | + content: ''; | ||
| 1129 | + top: 2px; | ||
| 1130 | + left: 2px; | ||
| 1131 | + background: #d2d2d2; | ||
| 1132 | + border-radius: 5px; | ||
| 1133 | +} | ||
| 1134 | +.irs-min, .irs-max {display: none;} | ||
| 1135 | +.irs {height: 49px;} | ||
| 1136 | +.price_filter.first_price_li {margin-top: 8px;} | ||
| 1079 | \ No newline at end of file | 1137 | \ No newline at end of file |