diff --git a/wp-admin/css/forms.css b/wp-admin/css/forms.css
index f219831..e38f29d 100644
a
|
b
|
input.regular-text { |
391 | 391 | input.small-text { |
392 | 392 | width: 50px; |
393 | 393 | padding: 1px 6px; |
| 394 | margin-top: -4px; |
394 | 395 | } |
395 | 396 | |
396 | 397 | input[type="number"].small-text { |
… |
… |
ul#add-to-blog-users { |
665 | 666 | } |
666 | 667 | |
667 | 668 | .form-table td fieldset label { |
668 | | margin: 0.25em 0 0.5em !important; |
| 669 | margin: 0.35em 0 0.5em !important; |
669 | 670 | display: inline-block; |
670 | 671 | } |
671 | 672 | |
| 673 | .form-table td fieldset p label { |
| 674 | margin-top: 0 !important; |
| 675 | } |
| 676 | |
672 | 677 | .form-table td fieldset label, |
673 | 678 | .form-table td fieldset p, |
674 | 679 | .form-table td fieldset li { |