diff options
Diffstat (limited to 'addon/widgets/widgets.php')
-rw-r--r-- | addon/widgets/widgets.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addon/widgets/widgets.php b/addon/widgets/widgets.php index 98567753d..7c75c6667 100644 --- a/addon/widgets/widgets.php +++ b/addon/widgets/widgets.php @@ -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>"; |