Make WordPress Core

Ticket #26261: 26261.diff

File 26261.diff, 1.2 KB (added by mattheu, 12 years ago)
  • src/wp-admin/css/wp-admin.css

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

     
    7777
    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
    8586.wp-core-ui .button.button-hero,
  • src/wp-admin/css/color-picker.css

     
    8787        vertical-align: top;
    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;
    9992}