Skip to:
Content

BuddyPress.org

Changeset 634


Ignore:
Timestamp:
12/06/2008 05:43:47 AM (16 years ago)
Author:
apeatling
Message:

Member theme updates to support r633

Location:
trunk/buddypress-theme/member-themes/buddypress-member
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/css/base.css

    r625 r634  
    162162    }
    163163
    164     #userbar .avatar, #userbar p#login-text {
     164    #userbar p.avatar {
     165        text-align: center !important;
     166        float: none;
     167        margin: 1em 0 0 0;
     168    }
     169
     170    #userbar img.avatar {
     171        margin: 0;
     172        float: none;
     173    }
     174
     175    #userbar p#login-text {
    165176        text-align: center;
    166177        margin: 0.4em 0;
     
    289300        margin-right: 0;
    290301    }
    291 
    292     #optionsbar .avatar {
    293         text-align: center;
    294         margin-top: 0.4em 0 !important;
     302   
     303    #optionsbar p.avatar {
     304        text-align: center !important;
     305        float: none;
     306        margin: 1em 0 0 0;
     307    }
     308
     309    #optionsbar img.avatar {
     310        margin: 0;
    295311        float: none;
    296312    }
     
    369385        }
    370386       
    371 
    372 
    373 
     387       
    374388/**************************
    375389 MAIN CONTENT
     
    512526            padding-left: 3.3em;
    513527        }
    514    
    515528
    516529/**************************
  • trunk/buddypress-theme/member-themes/buddypress-member/profile/index.php

    r581 r634  
    1010    <div class="left-menu">
    1111        <?php bp_the_avatar() ?>
    12 
    13         <?php if ( function_exists('bp_add_friend_button') ) : ?>
    14             <?php bp_add_friend_button() ?>
    15         <?php endif; ?>
     12       
     13        <div class="button-block">
     14            <?php if ( function_exists('bp_add_friend_button') ) : ?>
     15                <?php bp_add_friend_button() ?>
     16            <?php endif; ?>
     17           
     18            <?php if ( function_exists('bp_send_message_button') ) : ?>
     19                <?php bp_send_message_button() ?>
     20            <?php endif; ?>
     21        </div>
    1622    </div>
    1723
  • trunk/buddypress-theme/member-themes/buddypress-member/profile/profile-loop.php

    r566 r634  
    2626       
    2727    <?php endwhile; ?>
     28   
     29    <div class="button-block">
     30        <?php if ( bp_is_home() ) : ?>
     31            <?php bp_edit_profile_button() ?>
     32        <?php endif; ?>
     33    </div>
     34   
    2835<?php else: ?>
    2936   
Note: See TracChangeset for help on using the changeset viewer.