1 | Index: wp-admin/css/forms.css |
---|
2 | =================================================================== |
---|
3 | --- wp-admin/css/forms.css (revision 28567) |
---|
4 | +++ wp-admin/css/forms.css (working copy) |
---|
5 | @@ -177,6 +177,7 @@ |
---|
6 | |
---|
7 | input, |
---|
8 | select { |
---|
9 | + height: 28px; |
---|
10 | margin: 1px; |
---|
11 | padding: 3px 5px; |
---|
12 | } |
---|
13 | @@ -808,7 +809,7 @@ |
---|
14 | margin-top: 10px; |
---|
15 | } |
---|
16 | |
---|
17 | - #wpbody select { |
---|
18 | + #wpbody select, #wpbody input { |
---|
19 | height: 36px; |
---|
20 | font-size: 16px; |
---|
21 | } |
---|
22 | Index: wp-includes/css/buttons.css |
---|
23 | =================================================================== |
---|
24 | --- wp-includes/css/buttons.css (revision 28567) |
---|
25 | +++ wp-includes/css/buttons.css (working copy) |
---|
26 | @@ -46,7 +46,7 @@ |
---|
27 | display: inline-block; |
---|
28 | text-decoration: none; |
---|
29 | font-size: 13px; |
---|
30 | - line-height: 26px; |
---|
31 | + line-height: 24px; |
---|
32 | height: 28px; |
---|
33 | margin: 0; |
---|
34 | padding: 0 10px 1px; |
---|