Changeset 6318
- Timestamp:
- 09/07/2012 03:01:20 PM (13 years ago)
- Location:
- trunk/bp-themes/bp-legacy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-legacy/buddypress/activity/post-form.php
r6284 r6318 19 19 </a> 20 20 </div> 21 22 <h5><?php if ( bp_is_group() )23 printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() );24 else25 printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() );26 ?></h5>27 21 28 22 <div id="whats-new-content"> -
trunk/bp-themes/bp-legacy/css/buddypress.css
r6284 r6318 95 95 border-bottom: 1px solid #ddd; 96 96 margin: 20px 0 10px; 97 padding -bottom:20px;97 padding: 0 0 20px; 98 98 } 99 99 #buddypress .home-page form#whats-new-form { … … 101 101 padding-bottom: 0; 102 102 } 103 #buddypress form#whats-new-form h5 {104 font-weight: normal;105 font-size: 12px;106 color: #888;107 margin: 0;108 margin-left: 76px;109 padding: 0 0 3px 0;110 }111 103 #buddypress form#whats-new-form #whats-new-avatar { 112 104 float: left; 113 105 } 114 106 #buddypress form#whats-new-form #whats-new-content { 115 margin-left: 5 4px;116 padding -left: 22px;107 margin-left: 55px; 108 padding: 0 0 20px 20px; 117 109 } 118 110 #buddypress form#whats-new-form textarea {
Note: See TracChangeset
for help on using the changeset viewer.