Changeset 55889
- Timestamp:
- 06/07/2023 07:07:20 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r55451 r55889 890 890 #future-posts ul, 891 891 #published-posts ul { 892 clear: both; 893 margin-bottom: 0; 892 margin: 8px -12px 0 -12px; 894 893 } 895 894 896 895 #future-posts li, 897 896 #published-posts li { 898 margin-bottom: 8px; 899 } 900 901 #future-posts ul span, 902 #published-posts ul span { 903 display: inline-block; 904 margin-right: 5px; 905 min-width: 150px; 897 display: grid; 898 grid-template-columns: clamp(160px, calc(2vw + 140px), 200px) auto; 899 column-gap: 10px; 906 900 color: #646970; 901 padding: 4px 12px; 902 } 903 904 #future-posts li:nth-child(odd), 905 #published-posts li:nth-child(odd) { 906 background-color: #f6f7f7; 907 907 } 908 908 909 909 .activity-block { 910 910 border-bottom: 1px solid #f0f0f1; 911 margin: 0 -12px ;911 margin: 0 -12px 6px -12px; 912 912 padding: 8px 12px 4px; 913 913 } … … 915 915 .activity-block:last-child { 916 916 border-bottom: none; 917 margin-bottom: 0; 917 918 } 918 919
Note: See TracChangeset
for help on using the changeset viewer.