From 95b99090a20ca791504ddcd9689bdecb028959df Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 7 Feb 2017 15:38:18 +0200 Subject: [PATCH] -collection --- common/modules/product/widgets/views/product_smart_similar.php | 21 +++++++++++---------- frontend/web/css/css_header.css | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/common/modules/product/widgets/views/product_smart_similar.php b/common/modules/product/widgets/views/product_smart_similar.php index 750a95a..72ea51a 100755 --- a/common/modules/product/widgets/views/product_smart_similar.php +++ b/common/modules/product/widgets/views/product_smart_similar.php @@ -30,22 +30,23 @@ -
- name, - [ - 'catalog/product', - 'product' => $product->alias, - ] - ) ?> -
+ +name, +// [ +// 'catalog/product', +// 'product' => $product->alias, +// ] +// ) ?> + -
+ diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index da558d8..6db444b 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -27035,4 +27035,27 @@ ul.product-special li.promo div { .new_collection .price { text-align: center !important; margin-top: 11px !important; +} +.title_name-collect { + text-align: center; +} +.title-name_ a p { + font-size: 16px; + width: 100%; + + overflow: hidden; + float: left; + + font-weight: 700; + height: 39px; + line-height: 19px; + text-transform: none; +} +.title-name_ a p:first-child { + font-size: 14px; + line-height: 13px; + height: 26px; + text-transform: lowercase; + font-weight: normal; + } \ No newline at end of file -- libgit2 0.21.4