From 71ea5e00a7622669e46c444091091a4c021d4333 Mon Sep 17 00:00:00 2001 From: P2P-Next Koala Date: Sat, 10 Sep 2011 14:10:44 +0300 Subject: [PATCH] videos per row browsing changed from 4 to 5 --- application/config/p2p-tube.php | 4 ++-- css/catalog.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index 9d7813f..1e046e4 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -100,7 +100,7 @@ $config['categories'] = array(1 => 'movies', 2 => 'tech-talks', 3 => 'events', 4 | The number of video icons shown per page (as in catalog/category). | */ -$config['videos_per_page'] = 16; +$config['videos_per_page'] = 20; /* |-------------------------------------------------------------------------- @@ -110,7 +110,7 @@ $config['videos_per_page'] = 16; | The number of video icons shown on a single line (as in home page). | */ -$config['videos_per_row'] = 4; +$config['videos_per_row'] = 5; /* |-------------------------------------------------------------------------- diff --git a/css/catalog.css b/css/catalog.css index 7f941ea..93e58c6 100644 --- a/css/catalog.css +++ b/css/catalog.css @@ -34,7 +34,7 @@ float: left; width: 146px; height: 170px; - margin-right: 8px; + margin-right: 4px; } .video-icon .video-thumb @@ -85,4 +85,4 @@ .video-icon .video-username { font-size: 1em; -} \ No newline at end of file +} -- 2.20.1