Changeset 62270
- Timestamp:
- 04/27/2026 02:23:13 AM (3 weeks ago)
- Location:
- branches/7.0
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/js/_enqueues/admin/post.js (modified) (1 diff)
-
src/wp-admin/css/edit.css (modified) (3 diffs)
-
src/wp-includes/css/buttons.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/js/_enqueues/admin/post.js
r61764 r62270 1029 1029 1030 1030 buttons.html( 1031 '<button type="button" class="save button button- small">' + __( 'OK' ) + '</button> ' +1031 '<button type="button" class="save button button-compact">' + __( 'OK' ) + '</button> ' + 1032 1032 '<button type="button" class="cancel button-link">' + __( 'Cancel' ) + '</button>' 1033 1033 ); -
branches/7.0/src/wp-admin/css/edit.css
r62203 r62270 122 122 margin-right: 10px; 123 123 padding: 0; 124 font-size: 11px;125 124 } 126 125 … … 141 140 font-size: 13px; 142 141 font-weight: 400; 143 height: 24px;142 min-height: 32px; 144 143 margin: 0; 145 144 width: 16em; … … 1069 1068 padding: 0; 1070 1069 } 1070 1071 #editable-post-name input { 1072 min-height: 40px; 1073 } 1071 1074 } 1072 1075 -
branches/7.0/src/wp-includes/css/buttons.css
r62154 r62270 381 381 .wp-core-ui .button, 382 382 .wp-core-ui .button.button-large, 383 .wp-core-ui .button.button-compact, 383 384 .wp-core-ui .button.button-small, 384 385 input#publish,
Note: See TracChangeset
for help on using the changeset viewer.