diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index 415d32a2b..8d9239850 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -4,12 +4,6 @@ a { color: #2583ad; text-decoration: none; } a:hover, .subsubsub a:hover, .subsubsub a.current:hover { color: #d54e21; } -a:focus, a:active { - border: none; - -moz-outline: none; - outline: none; -} - body { background: #ffffff; color: #333333; @@ -48,28 +42,30 @@ textarea, input, select { .hidden { display: none; } .subsubsub { - color: #999999; + color: #999; list-style: none; margin: 15px 0 10px 0; padding: 0; white-space: nowrap; + font-size: 12px; } .subsubsub a { line-height: 200%; padding: 3px; } -.subsubsub a.current { color: #000000; font-weight: bold; } +.subsubsub a.current { color: #000; font-weight: bold; } .subsubsub li { display: inline; margin: 0; padding: 0; } .widefat { - border: 1px solid #cccccc; + border: 1px solid #ccc; border-collapse: collapse; width: 100%; + clear: both; } .widefat td, .widefat th { - border-bottom: 1px solid #cccccc; - font-size: 12px; + border-bottom: 1px solid #ccc; + font-size: 10px; padding: 10px 6px 20px 6px; } diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index ff230503f..01e6bf862 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -102,8 +102,6 @@ unset($status_links);

-
-
diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 20c4d636c..47f407b3b 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -68,7 +68,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { if ( empty($title) ) $title = __('(no title)'); ?> - + post_status) _e(' — Private'); ?> -
-

- +
- + "; } diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 76fd18b85..f747fb572 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -145,7 +145,7 @@ function media_buttons() { $uploading_iframe_ID = (int) (0 == $post_ID ? $temp_ID : $post_ID); $multimedia_upload_iframe_src = "media-upload.php?type=multimedia&post_id=$uploading_iframe_ID"; $multimedia_upload_iframe_src = apply_filters('multimedia_upload_iframe_src', $multimedia_upload_iframe_src); - echo "" . __('Add media'). ''; + echo "" . __('Add media'). ''; } add_action( 'media_buttons', 'media_buttons' ); diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 955b36a2d..e7d6332b5 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -42,7 +42,7 @@ function _cat_row( $category, $level, $name_override = false ) { $pad = str_repeat( '— ', $level ); if ( current_user_can( 'manage_categories' ) ) { - $edit = "". ( $name_override ? $name_override : $pad . ' ' . $category->name ) .""; + $edit = "". ( $name_override ? $name_override : $pad . ' ' . $category->name ) .""; $default_cat_id = (int) get_option( 'default_category' ); } else { $edit = ( $name_override ? $name_override : $pad . ' ' . $category->name ); @@ -70,7 +70,7 @@ function link_cat_row( $category ) { return $category; if ( current_user_can( 'manage_categories' ) ) { - $edit = "". ( $name_override ? $name_override : $category->name ) .""; + $edit = "". ( $name_override ? $name_override : $category->name ) .""; $default_cat_id = (int) get_option( 'default_link_category' ); } else { $edit = ( $name_override ? $name_override : $category->name ); @@ -235,7 +235,7 @@ function _tag_row( $tag, $class = '' ) { $out = ''; $out .= ''; $out .= ''; - $out .= ''; $out .= ""; @@ -299,7 +299,7 @@ function wp_manage_posts_columns() { $posts_columns['categories'] = __('Categories'); $posts_columns['tags'] = __('Tags'); if ( !in_array($_GET['post_status'], array('pending', 'draft', 'future')) ) - $posts_columns['comments'] = '
'; + $posts_columns['comments'] = 'Comments'; $posts_columns['status'] = __('Status'); $posts_columns = apply_filters('manage_posts_columns', $posts_columns); @@ -403,7 +403,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) { if ( empty($title) ) $title = __('(no title)'); ?> - $link->link_name
"; + echo ""; break; case 'url': diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 4dd163e9c..0a0ab063e 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -121,8 +121,6 @@ endif; -
-
diff --git a/wp-admin/import.php b/wp-admin/import.php index 6a12022c9..45ca450fd 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -44,7 +44,7 @@ if (empty ($importers)) { $style = 'class="'.$style.'"'; echo "
$action$action {$data[1]}
' . + $out .= '' . apply_filters( 'term_name', $tag->name ) . '$count + post_status) _e(' — Private'); ?> $link->link_name
"; echo $link->link_description . "