]> p2p-next.cs.pub.ro Git - living-lab-site.git/commitdiff
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 9d7813f4de199ab392640f7877c2c97ff6752d3d..1e046e4a4dbac737fb35e309de1c6a0f38c3c15e 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 7f941ea3f0c359a8632d574965d2f5076cb11df9..93e58c6877ec350cfe92c3fa1c85114b39c0d184 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
+}