Ticket #47477: 47477.2.diff
| File 47477.2.diff, 2.4 KB (added by , 6 years ago) |
|---|
-
src/wp-admin/css/forms.css
64 64 65 65 /* Vertically align the number selector with the input. */ 66 66 input[type="number"] { 67 height: 28px;67 min-height: 28px; 68 68 line-height: 1; 69 69 } 70 70 … … 311 311 .wp-admin select { 312 312 padding: 2px; 313 313 line-height: 2; 314 height: 28px;314 min-height: 28px; 315 315 vertical-align: middle; 316 316 } 317 317 … … 1248 1248 } 1249 1249 1250 1250 input[type="number"] { 1251 height: 40px;1251 min-height: 40px; 1252 1252 } 1253 1253 1254 1254 input.code { … … 1302 1302 } 1303 1303 1304 1304 #wpbody select { 1305 height: 36px;1305 min-height: 36px; 1306 1306 font-size: 16px; 1307 1307 } 1308 1308 … … 1372 1372 } 1373 1373 1374 1374 #wpbody .form-table td select { 1375 height: 40px;1375 min-height: 40px; 1376 1376 } 1377 1377 1378 1378 input[type="text"].small-text, -
src/wp-includes/css/buttons.css
47 47 text-decoration: none; 48 48 font-size: 13px; 49 49 line-height: 2; 50 height: 28px;50 min-height: 28px; 51 51 margin: 0; 52 padding: 0 10px 1px;52 padding: 0 10px; 53 53 cursor: pointer; 54 54 border-width: 1px; 55 55 border-style: solid; … … 71 71 72 72 .wp-core-ui .button.button-large, 73 73 .wp-core-ui .button-group.button-large .button { 74 height: 30px;74 min-height: 30px; 75 75 line-height: 2.15384615; 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 height: 24px;81 min-height: 24px; 82 82 line-height: 2; 83 83 padding: 0 8px 1px; 84 84 font-size: 11px; … … 87 87 .wp-core-ui .button.button-hero, 88 88 .wp-core-ui .button-group.button-hero .button { 89 89 font-size: 14px; 90 height: 46px;90 min-height: 46px; 91 91 line-height: 3.14285714; 92 92 padding: 0 36px; 93 93 } … … 367 367 368 368 #media-upload.wp-core-ui .button { 369 369 padding: 0 10px 1px; 370 height: 24px;370 min-height: 24px; 371 371 line-height: 22px; 372 372 font-size: 13px; 373 373 } … … 388 388 padding: 0 10px 1px; 389 389 font-size: 13px; 390 390 line-height: 2; 391 height: 28px;391 min-height: 28px; 392 392 margin: 0; 393 393 vertical-align: inherit; 394 394 } … … 401 401 /* Reset responsive styles on Log in button on iframed login form */ 402 402 403 403 .interim-login .button.button-large { 404 height: 30px;404 min-height: 30px; 405 405 line-height: 2; 406 406 padding: 0 12px 2px; 407 407 }