Changeset 6795
- Timestamp:
- 02/15/2013 11:37:59 AM (12 years ago)
- 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 39 39 40 40 <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> 43 43 44 44 <?php do_action( 'bp_before_group_header_meta' ); ?> -
trunk/bp-templates/bp-legacy/buddypress/members/single/member-header.php
r6414 r6795 22 22 <div id="item-header-content"> 23 23 24 < span class="user-nicename">@<?php bp_displayed_user_username(); ?></span>24 <h2 class="user-nicename">@<?php bp_displayed_user_username(); ?></h2> 25 25 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 26 26 -
trunk/bp-templates/bp-legacy/css/buddypress.css
r6794 r6795 996 996 font-size: 80%; 997 997 opacity: 0.8; 998 padding: 1px 8px;998 padding: 0; 999 999 } 1000 1000 #buddypress span.user-nicename { … … 1004 1004 font-weight: bold; 1005 1005 } 1006 #buddypress span.activity,1007 1006 #buddypress div#message p { 1008 1007 border: 1px solid #e1ca82; … … 1043 1042 margin-bottom: 5px; 1044 1043 } 1045 #buddypress div#item-header span.activity,1046 1044 #buddypress div#item-header h2 span.highlight { 1047 font-size: 80%;1045 font-size: 60%; 1048 1046 font-weight: normal; 1049 1047 line-height: 170%; 1050 margin-bottom: 7px;1051 1048 vertical-align: middle; 1049 display: inline-block; 1052 1050 } 1053 1051 #buddypress div#item-header h2 span.highlight span { … … 1150 1148 color: #888; 1151 1149 font-size: 80%; 1152 margin: 10px 0 0 6 4px;1150 margin: 10px 0 0 60px; 1153 1151 width: 50%; 1154 1152 } … … 1301 1299 } 1302 1300 #buddypress div#message-thread strong span.activity { 1303 margin : 4px 0 0 10px;1301 margin-top: 4px; 1304 1302 } 1305 1303 #buddypress div#message-thread div.message-metadata {
Note: See TracChangeset
for help on using the changeset viewer.