diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index b32c67b78d..34763be978 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -1825,7 +1825,8 @@ div.action-links, text-align: left; } - #comments-form .fixed .column-author { + #comments-form .fixed .column-author, + #commentsdiv .fixed .column-author { display: none !important; } @@ -1980,6 +1981,22 @@ div.action-links, margin: 0 6px 0 0; } + #edithead .inside, + #commentsdiv #edithead .inside { + float: none; + text-align: left; + padding: 3px 5px; + } + + #commentsdiv #edithead .inside input, + #edithead .inside input { + width: 100%; + } + + #edithead label { + display: block; + } + #bulk-titles div { margin: 0.8em 0.3em; } diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index 93b72eef25..6f0e7bc9ab 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -490,7 +490,7 @@ function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'single', $ ?>
-