Ticket #44643: 44643.buttons.css.diff
File 44643.buttons.css.diff, 1.2 KB (added by , 6 years ago) |
---|
-
wp-includes/css/buttons.css
46 46 display: inline-block; 47 47 text-decoration: none; 48 48 font-size: 13px; 49 line-height: 2 6px;49 line-height: 2; 50 50 height: 28px; 51 51 margin: 0; 52 52 padding: 0 10px 1px; … … 72 72 .wp-core-ui .button.button-large, 73 73 .wp-core-ui .button-group.button-large .button { 74 74 height: 30px; 75 line-height: 2 8px;75 line-height: 2.1; 76 76 padding: 0 12px 2px; 77 77 } 78 78 79 79 .wp-core-ui .button.button-small, 80 80 .wp-core-ui .button-group.button-small .button { 81 81 height: 24px; 82 line-height: 2 2px;82 line-height: 2; 83 83 padding: 0 8px 1px; 84 84 font-size: 11px; 85 85 } … … 88 88 .wp-core-ui .button-group.button-hero .button { 89 89 font-size: 14px; 90 90 height: 46px; 91 line-height: 44px;91 line-height: 3.15; 92 92 padding: 0 36px; 93 93 } 94 94 … … 376 376 .wp-core-ui.wp-customizer .button { 377 377 padding: 0 10px 1px; 378 378 font-size: 13px; 379 line-height: 2 6px;379 line-height: 2; 380 380 height: 28px; 381 381 margin: 0; 382 382 vertical-align: inherit; … … 391 391 392 392 .interim-login .button.button-large { 393 393 height: 30px; 394 line-height: 2 8px;394 line-height: 2; 395 395 padding: 0 12px 2px; 396 396 } 397 397