Skip to:
Content

BuddyPress.org

Changeset 6795


Ignore:
Timestamp:
02/15/2013 11:37:59 AM (12 years ago)
Author:
johnjamesjacoby
Message:

bp-legacy tweaks:

  • Remove fashionable yellow bubble from .activity spans, to help it blend with more themes.
  • Tweak padding/margins for .activity spans.
  • Relocate group type into h2, for consistency with single users item header.
Location:
trunk/bp-templates/bp-legacy
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

    r6284 r6795  
    3939
    4040<div id="item-header-content">
    41     <h2><a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>"><?php bp_group_name(); ?></a></h2>
    42     <span class="highlight"><?php bp_group_type(); ?></span> <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
     41    <h2><a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>"><?php bp_group_name(); ?></a> <span class="highlight">(<?php bp_group_type(); ?>)</span></h2>
     42    <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
    4343
    4444    <?php do_action( 'bp_before_group_header_meta' ); ?>
  • trunk/bp-templates/bp-legacy/buddypress/members/single/member-header.php

    r6414 r6795  
    2222<div id="item-header-content">
    2323
    24     <span class="user-nicename">@<?php bp_displayed_user_username(); ?></span>
     24    <h2 class="user-nicename">@<?php bp_displayed_user_username(); ?></h2>
    2525    <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    2626
  • trunk/bp-templates/bp-legacy/css/buddypress.css

    r6794 r6795  
    996996    font-size: 80%;
    997997    opacity: 0.8;
    998     padding: 1px 8px;
     998    padding: 0;
    999999}
    10001000#buddypress span.user-nicename {
     
    10041004    font-weight: bold;
    10051005}
    1006 #buddypress span.activity,
    10071006#buddypress div#message p {
    10081007    border: 1px solid #e1ca82;
     
    10431042    margin-bottom: 5px;
    10441043}
    1045 #buddypress div#item-header span.activity,
    10461044#buddypress div#item-header h2 span.highlight {
    1047     font-size: 80%;
     1045    font-size: 60%;
    10481046    font-weight: normal;
    10491047    line-height: 170%;
    1050     margin-bottom: 7px;
    10511048    vertical-align: middle;
     1049    display: inline-block;
    10521050}
    10531051#buddypress div#item-header h2 span.highlight span {
     
    11501148    color: #888;
    11511149    font-size: 80%;
    1152     margin: 10px 0 0 64px;
     1150    margin: 10px 0 0 60px;
    11531151    width: 50%;
    11541152}
     
    13011299}
    13021300#buddypress div#message-thread strong span.activity {
    1303     margin: 4px 0 0 10px;
     1301    margin-top: 4px;
    13041302}
    13051303#buddypress div#message-thread div.message-metadata {
Note: See TracChangeset for help on using the changeset viewer.