Make WordPress Core

Ticket #21598: 21598-18.patch

File 21598-18.patch, 2.0 KB (added by lessbloat, 12 years ago)
  • wp-includes/css/buttons.css

     
    4343        text-decoration: none;
    4444        font-size: 12px;
    4545        line-height: 1.45em;
     46        height: 2em;
    4647        margin: 0;
    47         padding: 3px 10px;
     48        padding: 3px 10px 4px;
    4849        cursor: pointer;
    4950        border-width: 1px;
    5051        border-style: solid;
     
    6768
    6869.button.button-large,
    6970.button-group.button-large .button {
    70         padding: 5px 12px;
     71        line-height: 1.85em;
     72        height: 2.4em;
     73        padding: 3px 12px 4px;
    7174}
    7275
    7376.button.button-small,
    7477.button-group.button-small .button {
    75         padding: 2px 8px;
     78        line-height: 1.05em;
     79        height: 1.65em;
     80        padding: 3px 8px;
    7681}
    7782
    7883.button:active {
  • wp-admin/css/ie.css

     
    237237        width: 98%;
    238238}
    239239
     240.button,
     241.button-primary,
     242.button-secondary,
    240243button,
    241244input[type="reset"],
    242245input[type="button"],
    243246input[type="submit"] {
    244247        padding: 2px 8px;
     248        height: auto;
    245249}
    246250
    247251button.button-large,
     252.button.button-large,
     253.button-group.button-large .button,
    248254input[type="reset"].button-large,
    249255input[type="button"].button-large,
    250256input[type="submit"].button-large {
    251257        padding: 4px 12px;
     258        height: auto;
    252259}
    253260
    254261button.button-small,
     262.button.button-small,
     263.button-group.button-small .button,
    255264input[type="reset"].button-small,
    256265input[type="button"].button-small,
    257266input[type="submit"].button-small {
    258267        padding: 0 8px;
     268        height: auto;
    259269}
    260270
    261271a.button {
  • wp-admin/css/customize-controls.css

     
    157157
    158158#customize-header-actions .button-primary {
    159159        float: right;
    160         margin-top: 10px;
     160        margin-top: 11px;
    161161}
    162162
    163163#customize-header-actions .spinner {