Changeset 26420
- Timestamp:
- 11/26/2013 10:09:28 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r26385 r26420 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; -
trunk/src/wp-admin/css/wp-admin.css
r26417 r26420 4078 4078 4079 4079 #editable-post-name input { 4080 font-size: 13px; 4081 height: 22px; 4082 margin: 0; 4080 4083 width: 16em; 4081 4084 } -
trunk/src/wp-includes/css/buttons.css
r26386 r26420 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
Note: See TracChangeset
for help on using the changeset viewer.