author collapse: close off before pagination
This commit is contained in:
parent
77fbd2f78c
commit
1f6c6c466a
|
@ -546,6 +546,10 @@ function network_content(&$a, $update = 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! $update) {
|
if(! $update) {
|
||||||
|
if($blowhard_count > 3)
|
||||||
|
$o .= '</div>';
|
||||||
|
|
||||||
|
|
||||||
$o .= paginate($a);
|
$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>';
|
$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: '>> ';
|
content: '>> ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icollapse-wrapper, .ccollapse-wrapper {
|
||||||
|
border: 1px solid #CCC;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#panel {
|
#panel {
|
||||||
background-color: ivory;
|
background-color: ivory;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue