videos per row browsing changed from 4 to 5
authorP2P-Next Koala <p2p-next@koala.cs.pub.ro>
Sat, 10 Sep 2011 11:10:44 +0000 (14:10 +0300)
committerP2P-Next Koala <p2p-next@koala.cs.pub.ro>
Sat, 10 Sep 2011 11:10:44 +0000 (14:10 +0300)
application/config/p2p-tube.php
css/catalog.css

index 9d7813f..1e046e4 100644 (file)
@@ -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;
 
 /*
 |--------------------------------------------------------------------------
index 7f941ea..93e58c6 100644 (file)
@@ -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
+}