Changeset 47592
- Timestamp:
- 04/17/2020 07:55:33 AM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r47535 r47592 729 729 #dashboard_activity .no-activity { 730 730 overflow: hidden; 731 padding: 0 0 12px;731 padding: 12px 0; 732 732 text-align: center; 733 733 } … … 736 736 color: #72777c; 737 737 font-size: 16px; 738 }739 740 #dashboard_activity .no-activity .smiley {741 margin-top: 0;742 }743 744 #dashboard_activity .no-activity .smiley:before {745 content: "\f328";746 font: normal 120px/1 dashicons;747 speak: none;748 display: block;749 margin: 0 5px 0 0;750 padding: 0;751 text-indent: 0;752 text-align: center;753 position: relative;754 -webkit-font-smoothing: antialiased;755 text-decoration: none !important;756 738 } 757 739 -
trunk/src/wp-admin/includes/dashboard.php
r47557 r47592 891 891 if ( ! $future_posts && ! $recent_posts && ! $recent_comments ) { 892 892 echo '<div class="no-activity">'; 893 echo '<p class="smiley" aria-hidden="true"></p>';894 893 echo '<p>' . __( 'No activity yet!' ) . '</p>'; 895 894 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.