Ticket #5509: 5509-1.patch
| File 5509-1.patch, 1.7 KB (added by , 11 years ago) |
|---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
16 16 17 17 </form><!-- #send-invite-form --> 18 18 19 <?php else: ?> 20 21 <div id="message-block"> 22 <p class="notice"><?php _e('You currently have no friends to invite', 'buddypress'); ?></p> 23 <p class="message-body"><?php _e('When you have built up a friends list you will be able to invite them to this group.', 'buddypress'); ?></p> 24 </div> 25 19 26 <?php endif; ?> 20 27 28 21 29 <?php do_action( 'bp_after_group_send_invites_content' ); ?> -
src/bp-templates/bp-legacy/css/buddypress.css
504 504 /*-------------------------------------------------------------- 505 505 3.4 - Errors / Success Messages 506 506 --------------------------------------------------------------*/ 507 #buddypress div#message { 507 #buddypress div#message, 508 #buddypress div#message-block { 508 509 margin: 0 0 15px; 509 510 } 510 511 #buddypress #message.info { … … 1118 1119 font-size: 120%; 1119 1120 font-weight: bold; 1120 1121 } 1122 #buddypress div#message-block, 1121 1123 #buddypress div#message p, 1122 1124 #sitewide-notice p { 1123 1125 font-weight: normal; … … 1127 1129 border: 1px solid #cb2; 1128 1130 color: #440; 1129 1131 } 1132 #buddypress div#message-block { 1133 margin: 20px 0; 1134 padding: .5em; 1135 } 1130 1136 #buddypress div#item-header { 1131 1137 overflow: hidden; 1132 1138 }