Make WordPress Core

Ticket #28984: 28984.3.diff

File 28984.3.diff, 505 bytes (added by michaelarestad, 9 years ago)
  • src/wp-admin/css/forms.css

     
    6969
    7070/* Vertically align the number selector with the input. */
    7171input[type="number"] {
     72        height: 28px;
    7273        line-height: inherit;
    7374}
    7475
     
    10501051                padding: 6px 10px;
    10511052        }
    10521053
     1054        input[type="number"] {
     1055                height: 40px;
     1056        }
     1057
    10531058        input.code {
    10541059                padding-bottom: 5px;
    10551060                padding-top: 10px;