Skip to:
Content

BuddyPress.org

Ticket #6582: 6582.2.diff

File 6582.2.diff, 3.3 KB (added by mercime, 9 years ago)
  • src/bp-core/admin/css/common-rtl.css

    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 { 
    2424        text-align: center;
    2525}
    2626
     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
    2769/* User's Lists
    2870------------------------------------------------------------------------------*/
    2971
    body.branch-3-7.settings_page_bp-components tr.members.active td.plugin-title sp 
    417459        left: 0;
    418460}
    419461
     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
    420473/* HiDPI
    421474------------------------------------------------------------------------------*/
    422475
  • src/bp-core/admin/css/common.css

    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 { 
    2424        text-align: center;
    2525}
    2626
     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
    2769/* User's Lists
    2870------------------------------------------------------------------------------*/
    2971
    body.branch-3-7.settings_page_bp-components tr.members.active td.plugin-title sp 
    417459        right: 0;
    418460}
    419461
     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
    420473/* HiDPI
    421474------------------------------------------------------------------------------*/
    422475