Skip to:
Content

BuddyPress.org

Changeset 4808


Ignore:
Timestamp:
07/22/2011 08:19:12 PM (15 years ago)
Author:
djpaul
Message:

Tweak 'in reply to' styling on activity stream, and improve i18n. See #3241

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

Legend:

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

    r4807 r4808  
    11531153.activity-list li .activity-inreplyto {
    11541154        background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
    1155         color: #bbb;
     1155        color: #888;
    11561156        font-size: 11px;
    11571157        margin-left: 5px;
     
    21472147        text-decoration: none;
    21482148}
    2149 div.item-list-tabs ul li span {
    2150         color: #aaa;
    2151 }
    21522149div.item-list-tabs ul li a span {
    21532150        background: #1fb3dd;
  • trunk/bp-themes/bp-default/activity/entry.php

    r4692 r4808  
    3535
    3636                        <div class="activity-inreplyto">
    37                                 <strong><?php _e( 'In reply to', 'buddypress' ); ?></strong> - <?php bp_activity_parent_content(); ?> &middot;
    38                                 <a href="<?php bp_activity_thread_permalink(); ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ); ?>"><?php _e( 'View', 'buddypress' ); ?></a>
     37                                <strong><?php _e( 'In reply to: ', 'buddypress' ); ?></strong><?php bp_activity_parent_content(); ?> <a href="<?php bp_activity_thread_permalink(); ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ); ?>"><?php _e( 'View', 'buddypress' ); ?></a>
    3938                        </div>
    4039
Note: See TracChangeset for help on using the changeset viewer.