Skip to:
Content

BuddyPress.org

Changeset 2585


Ignore:
Timestamp:
02/04/2010 12:31:13 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1798

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2571 r2585  
    449449    clear: left;
    450450    overflow: hidden;
    451     margin: 25px -20px 5px -20px;
     451    margin: 25px -20px 20px -20px;
    452452    background: #eaeaea;
    453453}
     
    525525    div.item-list-tabs#subnav {
    526526        background: #fff;
    527         margin: 0 -20px 15px -20px;
     527        margin: -15px -20px 15px -20px;
    528528        border-bottom: 1px solid #eaeaea;
    529529        min-height: 35px;
     
    575575
    576576div.pagination {
    577     margin: 0 -20px 9px -20px;
     577    margin: -15px -20px 9px -20px;
    578578    border-bottom: 1px solid #eaeaea;
    579579    padding: 10px 20px 10px 20px;
     
    588588        padding: 8px 15px;
    589589    }
    590         div#item-body div.item-list-tabs + div div.pagination {
    591             margin-top: -15px;
    592         }
    593590
    594591    div.pagination .pag-count {
     
    848845    }
    849846
    850     table.profile-fields { margin-bottom: 20px;}
     847    table.profile-fields { margin-bottom: 20px; }
    851848
    852849    div#sidebar table {
  • trunk/bp-themes/bp-default/members/single/profile/profile-loop.php

    r2558 r2585  
    1212
    1313                <div class="bp-widget <?php bp_the_profile_group_slug() ?>">
    14                     <h4><?php bp_the_profile_group_name() ?></h4>
     14                    <?php if ( 1 != bp_get_the_profile_group_id() ) : ?>
     15                        <h4><?php bp_the_profile_group_name() ?></h4>
     16                    <?php endif; ?>
    1517
    1618                    <table class="profile-fields">
Note: See TracChangeset for help on using the changeset viewer.