diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 138dd74e8..ff2ffe99b 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -30,13 +30,11 @@ function comment_submit_meta_box($comment) { // not used, but keeping for a bit
-

-

- +

+

+ + +

@@ -72,12 +70,13 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date);
-

- +
+
+

+
+
+ +
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 50ea85c7a..37dc736cb 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -292,7 +292,7 @@ textarea.all-options, input.all-options { padding: 0; } -#emaildiv input, #uridiv input { +#emaildiv input, #uridiv input, .stuffbox #name { width: 94%; } @@ -1138,6 +1138,19 @@ table.form-table td .updated { margin: 0; } +#comment-status-radio p { + margin: 3px 0 5px; +} + +#comment-status-radio input { + margin: 2px 3px 5px 0; + vertical-align: middle; +} + +#comment-status-radio label { + padding: 5px 0; +} + #tagchecklist { margin-left: 10px; font-size: 12px;