diff --git a/mod/group.php b/mod/group.php
index 981796f67..ca163902c 100644
--- a/mod/group.php
+++ b/mod/group.php
@@ -176,8 +176,8 @@ function group_content(&$a) {
if($change)
$o = '';
- $o .= '
';
$o .= '
' . t('Members') . '
';
+ $o .= '
';
$textmode = (($switchtotext && (count($members) > $switchtotext)) ? true : false);
foreach($members as $member) {
if($member['url']) {
@@ -190,9 +190,10 @@ function group_content(&$a) {
$o .= '
';
$o .= '
';
+
+ $o .= '
' . t('All Contacts') . '
';
$o .= '
';
- $o .= '
' . t('All Contacts') . '
';
$r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `blocked` = 0 and `pending` = 0 and `self` = 0 ORDER BY `name` ASC",
intval(local_user())
);
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css
index 367cfc774..333113136 100644
--- a/view/theme/testbubble/style.css
+++ b/view/theme/testbubble/style.css
@@ -722,7 +722,8 @@ ul .sidebar-group-li img{
}
#character-counter {
- float: left; padding: 8px 10px;
+ /*float: left; padding: 8px 10px;*/
+ position: absolute: right: 100px; top:100px;
}
#profile-rotator-wrapper {
float: right;