Skip to:
Content

BuddyPress.org

Changeset 2514


Ignore:
Timestamp:
02/01/2010 12:01:22 PM (16 years ago)
Author:
apeatling
Message:

Various tweaks and fixes.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2505 r2514  
    266266        <tr>
    267267            <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>
    269269            <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>
    270270            <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  
    454454                <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?>
    455455
    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>
    457457
    458458                <?php do_action( 'bp_after_message_meta' ) ?>
  • trunk/bp-themes/bp-default/_inc/css/adminbar.css

    r2430 r2514  
    2323    }
    2424        body.activity-permalink #wp-admin-bar .padder {
    25             min-width: 600px;
    26             max-width: 760px;
     25            min-width: 960px;
     26            max-width: 960px;
    2727        }
    2828
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2513 r2514  
    1717}
    1818    body.activity-permalink {
    19         min-width: 600px;
    20         max-width: 760px;
     19        min-width: 960px;
     20        max-width: 960px;
    2121    }
    2222
     
    8484        text-align: right;
    8585    }
    86         body.activity-permalink #header #search-bar { display: none; }
    8786
    8887        #header h1 {
     
    12851284    }
    12861285        body.activity-permalink div.activity-comments ul li {
    1287             padding: 15px 15px 15px 0;
     1286            border-width: 1px;
     1287            padding: 15px 0 15px 0;
    12881288        }
    12891289
     
    13241324
    13251325        body.activity-permalink div.activity-comments div.acomment-content {
    1326             font-size: 12px;
     1326            font-size: 14px;
    13271327        }
    13281328
Note: See TracChangeset for help on using the changeset viewer.