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