mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
author collapse: close off before pagination
This commit is contained in:
parent
77fbd2f78c
commit
1f6c6c466a
2 changed files with 9 additions and 0 deletions
|
@ -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>';
|
||||
}
|
||||
|
|
|
@ -51,6 +51,11 @@ blockquote:before {
|
|||
content: '>> ';
|
||||
}
|
||||
|
||||
.icollapse-wrapper, .ccollapse-wrapper {
|
||||
border: 1px solid #CCC;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#panel {
|
||||
background-color: ivory;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue