Ticket #4864: 4864.patch
File 4864.patch, 1.3 KB (added by , 12 years ago) |
---|
-
bp-templates/bp-legacy/buddypress/activity/post-form.php
18 18 <?php bp_loggedin_user_avatar( 'width=' . bp_core_avatar_thumb_width() . '&height=' . bp_core_avatar_thumb_height() ); ?> 19 19 </a> 20 20 </div> 21 22 <p class="activity-greeting"><?php if ( bp_is_group() ) 23 printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() ); 24 else 25 printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() ); 26 ?></p> 21 27 22 28 <div id="whats-new-content"> 23 29 <div id="whats-new-textarea"> -
bp-templates/bp-legacy/css/buddypress.css
112 112 margin-left: 55px; 113 113 padding: 0 0 20px 20px; 114 114 } 115 #buddypress form#whats-new-form p.activity-greeting { 116 line-height: 0.5em; 117 margin-bottom: 15px; 118 margin-left: 75px; 119 } 115 120 #buddypress form#whats-new-form textarea { 116 121 background: #fff; 117 122 border: 1px inset #ccc;