]> git.mxchange.org Git - friendica.git/commitdiff
author collapse: close off before pagination
authorFriendika <info@friendika.com>
Mon, 28 Mar 2011 07:49:20 +0000 (00:49 -0700)
committerFriendika <info@friendika.com>
Mon, 28 Mar 2011 07:49:20 +0000 (00:49 -0700)
mod/network.php
view/theme/duepuntozero/style.css

index f68b399f8bf0af93cc7690d6af5ce60553b3d8cf..17d36dfb28d4609316c8091cfe315b5473cf33c4 100644 (file)
@@ -546,6 +546,10 @@ function network_content(&$a, $update = 0) {
        }
 
        if(! $update) {
+               if($blowhard_count > 3)
+                       $o .= '</div>';
+
+
                $o .= paginate($a);
                $o .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
        }
index 7ab85344d527b5958a1d7d5413c48278c58a15b1..0d89fa3b1c24c483646950147b05e7fbb07e6521 100644 (file)
@@ -51,6 +51,11 @@ blockquote:before {
        content: '>> ';
 }
 
+.icollapse-wrapper, .ccollapse-wrapper {
+       border: 1px solid #CCC;
+       padding: 5px;
+}
+
 #panel {
        background-color: ivory;
        position: absolute;