Ticket #21598: 21598-19.patch
File 21598-19.patch, 788 bytes (added by , 12 years ago) |
---|
-
wp-includes/css/buttons.css
42 42 vertical-align: middle; 43 43 text-decoration: none; 44 44 font-size: 12px; 45 line-height: 1.45em; 45 line-height: 23px; 46 height: 24px; 46 47 margin: 0; 47 padding: 3px10px;48 padding: 0 10px; 48 49 cursor: pointer; 49 50 border-width: 1px; 50 51 border-style: solid; … … 67 68 68 69 .button.button-large, 69 70 .button-group.button-large .button { 70 padding: 5px 12px; 71 height: 29px; 72 line-height: 28px; 73 padding: 0 12px; 71 74 } 72 75 73 76 .button.button-small, 74 77 .button-group.button-small .button { 75 padding: 2px 8px; 78 height: 21px; 79 line-height: 20px; 80 padding: 0 8px; 76 81 } 77 82 78 83 .button:active {