diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php
index ee9d62f..b911e9d 100755
--- a/frontend/views/catalog/product.php
+++ b/frontend/views/catalog/product.php
@@ -116,15 +116,17 @@ $this->registerJs ("
-
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index c17c933..ab81dfa 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -986,14 +986,14 @@ a.active{font-weight:bold;text-decoration: underline;}
margin: 0 0.5em;
list-style: none;
}
-.sort_block ul li a:after {
+.sort_block ul li a.asc:after, .sort_block ul li a.desc:after {
display: block;
- width: 10px;
- height: 10px;
+ width: 5px;
+ height: 3px;
position: absolute;
top: 50%;
- margin-top: -5px;
- right: -15px;
+ margin-top: -1px;
+ right: -10px;
content: '';
background: url("../img/arrow_sort_asc_desc.png") no-repeat;
}
@@ -1001,7 +1001,7 @@ a.active{font-weight:bold;text-decoration: underline;}
background-position: 0 0;
}
.sort_block ul li a.desc:after {
- background-position: 0 0;
+ background-position: 0 -3px;
}
/*************/
.home_banner_up {margin-top: 20px;}
@@ -1454,4 +1454,5 @@ input.custom-radio + label:hover {
margin-top: 8px;
float: left;
}
-.cont_shop_but-wr .submit4.bottom3 {float: right;}
\ No newline at end of file
+.cont_shop_but-wr .submit4.bottom3 {float: right;}
+._qqq_ .params {font-size: 12px;}
\ No newline at end of file
--
libgit2 0.21.4