diff --git src/bp-templates/bp-legacy/buddypress/groups/single/admin.php src/bp-templates/bp-legacy/buddypress/groups/single/admin.php
index 6f436bf..32d890a 100644
|
|
do_action( 'bp_before_group_admin_content' ); ?> |
261 | 261 | */ |
262 | 262 | do_action( 'bp_before_group_manage_members_admin' ); ?> |
263 | 263 | |
| 264 | <div id="members-dir-search" class="dir-search no-ajax" role="search"> |
| 265 | <?php bp_directory_members_search_form(); ?> |
| 266 | </div> |
| 267 | |
264 | 268 | <div class="bp-widget"> |
265 | 269 | <h4><?php _e( 'Administrators', 'buddypress' ); ?></h4> |
266 | 270 | |
diff --git src/bp-templates/bp-legacy/css/buddypress-rtl.css src/bp-templates/bp-legacy/css/buddypress-rtl.css
index 0348d47..41d9944 100644
|
|
body.activity-permalink #buddypress div.activity-comments div.acomment-content { |
506 | 506 | #buddypress .dir-form { |
507 | 507 | clear: both; |
508 | 508 | } |
| 509 | .group-admin.manage-members #buddypress .dir-search label, |
| 510 | .group-admin.manage-members #buddypress .dir-search input[type=submit] { |
| 511 | width: auto; |
| 512 | display: inline-block; |
| 513 | } |
509 | 514 | |
510 | 515 | /*-------------------------------------------------------------- |
511 | 516 | 3.4 - Errors / Success Messages |
diff --git src/bp-templates/bp-legacy/css/buddypress.css src/bp-templates/bp-legacy/css/buddypress.css
index 8dd381a..8544330 100644
|
|
body.activity-permalink #buddypress div.activity-comments div.acomment-content { |
506 | 506 | #buddypress .dir-form { |
507 | 507 | clear: both; |
508 | 508 | } |
| 509 | .group-admin.manage-members #buddypress .dir-search label, |
| 510 | .group-admin.manage-members #buddypress .dir-search input[type=submit] { |
| 511 | width: auto; |
| 512 | display: inline-block; |
| 513 | } |
509 | 514 | |
510 | 515 | /*-------------------------------------------------------------- |
511 | 516 | 3.4 - Errors / Success Messages |