diff --git a/frontend/views/basket/ajax_items.php b/frontend/views/basket/ajax_items.php index f571cf4..77c89ca 100755 --- a/frontend/views/basket/ajax_items.php +++ b/frontend/views/basket/ajax_items.php @@ -9,7 +9,7 @@ use yii\helpers\Html;
field($item,'['.$i.']id')->hiddenInput()->label(false); ?>
-
+
imageUrl, 'product_basket')?>
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 0aa85b8..527c435 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1475,4 +1475,11 @@ input.custom-radio + label:hover { content: ''; bottom: -27px; left: 0; -} \ No newline at end of file +} +.img_ajax_basket img { + margin-right: 0!important; + max-width: 90px; + max-height: 90px; + vertical-align: middle; +} +.jcarousel-skin-tango>li{display: none;} \ No newline at end of file -- libgit2 0.21.4