diff --git src/bp-core/admin/css/common-rtl.css src/bp-core/admin/css/common-rtl.css
index e8f3f74d1..1fbc78cb0 100644
|
|
|
body.bp-is-tabbed-screen #wpcontent { |
| 624 | 624 | padding-right: 0; |
| 625 | 625 | } |
| 626 | 626 | |
| | 627 | .bp-is-tabbed-screen .notice { |
| | 628 | margin: 25px 22px 15px 20px; |
| | 629 | } |
| | 630 | |
| 627 | 631 | .buddypress-header { |
| 628 | 632 | text-align: center; |
| 629 | 633 | margin: 0 0 1rem; |
diff --git src/bp-core/admin/css/common.css src/bp-core/admin/css/common.css
index b1c72eaa8..6b91fe18b 100644
|
|
|
body.bp-is-tabbed-screen #wpcontent { |
| 624 | 624 | padding-left: 0; |
| 625 | 625 | } |
| 626 | 626 | |
| | 627 | .bp-is-tabbed-screen .notice { |
| | 628 | margin: 25px 20px 15px 22px; |
| | 629 | } |
| | 630 | |
| 627 | 631 | .buddypress-header { |
| 628 | 632 | text-align: center; |
| 629 | 633 | margin: 0 0 1rem; |