Changeset 45091
- Timestamp:
- 04/01/2019 06:00:58 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/site-health.css
r45087 r45091 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; 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; 400 419 } 401 420 } -
trunk/src/wp-admin/site-health-info.php
r45087 r45091 56 56 </nav> 57 57 </div> 58 59 <hr class="wp-header-end"> 58 60 59 61 <div class="notice notice-error hide-if-js"> -
trunk/src/wp-admin/site-health.php
r45087 r45091 61 61 </nav> 62 62 </div> 63 64 <hr class="wp-header-end"> 63 65 64 66 <div class="notice notice-error hide-if-js">
Note: See TracChangeset
for help on using the changeset viewer.