Changeset 2514
- Timestamp:
- 02/01/2010 12:01:22 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bp-activity.php (modified) (1 diff)
-
bp-themes/bp-default/_inc/ajax.php (modified) (1 diff)
-
bp-themes/bp-default/_inc/css/adminbar.css (modified) (1 diff)
-
bp-themes/bp-default/_inc/css/default.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2505 r2514 266 266 <tr> 267 267 <td></td> 268 <td><?php printf( __( "A member replies to an update you've posted", 'buddypress' ), $current_user->user_login ) ?></td>268 <td><?php printf( __( "A member replies to an update or comment you've posted", 'buddypress' ), $current_user->user_login ) ?></td> 269 269 <td class="yes"><input type="radio" name="notifications[notification_activity_new_reply]" value="yes" <?php if ( !get_usermeta( $bp->loggedin_user->id, 'notification_activity_new_reply' ) || 'yes' == get_usermeta( $bp->loggedin_user->id, 'notification_activity_new_reply' ) ) { ?>checked="checked" <?php } ?>/></td> 270 270 <td class="no"><input type="radio" name="notifications[notification_activity_new_reply]" value="no" <?php if ( 'no' == get_usermeta( $bp->loggedin_user->id, 'notification_activity_new_reply' ) ) { ?>checked="checked" <?php } ?>/></td> -
trunk/bp-themes/bp-default/_inc/ajax.php
r2499 r2514 454 454 <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?> 455 455 456 < h3><a href="<?php echo $bp->loggedin_user->domain ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?></span></h3>456 <strong><a href="<?php echo $bp->loggedin_user->domain ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?></span></strong> 457 457 458 458 <?php do_action( 'bp_after_message_meta' ) ?> -
trunk/bp-themes/bp-default/_inc/css/adminbar.css
r2430 r2514 23 23 } 24 24 body.activity-permalink #wp-admin-bar .padder { 25 min-width: 600px;26 max-width: 760px;25 min-width: 960px; 26 max-width: 960px; 27 27 } 28 28 -
trunk/bp-themes/bp-default/_inc/css/default.css
r2513 r2514 17 17 } 18 18 body.activity-permalink { 19 min-width: 600px;20 max-width: 760px;19 min-width: 960px; 20 max-width: 960px; 21 21 } 22 22 … … 84 84 text-align: right; 85 85 } 86 body.activity-permalink #header #search-bar { display: none; }87 86 88 87 #header h1 { … … 1285 1284 } 1286 1285 body.activity-permalink div.activity-comments ul li { 1287 padding: 15px 15px 15px 0; 1286 border-width: 1px; 1287 padding: 15px 0 15px 0; 1288 1288 } 1289 1289 … … 1324 1324 1325 1325 body.activity-permalink div.activity-comments div.acomment-content { 1326 font-size: 1 2px;1326 font-size: 14px; 1327 1327 } 1328 1328
Note: See TracChangeset
for help on using the changeset viewer.