diff --git a/src/bp-activity/admin/css/admin.css b/src/bp-activity/admin/css/admin.css
index 51d870eb2..3fd2d4233 100644
|
a
|
b
|
ul.bp-activity-delete-list {
|
| 102 | 102 | margin: 4px 26px; |
| 103 | 103 | } |
| 104 | 104 | |
| | 105 | #bp-activities-edit-form .stuffbox .inside { |
| | 106 | padding: 0 10px; |
| | 107 | } |
| | 108 | |
| 105 | 109 | @media screen and (max-width: 782px) { |
| 106 | 110 | |
| 107 | 111 | body.toplevel_page_bp-activity .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
diff --git a/src/bp-activity/bp-activity-admin.php b/src/bp-activity/bp-activity-admin.php
index d96725901..d1c47ad4d 100644
|
a
|
b
|
function bp_activity_admin_edit() {
|
| 775 | 775 | <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> |
| 776 | 776 | <div id="post-body-content"> |
| 777 | 777 | <div id="postdiv"> |
| 778 | | <div id="bp_activity_action" class="postbox"> |
| | 778 | <div id="bp_activity_action" class="stuffbox"> |
| 779 | 779 | <h2><?php _e( 'Action', 'buddypress' ); ?></h2> |
| 780 | 780 | <div class="inside"> |
| 781 | 781 | <label for="bp-activities-action" class="screen-reader-text"><?php |
| … |
… |
function bp_activity_admin_edit() {
|
| 786 | 786 | </div> |
| 787 | 787 | </div> |
| 788 | 788 | |
| 789 | | <div id="bp_activity_content" class="postbox"> |
| | 789 | <div id="bp_activity_content" class="stuffbox"> |
| 790 | 790 | <h2><?php _e( 'Content', 'buddypress' ); ?></h2> |
| 791 | 791 | <div class="inside"> |
| 792 | 792 | <label for="bp-activities-content" class="screen-reader-text"><?php |
| … |
… |
function bp_activity_admin_edit() {
|
| 809 | 809 | </div> |
| 810 | 810 | </div><!-- #post-body --> |
| 811 | 811 | |
| | 812 | <br class="clear"> |
| | 813 | |
| 812 | 814 | </div><!-- #poststuff --> |
| 813 | 815 | <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> |
| 814 | 816 | <?php wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?> |