From: P2P-Next Koala Date: Sat, 10 Sep 2011 11:10:44 +0000 (+0300) Subject: videos per row browsing changed from 4 to 5 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=commitdiff_plain;h=71ea5e00a7622669e46c444091091a4c021d4333 videos per row browsing changed from 4 to 5 --- 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 +}