Commit 761f904f84f538176436f235f42274b8a84177b6

Authored by Виталий
1 parent 773bcc8f

Веталь

frontend/views/layouts/main.php
... ... @@ -58,7 +58,7 @@
58 58 $this->registerJs("
59 59 $('.jcarousel').jcarousel({
60 60 vertical: true,
61   - scroll: 2
  61 + scroll: 1
62 62 });
63 63 ", View::POS_READY);
64 64  
... ...
frontend/web/css/style.css
... ... @@ -916,4 +916,7 @@ a.active{font-weight:bold;text-decoration: underline;}
916 916 max-height: 38px;
917 917 border: 0;
918 918 vertical-align: middle;
  919 +}
  920 +.jcarousel-skin-tango .jcarousel-clip-vertical {
  921 + height: 175px;
919 922 }
920 923 \ No newline at end of file
... ...