diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 6b07e51500..3c45f2b935 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -1087,8 +1087,10 @@ table.form-table td .updated p { } .form-table span.description { + display: inline; padding: 4px 0 0; line-height: 1.4em; + font-size: 14px; } .form-table th { @@ -1098,10 +1100,22 @@ table.form-table td .updated p { } .form-table td { - padding-top: 8px; + margin-bottom: 0; + padding-bottom: 6px; + padding-top: 4px; padding-left: 0; } + .form-table.permalink-structure td code { + margin-left: 32px; + } + + .form-table.permalink-structure td input[type="text"] { + margin-left: 32px; + margin-top: 4px; + width: 96%; + } + .form-table input.regular-text { width: 100%; }