From 4e20bd86a81aca810c9573abc76239f46388642b Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 7 Feb 2017 17:05:42 +0200 Subject: [PATCH] -collection --- frontend/web/css/css_header.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 103205f..e0ea8b9 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -27078,6 +27078,21 @@ ul.product-special li.promo div { float: left; padding-bottom: 0 !important; } +.new_collection .img { + height: 205px !important; + display: table !important; + width: 100% !important; +} +.new_collection .img a { + display: table-cell !important; + vertical-align: middle !important; + height: 205px !important; +} +.new_collection .img img { + max-height: 205px !important; + max-width: 205px !important; + vertical-align: middle; +} #collection {font-size: 24px; color: #4b4b4b;} @media(max-width: 1200px){ .collection .catalog_product_list.view_table.new_collection .catalog_item { -- libgit2 0.21.4