Make WordPress Core

Changeset 26420


Ignore:
Timestamp:
11/26/2013 10:09:28 PM (11 years ago)
Author:
iammattthomas
Message:

Unify the style of button-small everywhere we use it, and make sure the edit slug input lines up with its button and label. Fixes #26261, props mattheu.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/color-picker.css

    r26385 r26420  
    8888}
    8989
    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 
    9790.wp-picker-container .button {
    9891    margin-left: 6px;
  • trunk/src/wp-admin/css/wp-admin.css

    r26417 r26420  
    40784078
    40794079#editable-post-name input {
     4080    font-size: 13px;
     4081    height: 22px;
     4082    margin: 0;
    40804083    width: 16em;
    40814084}
  • trunk/src/wp-includes/css/buttons.css

    r26386 r26420  
    7878.wp-core-ui .button.button-small,
    7979.wp-core-ui .button-group.button-small .button {
    80     height: 21px;
    81     line-height: 20px;
     80    height: 24px;
     81    line-height: 22px;
    8282    padding: 0 8px 1px;
     83    font-size: 11px;
    8384}
    8485
Note: See TracChangeset for help on using the changeset viewer.