Ticket #28984: 28984.3.diff
File 28984.3.diff, 505 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/forms.css
69 69 70 70 /* Vertically align the number selector with the input. */ 71 71 input[type="number"] { 72 height: 28px; 72 73 line-height: inherit; 73 74 } 74 75 … … 1050 1051 padding: 6px 10px; 1051 1052 } 1052 1053 1054 input[type="number"] { 1055 height: 40px; 1056 } 1057 1053 1058 input.code { 1054 1059 padding-bottom: 5px; 1055 1060 padding-top: 10px;