diff --git src/bp-core/admin/css/common-rtl.css src/bp-core/admin/css/common-rtl.css
index 44168eb..dfd0b68 100644
|
|
body.index_page_bp-about span.dashicons { |
24 | 24 | text-align: center; |
25 | 25 | } |
26 | 26 | |
| 27 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 28 | |
| 29 | .about-wrap .two-col > div { |
| 30 | position: relative; |
| 31 | width: 47.6%; |
| 32 | margin-left: 4.799999999%; |
| 33 | float: right; |
| 34 | } |
| 35 | |
| 36 | .about-wrap [class$=col] .last-feature { |
| 37 | margin-left: 0; |
| 38 | } |
| 39 | |
| 40 | .about-wrap .feature-list.finer-points h4, |
| 41 | .about-wrap .feature-list.finer-points p { |
| 42 | margin-right: 115px; |
| 43 | } |
| 44 | |
| 45 | @media screen and ( max-width: 782px ) { |
| 46 | .about-wrap .two-col > div { |
| 47 | width: 100%; |
| 48 | margin: 30px 0 0; |
| 49 | padding: 0 0 30px; |
| 50 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 51 | } |
| 52 | body.dashboard_page_bp-about span.dashicons, |
| 53 | body.index_page_bp-about span.dashicons { |
| 54 | font-size: 55px; |
| 55 | line-height: 70px; |
| 56 | height: 70px; |
| 57 | width: 70px; |
| 58 | } |
| 59 | .about-wrap .feature-list h2 { |
| 60 | margin: 30px 0 0; |
| 61 | text-align: center; |
| 62 | } |
| 63 | .about-wrap .feature-list.finer-points h4, |
| 64 | .about-wrap .feature-list.finer-points p { |
| 65 | margin-right: 90px; |
| 66 | } |
| 67 | } |
| 68 | |
27 | 69 | /* User's Lists |
28 | 70 | ------------------------------------------------------------------------------*/ |
29 | 71 | |
… |
… |
body.branch-3-7.settings_page_bp-components tr.members.active td.plugin-title sp |
417 | 459 | left: 0; |
418 | 460 | } |
419 | 461 | |
| 462 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 463 | |
| 464 | @media only screen and (max-width: 500px) { |
| 465 | .about-wrap .bp-badge { |
| 466 | position: relative; |
| 467 | margin: 10px auto; |
| 468 | top: auto; |
| 469 | left: auto; |
| 470 | } |
| 471 | } |
| 472 | |
420 | 473 | /* HiDPI |
421 | 474 | ------------------------------------------------------------------------------*/ |
422 | 475 | |
diff --git src/bp-core/admin/css/common.css src/bp-core/admin/css/common.css
index 0bd33ed..d287ccf 100644
|
|
body.index_page_bp-about span.dashicons { |
24 | 24 | text-align: center; |
25 | 25 | } |
26 | 26 | |
| 27 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 28 | |
| 29 | .about-wrap .two-col > div { |
| 30 | position: relative; |
| 31 | width: 47.6%; |
| 32 | margin-right: 4.799999999%; |
| 33 | float: left; |
| 34 | } |
| 35 | |
| 36 | .about-wrap [class$=col] .last-feature { |
| 37 | margin-right: 0; |
| 38 | } |
| 39 | |
| 40 | .about-wrap .feature-list.finer-points h4, |
| 41 | .about-wrap .feature-list.finer-points p { |
| 42 | margin-left: 115px; |
| 43 | } |
| 44 | |
| 45 | @media screen and ( max-width: 782px ) { |
| 46 | .about-wrap .two-col > div { |
| 47 | width: 100%; |
| 48 | margin: 30px 0 0; |
| 49 | padding: 0 0 30px; |
| 50 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 51 | } |
| 52 | body.dashboard_page_bp-about span.dashicons, |
| 53 | body.index_page_bp-about span.dashicons { |
| 54 | font-size: 55px; |
| 55 | line-height: 70px; |
| 56 | height: 70px; |
| 57 | width: 70px; |
| 58 | } |
| 59 | .about-wrap .feature-list h2 { |
| 60 | margin: 30px 0 0; |
| 61 | text-align: center; |
| 62 | } |
| 63 | .about-wrap .feature-list.finer-points h4, |
| 64 | .about-wrap .feature-list.finer-points p { |
| 65 | margin-left: 90px; |
| 66 | } |
| 67 | } |
| 68 | |
27 | 69 | /* User's Lists |
28 | 70 | ------------------------------------------------------------------------------*/ |
29 | 71 | |
… |
… |
body.branch-3-7.settings_page_bp-components tr.members.active td.plugin-title sp |
417 | 459 | right: 0; |
418 | 460 | } |
419 | 461 | |
| 462 | /* About Page - since 2.3.3 (WP 4.3) */ |
| 463 | |
| 464 | @media only screen and (max-width: 500px) { |
| 465 | .about-wrap .bp-badge { |
| 466 | position: relative; |
| 467 | margin: 10px auto; |
| 468 | top: auto; |
| 469 | right: auto; |
| 470 | } |
| 471 | } |
| 472 | |
420 | 473 | /* HiDPI |
421 | 474 | ------------------------------------------------------------------------------*/ |
422 | 475 | |