Changeset 6840
- Timestamp:
- 03/05/2013 02:13:30 PM (12 years ago)
- Location:
- trunk/bp-templates/bp-legacy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/post-form.php
r6318 r6840 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"> -
trunk/bp-templates/bp-legacy/css/buddypress.css
r6839 r6840 112 112 margin-left: 55px; 113 113 padding: 0 0 20px 20px; 114 } 115 #buddypress form#whats-new-form p.activity-greeting { 116 line-height: 0.5em; 117 margin-bottom: 15px; 118 margin-left: 75px; 114 119 } 115 120 #buddypress form#whats-new-form textarea {
Note: See TracChangeset
for help on using the changeset viewer.