Ticket #26261: 26261.diff
| File 26261.diff, 1.2 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/wp-admin.css
4077 4077 } 4078 4078 4079 4079 #editable-post-name input { 4080 font-size: 13px; 4081 height: 22px; 4082 margin: 0; 4080 4083 width: 16em; 4081 4084 } 4082 4085 -
src/wp-includes/css/buttons.css
77 77 78 78 .wp-core-ui .button.button-small, 79 79 .wp-core-ui .button-group.button-small .button { 80 height: 2 1px;81 line-height: 2 0px;80 height: 24px; 81 line-height: 22px; 82 82 padding: 0 8px 1px; 83 font-size: 11px; 83 84 } 84 85 85 86 .wp-core-ui .button.button-hero, -
src/wp-admin/css/color-picker.css
87 87 vertical-align: top; 88 88 } 89 89 90 /* Match the style of the color picker button */91 .wp-picker-input-wrap .button.button-small {92 line-height: 22px;93 height: 24px;94 font-size: 11px;95 }96 97 90 .wp-picker-container .button { 98 91 margin-left: 6px; 99 92 }