From c17fb8de584b6b03a519d3e16445f64871c82915 Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 7 Feb 2017 14:39:06 +0200 Subject: [PATCH] -collection --- common/modules/product/widgets/views/product_smart_similar.php | 10 +++++----- frontend/web/css/css_header.css | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/common/modules/product/widgets/views/product_smart_similar.php b/common/modules/product/widgets/views/product_smart_similar.php index ee3aa41..bfe266b 100755 --- a/common/modules/product/widgets/views/product_smart_similar.php +++ b/common/modules/product/widgets/views/product_smart_similar.php @@ -30,7 +30,7 @@ -
+
name, [ 'catalog/product', @@ -48,7 +48,7 @@ Код: variant->sku?>
-
+
formatter->asDecimal($product->variant->price); @@ -72,9 +72,9 @@ */ ?>
-
-
-
+ + +
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index eb61012..26b5522 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -27004,4 +27004,31 @@ ul.product-special li.promo div { } .new_collection .info_icons { display: block !important; + position: relative !important; + bottom:auto !important; + right: auto !important; + box-shadow: 0 !important; +} +.new_collection .wrapper { + overflow: visible !important; + border: 1px solid #f5f5f5; + position: relative !important; + left: auto !important; + top: auto !important; + border-radius: 0 !important; + padding: 0 !important; + margin: 0 !important; + box-shadow: none !important; + height: 100% !important; + min-height: auto !important; +} + +.new_collection .catalog_item .wrapper:hover { + height: auto !important; + min-height: auto !important; + + +} +.new_collection .catalog_item { + height: 400px !important; } \ No newline at end of file -- libgit2 0.21.4