diff --git a/wp-admin/categories.php b/wp-admin/categories.php index af712855f..8c1f52ffc 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -126,7 +126,7 @@ $messages[5] = __('Category not updated.');

- +


@@ -134,7 +134,7 @@ $messages[5] = __('Category not updated.');
- +
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 13ada6f4f..5cfe8ee44 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -16,7 +16,7 @@ else $mode = attribute_escape($_GET['mode']);
- +
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index 0d1685fc4..8804e2ddc 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -56,7 +56,7 @@ if (isset($_GET['message'])) : ?>

- +


@@ -82,7 +82,7 @@ if ( $page_links ) ?>
- +
diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 0a411c8bb..7e6077222 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -99,7 +99,7 @@ unset($status_links);

- +


@@ -107,7 +107,7 @@ unset($status_links);
- +
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 579dc6c64..9127c01f9 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -118,7 +118,7 @@ $messages[6] = __('Tags deleted.');

- +


@@ -144,7 +144,7 @@ if ( $page_links ) ?>
- +
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index db39f0765..71970f538 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -113,7 +113,7 @@ endif;

- +

@@ -135,7 +135,7 @@ if ( $page_links ) ?>
- + - +
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index dd853809a..636731b44 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -81,7 +81,7 @@ if ( isset($_GET['deleted']) ) {

- +


@@ -89,7 +89,7 @@ if ( isset($_GET['deleted']) ) {
- + \n"; diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 31431080e..67701a58b 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -137,7 +137,7 @@ if ($plugin_files) : if ( isset($_GET['phperror']) ) echo ""; else - echo ""; + echo ""; ?>

diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 188b88e69..cde8ddb22 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -104,7 +104,7 @@ $desc_header = ( $description != $file_show ) ? "$description (%s)" : " } ?> - +

@@ -160,7 +160,7 @@ if ($allowed_files) :

"; + echo ""; ?>

diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 18527543e..9b6fa8205 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -116,7 +116,7 @@ endif;

- +

@@ -138,7 +138,7 @@ if ( $page_links ) ?>
- + '.__('Attribute all posts and links to:')." $user_dropdown"; ?> -

+

@@ -275,7 +275,7 @@ unset($role_links);

- +


@@ -287,7 +287,7 @@ unset($role_links);
- +
@@ -436,7 +436,7 @@ foreach ( $wp_user_search->get_results() as $userid ) {

- +

diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 5ffde2014..67961f687 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -181,7 +181,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>

@@ -193,7 +193,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - + @@ -210,7 +210,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> - +
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 27053e574..6f26c66ad 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -134,7 +134,7 @@ form#upload #post_content { .submit input, .submit input:focus, .button, .button:focus { font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; color: #246; - padding: 6px; + padding: 4px 6px; background: #e5e5e5; border: none; -moz-border-radius: 2px; @@ -147,6 +147,13 @@ form#upload #post_content { color: #d54e21; } +select { + background: #fff; + border: 1px solid #ddd; + font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; + padding: none; +} + .editform th, #postcustomsubmit { text-align: right; } @@ -508,6 +515,13 @@ p.pagenav { margin: 0 6px; } +.tablenav .button, +div.nav .button, +.niceblue tr .button { + padding: 4px 6px; + background: #cee1ef; +} + .tablenav .dots { background-color: #e4f2fd; border-color: #e4f2fd;