]> git.mxchange.org Git - friendica.git/commitdiff
moved contact group header out of scrolling div so it doens't vanish whenlot
authorDevlon Duthie <duthied@gmail.com>
Sun, 25 Sep 2011 19:08:08 +0000 (14:08 -0500)
committerDevlon Duthie <duthied@gmail.com>
Sun, 25 Sep 2011 19:08:08 +0000 (14:08 -0500)
more css tweaks

mod/group.php
view/theme/testbubble/style.css

index 981796f67efe6a0674dbd5fd21d3b61d45b53ea7..ca163902ca685d127ca4163eaaf11123428980c6 100644 (file)
@@ -176,8 +176,8 @@ function group_content(&$a) {
        if($change) 
                $o = '';
 
-       $o .= '<div id="group-members">';
        $o .= '<h3>' . t('Members') . '</h3>';
+       $o .= '<div id="group-members">';
        $textmode = (($switchtotext && (count($members) > $switchtotext)) ? true : false);
        foreach($members as $member) {
                if($member['url']) {
@@ -190,9 +190,10 @@ function group_content(&$a) {
 
        $o .= '</div><div id="group-members-end"></div>';
        $o .= '<hr id="group-separator" />';
+       
+       $o .= '<h3>' . t('All Contacts') . '</h3>';
        $o .= '<div id="group-all-contacts">';
 
-               $o .= '<h3>' . t('All Contacts') . '</h3>';
                $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `blocked` = 0 and `pending` = 0 and `self` = 0 ORDER BY `name` ASC",
                        intval(local_user())
                );
index 367cfc774644c11307d3bad724cf33fb51605561..333113136143ee7b0bcf1a6548485e9df8d71e0e 100644 (file)
@@ -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;