Skip to:
Content

BuddyPress.org

Changeset 12096


Ignore:
Timestamp:
05/17/2018 09:59:44 PM (7 years ago)
Author:
djpaul
Message:

Finalise Hello screen for 3.0

Location:
trunk/src/bp-core
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/css/hello-rtl.css

    r12095 r12096  
    268268}
    269269
     270.bp-hello-content iframe {
     271    width: 100%;
     272}
     273
    270274/*------------------------------------------------------------------------------
    271275 * 6.0 - Media Queries
     
    318322        font-size: 14px;
    319323    }
     324    .bp-hello-content iframe {
     325        height: 100%;
     326    }
    320327}
    321328
  • trunk/src/bp-core/admin/css/hello.css

    r12095 r12096  
    268268}
    269269
     270.bp-hello-content iframe {
     271    width: 100%;
     272}
     273
    270274/*------------------------------------------------------------------------------
    271275 * 6.0 - Media Queries
     
    318322        font-size: 14px;
    319323    }
     324    .bp-hello-content iframe {
     325        height: 100%;
     326    }
    320327}
    321328
  • trunk/src/bp-core/admin/sass/hello.scss

    r12095 r12096  
    311311        max-width: 100%;
    312312    }
     313
     314    iframe {
     315        width: 100%;
     316    }
    313317}
    314318
     
    379383            font-size: 14px;
    380384        }
     385
     386        iframe {
     387            height: 100%;
     388        }
    381389    }
    382390}
  • trunk/src/bp-core/classes/class-bp-admin.php

    r12095 r12096  
    590590                    ?>
    591591                </p>
    592                 <img srcset="https://via.placeholder.com/1024x576 1024w, https://via.placeholder.com/2048x1152 2048w" src="https://placekitten.com/1024x576" sizes="(max-width: 1023px) 90vw, 65vw" alt="" />
    593 
     592
     593                <?php echo $GLOBALS['wp_embed']->autoembed( 'https://player.vimeo.com/video/270507360' ); ?>
    594594
    595595                <h2><?php esc_html_e( __( 'Support for WP-CLI', 'buddypress' ) ); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.