Changeset 12096
- Timestamp:
- 05/17/2018 09:59:44 PM (7 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/css/hello-rtl.css
r12095 r12096 268 268 } 269 269 270 .bp-hello-content iframe { 271 width: 100%; 272 } 273 270 274 /*------------------------------------------------------------------------------ 271 275 * 6.0 - Media Queries … … 318 322 font-size: 14px; 319 323 } 324 .bp-hello-content iframe { 325 height: 100%; 326 } 320 327 } 321 328 -
trunk/src/bp-core/admin/css/hello.css
r12095 r12096 268 268 } 269 269 270 .bp-hello-content iframe { 271 width: 100%; 272 } 273 270 274 /*------------------------------------------------------------------------------ 271 275 * 6.0 - Media Queries … … 318 322 font-size: 14px; 319 323 } 324 .bp-hello-content iframe { 325 height: 100%; 326 } 320 327 } 321 328 -
trunk/src/bp-core/admin/sass/hello.scss
r12095 r12096 311 311 max-width: 100%; 312 312 } 313 314 iframe { 315 width: 100%; 316 } 313 317 } 314 318 … … 379 383 font-size: 14px; 380 384 } 385 386 iframe { 387 height: 100%; 388 } 381 389 } 382 390 } -
trunk/src/bp-core/classes/class-bp-admin.php
r12095 r12096 590 590 ?> 591 591 </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' ); ?> 594 594 595 595 <h2><?php esc_html_e( __( 'Support for WP-CLI', 'buddypress' ) ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.