Ticket #46651: 46651.3.diff
File 46651.3.diff, 1.6 KB (added by , 6 years ago) |
---|
-
src/wp-admin/css/site-health.css
393 393 display: none; 394 394 } 395 395 396 /* Better position for the WordPress admin notices and update nag. */ 397 .site-health .notice { 398 margin: 5px 20px 15px 22px; 399 } 400 401 .site-health .update-nag { 402 margin-bottom: 20px; 403 margin-left: 22px; 404 } 405 396 406 @media screen and (max-width: 782px) { 397 407 .health-check-body { 398 408 margin: 0 12px; 399 409 width: auto; 400 410 } 411 412 .site-health .notice { 413 margin: 5px 10px 15px; 414 } 415 416 .site-health .update-nag { 417 margin-right: 10px; 418 margin-left: 10px; 419 } 401 420 } 402 421 403 422 /* The breakpoint is usually at 960px, the additional space is to allow for the margin. */ -
src/wp-admin/site-health-info.php
56 56 </nav> 57 57 </div> 58 58 59 <hr class="wp-header-end"> 60 59 61 <div class="notice notice-error hide-if-js"> 60 62 <p><?php _e( 'The Site Health check requires JavaScript.' ); ?></p> 61 63 </div> -
src/wp-admin/site-health.php
61 61 </nav> 62 62 </div> 63 63 64 <hr class="wp-header-end"> 65 64 66 <div class="notice notice-error hide-if-js"> 65 67 <p><?php _e( 'The Site Health check requires JavaScript.' ); ?></p> 66 68 </div>