From a8b15d40c093a6371822530a6d42c69470e9c200 Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 24 May 2016 17:26:13 +0300 Subject: [PATCH] Веталь --- frontend/views/basket/index.php | 1 + frontend/web/css/style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index 3803c93..3ddee53 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -60,6 +60,7 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ text?> field($modelOrder, 'delivery') ->radioList(ArrayHelper::map(Delivery::find()->where(['parent_id'=>$item->id])->asArray()->all(), 'id', 'title'), [ + 'id'=> 'order-delivery-childs', 'item' => function($index, $label, $name, $checked, $value) { $return = '
'; $return .= ''; diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 59354a6..cd21d6c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1294,4 +1294,12 @@ ul.product-special li.promo:after { font-size: 12px!important; float: left; border-radius: 0 !important; +} +.info.product-thumb-video { + width: 100%; + height: 100%; +} +.info.product-thumb-video iframe { + width: 100% !important; + height: 100% !important; } \ No newline at end of file -- libgit2 0.21.4