Changeset 10086
- Timestamp:
- 09/01/2015 09:25:54 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/compose.php
r10078 r10086 19 19 20 20 <?php if ( bp_current_user_can( 'bp_moderate' ) ) : ?> 21 < input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?>21 <p><label for="send-notice"><input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?></label></p> 22 22 <?php endif; ?> 23 23 -
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r10045 r10086 656 656 width: auto; 657 657 } 658 #buddypress .standard-form p label { 659 font-weight: normal; 660 margin: auto; 661 } 658 662 #buddypress .standard-form div.checkbox label:nth-child(n+2), 659 663 #buddypress .standard-form div.radio div label { -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r10045 r10086 656 656 width: auto; 657 657 } 658 #buddypress .standard-form p label { 659 font-weight: normal; 660 margin: auto; 661 } 658 662 #buddypress .standard-form div.checkbox label:nth-child(n+2), 659 663 #buddypress .standard-form div.radio div label {
Note: See TracChangeset
for help on using the changeset viewer.