Changeset 55984
- Timestamp:
- 06/22/2023 07:52:24 AM (17 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r55919 r55984 4123 4123 } 4124 4124 4125 @media screen and (max-width: 480px) { 4126 .metabox-prefs-container { 4127 display: grid; 4128 } 4129 4130 .metabox-prefs-container > * { 4131 display: inline-block; 4132 padding: 2px; 4133 } 4134 } 4135 4125 4136 @media screen and (max-width: 320px) { 4126 4137 /* Prevent default center alignment and larger font for the Right Now widget when -
trunk/src/wp-admin/includes/class-wp-screen.php
r55693 r55984 1119 1119 <?php _e( 'Expand or collapse the elements by clicking on their headings, and arrange them by dragging their headings or by clicking on the up and down arrows.' ); ?> 1120 1120 </p> 1121 <div class="metabox-prefs-container"> 1121 1122 <?php 1122 1123 … … 1138 1139 } 1139 1140 ?> 1141 </div> 1140 1142 </fieldset> 1141 1143 <?php
Note: See TracChangeset
for help on using the changeset viewer.