diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index 8d92398506..33e4d7a969 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -52,7 +52,7 @@ textarea, input, select { .subsubsub a { line-height: 200%; padding: 3px; } -.subsubsub a.current { color: #000; font-weight: bold; } +.subsubsub a.current { color: #000; font-weight: bold; background: none; border: none;} .subsubsub li { display: inline; margin: 0; padding: 0; } @@ -67,6 +67,7 @@ textarea, input, select { border-bottom: 1px solid #ccc; font-size: 10px; padding: 10px 6px 20px 6px; + vertical-align: text-top; } .widefat th { diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 21a6f253bd..cd676f0261 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -61,7 +61,7 @@ foreach ( $stati as $status => $label ) { } $class = ( '' === $comment_status ) ? ' class="current"' : ''; $status_links[] = "
+