Changeset 4808
- Timestamp:
- 07/22/2011 08:19:12 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4807 r4808 1153 1153 .activity-list li .activity-inreplyto { 1154 1154 background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat; 1155 color: # bbb;1155 color: #888; 1156 1156 font-size: 11px; 1157 1157 margin-left: 5px; … … 2147 2147 text-decoration: none; 2148 2148 } 2149 div.item-list-tabs ul li span {2150 color: #aaa;2151 }2152 2149 div.item-list-tabs ul li a span { 2153 2150 background: #1fb3dd; -
trunk/bp-themes/bp-default/activity/entry.php
r4692 r4808 35 35 36 36 <div class="activity-inreplyto"> 37 <strong><?php _e( 'In reply to', 'buddypress' ); ?></strong> - <?php bp_activity_parent_content(); ?> · 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> 39 38 </div> 40 39
Note: See TracChangeset
for help on using the changeset viewer.