mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
add some style to the widget
This commit is contained in:
parent
0f7008a02e
commit
7b59ea7b13
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ function widget_friends_content(&$a, &$o, $conf){
|
|||
if(!count($r)) return;
|
||||
$a->profile = $r[0];
|
||||
|
||||
$o .= "<style>
|
||||
.f9k_widget .contact-block-div { display: block !important; float: left!important; width: 50px!important; height: 50px!important; margin: 2px!important;}
|
||||
.f9k_widget #contact-block-end { clear: left; }
|
||||
</style>";
|
||||
$o .= _abs_url(contact_block());
|
||||
$o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendika!') ."</a>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue