diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index fa610c1b29..9c69ce0631 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -78,7 +78,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'control_view': ?> - + post_modified ) _e('Unpublished'); else echo mysql2date( __('Y-m-d g:i a'), $post->post_modified ); ?> - + " . __( 'Edit' ) . ""; } ?> " . __( 'Delete' ) . ""; } ?> @@ -592,4 +592,4 @@ function wp_remember_old_slug() { echo ''; } -?> \ No newline at end of file +?> diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 732950730a..3ece222770 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -103,14 +103,14 @@ thead, .thead { padding: 1em; } -a.edit, a.delete, a.edit:hover, a.delete:hover { +a.view, a.edit, a.delete, a.view:hover, a.edit:hover, a.delete:hover { border-bottom: none; display: block; padding: 5px 0; text-align: center; } -a.edit:hover { +a.view:hover, a.edit:hover { background: #ccc; color: #036; }