Ticket #7223: 7223.patch
File 7223.patch, 3.1 KB (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php
58 58 <li id="<?php bp_group_invite_item_id(); ?>"> 59 59 <?php bp_group_invite_user_avatar(); ?> 60 60 61 <h 4><?php bp_group_invite_user_link(); ?></h4>61 <h3><?php bp_group_invite_user_link(); ?></h3> 62 62 <span class="activity"><?php bp_group_invite_user_last_active(); ?></span> 63 63 64 64 <?php -
src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
17 17 /* Does the user have friends that could be invited to the group? */ 18 18 if ( bp_get_new_group_invite_friend_list() ) : ?> 19 19 20 <h2 class="bp-screen-reader-text"><?php _e( 'Send invites', 'buddypress' ); ?></h2> 21 20 22 <?php /* 'send-invite-form' is important for AJAX support */ ?> 21 23 <form action="<?php bp_group_send_invite_form_action(); ?>" method="post" id="send-invite-form" class="standard-form"> 22 24 -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
843 843 float: right; 844 844 } 845 845 846 #buddypress form.standard-form .main-column ul#friend-list h3, 846 847 #buddypress form.standard-form .main-column ul#friend-list h4 { 847 848 clear:none; 848 849 } … … 1304 1305 margin: 0 0 0 10px; 1305 1306 } 1306 1307 #buddypress ul.item-list li div.item-title, 1308 #buddypress ul.item-list li h3, 1307 1309 #buddypress ul.item-list li h4 { 1308 1310 font-weight: normal; 1309 1311 font-size: 90%; … … 1742 1744 position: relative; 1743 1745 margin-bottom:1em; 1744 1746 } 1747 #buddypress form.standard-form .main-column ul#friend-list h3, 1745 1748 #buddypress form.standard-form .main-column ul#friend-list h4{ 1746 1749 width:100%; 1747 1750 } -
src/bp-templates/bp-legacy/css/buddypress.css
843 843 float: left; 844 844 } 845 845 846 #buddypress form.standard-form .main-column ul#friend-list h3, 846 847 #buddypress form.standard-form .main-column ul#friend-list h4 { 847 848 clear:none; 848 849 } … … 1304 1305 margin: 0 10px 0 0; 1305 1306 } 1306 1307 #buddypress ul.item-list li div.item-title, 1308 #buddypress ul.item-list li h3, 1307 1309 #buddypress ul.item-list li h4 { 1308 1310 font-weight: normal; 1309 1311 font-size: 90%; … … 1742 1744 position: relative; 1743 1745 margin-bottom:1em; 1744 1746 } 1747 #buddypress form.standard-form .main-column ul#friend-list h3, 1745 1748 #buddypress form.standard-form .main-column ul#friend-list h4{ 1746 1749 width:100%; 1747 1750 }