diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 438e46ca03..70fab86072 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -189,7 +189,7 @@ if ( $page_links )
- +
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 3a8002e62c..971f3925f1 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -43,15 +43,15 @@ div.dashboard-widget, border-color: #ccc; } -#poststuff .inside .spam { +#poststuff .inside label.spam { color: red; } -#poststuff .inside .waiting { +#poststuff .inside label.waiting { color: orange; } -#poststuff .inside .approved { +#poststuff .inside label.approved { color: green; } @@ -129,10 +129,6 @@ h3.info-box-title, background-color: #dfdfdf; } -.metabox-holder { - color: #777; -} - .form-table tr, .form-wrap .form-field { background-color: #f9f9f9; @@ -330,13 +326,18 @@ a.button.disabled { border-color: #535353; } +a:active, +a:focus { + color: #d54e21 !important; +} + +a:hover, .button:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #adminmenu ul.wp-submenu a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, -a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, @@ -432,8 +433,8 @@ ul#widget-list li.widget-list-item, border-color: #dfdfdf; } -.widefat thead, -.widefat tfoot, +.widefat thead tr, +.widefat tfoot tr, .thead, .tfoot, h3.dashboard-widget-title, @@ -913,7 +914,7 @@ abbr.required, color: #888; } -.wp_themeSkin tr.mceFirst { +.wp_themeSkin tr.mceFirst td.mceToolbar { background-color: #dfdfdf; border-color: #dfdfdf; } diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css index c99d937419..8c8924e680 100644 --- a/wp-admin/css/dashboard.css +++ b/wp-admin/css/dashboard.css @@ -16,6 +16,7 @@ form .input-text-wrap { #dashboard-widgets form .input-text-wrap input { border: 0 none; outline: none; + margin: 0; padding: 0; width: 99%; color: #333; @@ -66,7 +67,7 @@ form .textarea-wrap { } div.postbox div.inside { - margin: 0 10px 10px; + margin: 10px; position: relative; } @@ -293,8 +294,7 @@ div.postbox div.inside { } #dashboard-widgets #dashboard_quick_press form p.submit { - padding: .8em .8em .8em 5.3em; - margin: 0 -10px -10px; + margin-left: 4.6em; } #dashboard-widgets #dashboard_quick_press form p.submit input { diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index 2457298878..a257de0fa4 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -66,7 +66,7 @@ table { #wpcontent { height: 100%; - margin-bottom: 50px; + padding-bottom: 50px; } #wpbody-content { @@ -291,12 +291,12 @@ h6 { border-radius: 4px; } -.widefat a { - text-decoration: none; +.widefat * { + word-wrap: break-word; } -.widefat abbr { - white-space: nowrap; +.widefat a { + text-decoration: none; } .widefat td, @@ -309,12 +309,12 @@ h6 { } .widefat td { - padding: 7px 15px 9px 10px; + padding: 5px 7px; vertical-align: top; } .widefat th { - padding: 7px 15px 8px 10px; + padding: 7px 7px 8px; text-align: left; line-height: 1.3em; } @@ -326,18 +326,20 @@ h6 { } .widefat .check-column { - text-align: right; - width: 1.5em; + width: 2.2em; padding: 0; } .widefat tbody th.check-column { - padding: 10px 0 22px; + padding: 7px 0 22px; } .widefat .num, -.widefat .column-comments { +.column-comments, +.column-links, +.column-posts, +.column-parent { text-align: center; } diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css index c9be4a433f..b0f44cb5fe 100644 --- a/wp-admin/css/ie.css +++ b/wp-admin/css/ie.css @@ -38,6 +38,18 @@ input.button-highlighted { padding-right: 0; } +#wpbody-content .postbox { + border: 1px solid #dfdfdf; +} + +#wpbody-content .postbox h3 { + margin-bottom: -1px; +} + +#wpbody-content .postbox .inside { + +} + #wphead-info { float: right; } @@ -63,9 +75,11 @@ input.button-highlighted { _width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%"); } */ +ul#adminmenu { + z-index: 99; +} * html #adminmenu { - z-index: 1; width: 145px; margin: 12px; padding: 0; @@ -182,6 +196,21 @@ input.button-highlighted { } /* end Inline Editor */ +#titlediv #title { + width: 98%; +} + +a.button { + line-height: 1.4em; + margin: 1px; +} + +.widefat thead tr th, +.widefat tfoot tr th { + background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top; + color: #333333; +} + * html div.widget-liquid-left-holder, * html div.widget-liquid-right { display: block; @@ -196,6 +225,7 @@ input.button-highlighted { z-index: 12; } +#post-status-info, #wpwrap, #wpcontent, #post, @@ -302,15 +332,6 @@ div#dashboard-widgets { margin-top: 2px; } -.tablenav-pages .page-numbers { - display: inline-block; -} - -.tablenav-pages { - display: block; - margin-top: -3px; -} - table.ie-fixed { table-layout: fixed; } diff --git a/wp-admin/edit-attachment-rows.php b/wp-admin/edit-attachment-rows.php index 510338dda7..cefd04b006 100644 --- a/wp-admin/edit-attachment-rows.php +++ b/wp-admin/edit-attachment-rows.php @@ -8,7 +8,7 @@ if ( ! defined('ABSPATH') ) die(); ?> -
+
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index d87f8b689e..234da8033f 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -248,7 +248,7 @@ if ( 'spam' == $comment_status ) {
-
+
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index d3b57a6133..c88183aaa9 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -428,13 +428,13 @@ function post_comment_status_meta_box($post) { wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); ?> -
+ - - - - + + + + diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index 199f1afe4f..b7558a5c96 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -117,7 +117,7 @@ if ( $page_links )
- +
diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 0ecb0e93f5..b0c76e6336 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -213,7 +213,7 @@ if ( $page_links ) : ?> if ($posts) { ?> -
+
@@ -279,18 +279,18 @@ if ( 1 == count($posts) && is_singular() ) :
-
+
- - - + + + comment_ID, 'detail', false, false ); + _wp_comment_row( $comment->comment_ID, 'single', false, false ); ?>
diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 1538ecb245..2a960854b3 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -8,7 +8,7 @@ if ( ! defined('ABSPATH') ) die(); ?> - +
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 66c9ba1bb2..6923e2b384 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -185,7 +185,7 @@ if ( $page_links )
-
+
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index f34bfcb792..2ca561da6e 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -284,20 +284,20 @@ if ( 1 == count($posts) && is_singular() ) :
-
+
- - - + + + - - - + + + diff --git a/wp-admin/images/button-grad.png b/wp-admin/images/button-grad.png index 556e0b7e8b..3f96366ca1 100644 Binary files a/wp-admin/images/button-grad.png and b/wp-admin/images/button-grad.png differ diff --git a/wp-admin/images/white-grad.png b/wp-admin/images/white-grad.png index 76210aea85..aaf57aa950 100644 Binary files a/wp-admin/images/white-grad.png and b/wp-admin/images/white-grad.png differ diff --git a/wp-admin/import.php b/wp-admin/import.php index 74a77995c0..2b2691bd15 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -39,7 +39,7 @@ if (empty ($importers)) { echo '

'.__('No importers are available.').'

'; // TODO: make more helpful } else { ?> -
+
" class="media-upload-form validate" id="gallery-form"> -
+
diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 2c404c7162..b237aa4496 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -279,7 +279,7 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){ ?>
-
+
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 41f5068a7f..6bd7d65e57 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -708,8 +708,8 @@ function wp_manage_media_columns() { $posts_columns['author'] = __('Author'); $posts_columns['tags'] = _c('Tags|media column header'); $posts_columns['parent'] = _c('Attached to|media column header'); - //$posts_columns['comments'] = '
Comments
'; - $posts_columns['comments'] = __('Comments'); + $posts_columns['comments'] = '
Comments
'; + //$posts_columns['comments'] = __('Comments'); $posts_columns['date'] = _c('Date|media column header'); $posts_columns = apply_filters('manage_media_columns', $posts_columns); @@ -831,10 +831,10 @@ function print_column_headers( $type, $id = true ) { $columns = get_column_headers( $type ); $hidden = (array) get_user_option( "manage-$type-columns-hidden" ); $styles = array(); - $styles['tag']['posts'] = 'width: 90px;'; - $styles['link-category']['links'] = 'width: 90px;'; - $styles['category']['posts'] = 'width: 90px;'; - $styles['link']['visible'] = 'text-align: center;'; +// $styles['tag']['posts'] = 'width: 90px;'; +// $styles['link-category']['links'] = 'width: 90px;'; +// $styles['category']['posts'] = 'width: 90px;'; +// $styles['link']['visible'] = 'text-align: center;'; foreach ( $columns as $column_key => $column_display_name ) { $class = ' class="manage-column'; @@ -1977,7 +1977,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true case 'author': echo "
"; comment_author(); echo '
'; if ( !empty($author_url) ) - echo "$author_url_display
"; + echo "$author_url_display
"; if ( current_user_can( 'edit_post', $post->ID ) ) { if ( !empty($comment->comment_author_email) ) { comment_author_email_link(); @@ -2038,8 +2038,6 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',