From 761f904f84f538176436f235f42274b8a84177b6 Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 23 May 2016 11:34:58 +0300 Subject: [PATCH] Веталь --- frontend/views/layouts/main.php | 2 +- frontend/web/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index c14411c..9ce95b1 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -58,7 +58,7 @@ $this->registerJs(" $('.jcarousel').jcarousel({ vertical: true, - scroll: 2 + scroll: 1 }); ", View::POS_READY); diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 80f9fb7..23c102d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -916,4 +916,7 @@ a.active{font-weight:bold;text-decoration: underline;} max-height: 38px; border: 0; vertical-align: middle; +} +.jcarousel-skin-tango .jcarousel-clip-vertical { + height: 175px; } \ No newline at end of file -- libgit2 0.21.4