From aac340be409aa9978f78ca421577c1e6d180a092 Mon Sep 17 00:00:00 2001 From: azaozz Date: Wed, 8 Oct 2008 05:24:25 +0000 Subject: [PATCH] Comment status on edit comment page: change drop-down to radio buttons git-svn-id: http://svn.automattic.com/wordpress/trunk@9099 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 25 ++++++++++++------------- wp-admin/wp-admin.css | 15 ++++++++++++++- 2 files changed, 26 insertions(+), 14 deletions(-) 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;