Make WordPress Core

Ticket #21598: 21598-19.patch

File 21598-19.patch, 788 bytes (added by lessbloat, 12 years ago)
  • wp-includes/css/buttons.css

     
    4242        vertical-align: middle;
    4343        text-decoration: none;
    4444        font-size: 12px;
    45         line-height: 1.45em;
     45        line-height: 23px;
     46        height: 24px;
    4647        margin: 0;
    47         padding: 3px 10px;
     48        padding: 0 10px;
    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        height: 29px;
     72        line-height: 28px;
     73        padding: 0 12px;
    7174}
    7275
    7376.button.button-small,
    7477.button-group.button-small .button {
    75         padding: 2px 8px;
     78        height: 21px;
     79        line-height: 20px;
     80        padding: 0 8px;
    7681}
    7782
    7883.button:active {