author collapse: close off before pagination

This commit is contained in:
Friendika 2011-03-28 00:49:20 -07:00
parent 77fbd2f78c
commit 1f6c6c466a
2 changed files with 9 additions and 0 deletions

View 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>';
}

View File

@ -51,6 +51,11 @@ blockquote:before {
content: '>> ';
}
.icollapse-wrapper, .ccollapse-wrapper {
border: 1px solid #CCC;
padding: 5px;
}
#panel {
background-color: ivory;
position: absolute;