Ticket #17324: 17324.diff
| File 17324.diff, 44.7 KB (added by , 15 years ago) |
|---|
-
wp-admin/menu-header.php
76 76 $img = '<img src="' . $item[6] . '" alt="" />'; 77 77 } 78 78 $toggle = '<div class="wp-menu-toggle"><br /></div>'; 79 $arrow = '<div class="wp-menu-arrow"><div></div></div>'; 79 80 80 81 $title = wptexturize($item[0]); 81 82 … … 91 92 $menu_file = substr($menu_file, 0, $pos); 92 93 if ( ( ('index.php' != $submenu[$item[2]][0][2]) && file_exists(WP_PLUGIN_DIR . "/$menu_file") ) || !empty($menu_hook)) { 93 94 $admin_is_parent = true; 94 echo "<div class='wp-menu-image'><a href='admin.php?page={$submenu[$item[2]][0][2]}'>$img</a></div>$ toggle<a href='admin.php?page={$submenu[$item[2]][0][2]}'$class$tabindex>$title</a>";95 echo "<div class='wp-menu-image'><a href='admin.php?page={$submenu[$item[2]][0][2]}'>$img</a></div>$arrow$toggle<a href='admin.php?page={$submenu[$item[2]][0][2]}'$class$tabindex>$title</a>"; 95 96 } else { 96 echo "\n\t<div class='wp-menu-image'><a href='{$submenu[$item[2]][0][2]}'>$img</a></div>$ toggle<a href='{$submenu[$item[2]][0][2]}'$class$tabindex>$title</a>";97 echo "\n\t<div class='wp-menu-image'><a href='{$submenu[$item[2]][0][2]}'>$img</a></div>$arrow$toggle<a href='{$submenu[$item[2]][0][2]}'$class$tabindex>$title</a>"; 97 98 } 98 99 } else if ( current_user_can($item[1]) ) { 99 100 $menu_hook = get_plugin_page_hook($item[2], 'admin.php'); … … 102 103 $menu_file = substr($menu_file, 0, $pos); 103 104 if ( ('index.php' != $item[2]) && file_exists(WP_PLUGIN_DIR . "/$menu_file") || !empty($menu_hook) ) { 104 105 $admin_is_parent = true; 105 echo "\n\t<div class='wp-menu-image'><a href='admin.php?page={$item[2]}'>$img</a></div>$ toggle<a href='admin.php?page={$item[2]}'$class$tabindex>{$item[0]}</a>";106 echo "\n\t<div class='wp-menu-image'><a href='admin.php?page={$item[2]}'>$img</a></div>$arrow$toggle<a href='admin.php?page={$item[2]}'$class$tabindex>{$item[0]}</a>"; 106 107 } else { 107 echo "\n\t<div class='wp-menu-image'><a href='{$item[2]}'>$img</a></div>$ toggle<a href='{$item[2]}'$class$tabindex>{$item[0]}</a>";108 echo "\n\t<div class='wp-menu-image'><a href='{$item[2]}'>$img</a></div>$arrow$toggle<a href='{$item[2]}'$class$tabindex>{$item[0]}</a>"; 108 109 } 109 110 } 110 111 … … 170 171 171 172 ?> 172 173 174 <div id="adminmenuback"></div> 175 <div id="adminmenuwrap"> 176 <div id="adminmenushadow"></div> 173 177 <ul id="adminmenu"> 174 178 175 179 <?php … … 179 183 180 184 ?> 181 185 </ul> 186 </div> -
wp-admin/users.php
359 359 <h2> 360 360 <?php 361 361 echo esc_html( $title ); 362 if ( current_user_can( 'create_users' ) ) { ?> 363 <a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user' ); ?></a> 364 <?php } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) { ?> 365 <a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x( 'Add Existing', 'user' ); ?></a> 366 <?php } 367 362 favorite_actions( $current_screen ); 368 363 if ( $usersearch ) 369 364 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $usersearch ) ); ?> 370 365 </h2> -
wp-admin/index.php
56 56 57 57 <div class="wrap"> 58 58 <?php screen_icon(); ?> 59 <h2><?php echo esc_html( $title ); ?></h2> 59 <h2><?php 60 echo esc_html( $title ); 61 favorite_actions( $current_screen ); ?> 62 </h2> 60 63 61 64 <div id="dashboard-widgets-wrap"> 62 65 -
wp-admin/upload.php
160 160 161 161 <div class="wrap"> 162 162 <?php screen_icon(); ?> 163 <h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'file'); ?></a> <?php 163 <h2><?php 164 echo esc_html( $title ); 165 favorite_actions( $current_screen ); 164 166 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) 165 167 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); ?> 166 168 </h2> -
wp-admin/network/users.php
72 72 ?> 73 73 <div class="wrap"> 74 74 <?php screen_icon(); ?> 75 <h2><?php esc_html_e( 'Users' ); 76 if ( current_user_can( 'create_users') ) : ?> 77 <a href="<?php echo network_admin_url('user-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user' ); ?></a><?php 78 endif; 79 80 if ( !empty( $usersearch ) ) 81 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $usersearch ) ); 75 <h2><?php 76 esc_html_e( 'Users' ); 77 if ( current_user_can( 'create_users' ) ) { 78 favorite_actions( $current_screen ); 79 } 80 if ( !empty( $usersearch ) ) { 81 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $usersearch ) ); 82 } 82 83 ?> 83 84 </h2> 84 85 -
wp-admin/network/themes.php
34 34 $referer = remove_query_arg( $temp_args, wp_get_referer() ); 35 35 36 36 if ( $action ) { 37 $allowed_themes = get_site_option( 'allowedthemes' ); 37 $allowed_themes = get_site_option( 'allowedthemes' ); 38 38 switch ( $action ) { 39 39 case 'enable': 40 40 check_admin_referer('enable-theme_' . $_GET['theme']); … … 100 100 if ( $data['Name'] == $main_theme ) { 101 101 unset( $themes[$key] ); 102 102 } else { 103 $files_to_delete = array_merge( $files_to_delete, list_files( WP_CONTENT_DIR . "/themes/$theme" ) ); 103 $files_to_delete = array_merge( $files_to_delete, list_files( WP_CONTENT_DIR . "/themes/$theme" ) ); 104 104 $theme_info[ $theme ] = $data; 105 105 } 106 106 } 107 107 108 108 if ( empty( $themes ) ) { 109 109 wp_redirect( add_query_arg( 'error', 'main', $referer ) ); 110 110 exit; … … 162 162 163 163 foreach ( $themes as $theme ) 164 164 $delete_result = delete_theme( $theme, esc_url( add_query_arg( array('verify-delete' => 1), $_SERVER['REQUEST_URI'] ) ) ); 165 $paged = ( $_REQUEST['paged'] ) ? $_REQUEST['paged'] : 1; 165 $paged = ( $_REQUEST['paged'] ) ? $_REQUEST['paged'] : 1; 166 166 wp_redirect( network_admin_url( "themes.php?deleted=".count( $themes )."&paged=$paged&s=$s" ) ); 167 167 exit; 168 168 break; … … 199 199 200 200 <div class="wrap"> 201 201 <?php screen_icon('themes'); ?> 202 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } 203 if ( $s ) 204 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 202 <h2><?php 203 echo esc_html( $title ); 204 if ( current_user_can('install_themes') ) { 205 favorite_actions( $current_screen ); 206 } 207 if ( $s ) 208 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 205 209 </h2> 206 210 207 211 <?php -
wp-admin/network/sites.php
99 99 100 100 <div class="wrap"> 101 101 <?php screen_icon('ms-admin'); ?> 102 <h2><?php _e('Sites') ?>103 <?php echo $msg; ?> 104 <?php if ( current_user_can( 'create_sites') ) : ?> 105 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'site' ); ?></a> 106 <?php endif; ?> 107 108 <?phpif ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) {102 <h2><?php 103 _e('Sites') 104 echo $msg; 105 if ( current_user_can( 'create_sites') ) { 106 favorite_actions( $current_screen ); 107 } 108 if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) { 109 109 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) ); 110 110 } ?> 111 111 </h2> -
wp-admin/admin-header.php
101 101 </script> 102 102 103 103 <div id="wpwrap"> 104 <?php require(ABSPATH . 'wp-admin/menu-header.php'); ?> 104 105 <div id="wpcontent"> 105 106 <div id="wphead"> 106 107 <?php … … 130 131 } 131 132 ?> 132 133 133 <img id="header-logo" src="<?php echo esc_url( includes_url( 'images/blank.gif' ) ); ?>" alt="" width=" 32" height="32" />134 <img id="header-logo" src="<?php echo esc_url( includes_url( 'images/blank.gif' ) ); ?>" alt="" width="16" height="16" /> 134 135 <h1 id="site-heading" <?php echo $title_class ?>> 135 136 <a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>"> 136 137 <span id="site-title"><?php echo $blog_name ?></span> … … 161 162 echo implode(' ', $links); 162 163 ?></p> 163 164 </div> 164 165 <?php favorite_actions($current_screen); ?>166 165 </div> 167 166 </div> 168 167 … … 170 169 <?php 171 170 unset($title_class, $blog_name, $total_update_count, $update_title); 172 171 173 require(ABSPATH . 'wp-admin/menu-header.php');174 175 172 $current_screen->parent_file = $parent_file; 176 173 $current_screen->parent_base = preg_replace('/\?.*$/', '', $parent_file); 177 174 $current_screen->parent_base = str_replace('.php', '', $current_screen->parent_base); -
wp-admin/plugins.php
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
385 385 386 386 <div class="wrap"> 387 387 <?php screen_icon(); ?> 388 <h2><?php echo esc_html( $title ); 389 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?> 390 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a> 391 <?php } 388 <h2><?php 389 echo esc_html( $title ); 390 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { 391 favorite_actions( $current_screen ); 392 } 392 393 if ( $s ) 393 394 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 394 395 </h2> -
wp-admin/edit.php
190 190 ?> 191 191 <div class="wrap"> 192 192 <?php screen_icon(); ?> 193 <h2><?php echo esc_html( $post_type_object->labels->name ); ?> <a href="<?php echo $post_new_file ?>" class="button add-new-h2"><?php echo esc_html($post_type_object->labels->add_new); ?></a> <?php 193 <h2><?php 194 echo esc_html( $post_type_object->labels->name ); 195 favorite_actions( $current_screen ); 194 196 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) 195 197 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); ?> 196 198 </h2> -
wp-admin/css/theme-editor.dev.css
10 10 font-family: Consolas, Monaco, Courier, monospace; 11 11 font-size: 12px; 12 12 width: 97%; 13 background: #f9f9f9; 14 outline: none; 13 15 } 14 16 15 17 #template p { -
wp-admin/css/dashboard.dev.css
9 9 } 10 10 11 11 form .input-text-wrap { 12 background: #fff; 12 13 border-style: solid; 13 14 border-width: 1px; 14 15 padding: 2px 3px; … … 25 26 } 26 27 27 28 form .textarea-wrap { 29 background: #fff; 28 30 border-style: solid; 29 31 border-width: 1px; 30 32 padding: 2px; … … 57 59 } 58 60 59 61 div.postbox div.inside { 60 margin: 10px ;62 margin: 10px 0; 61 63 position: relative; 62 64 } 63 65 … … 95 97 } 96 98 97 99 #dashboard_right_now p.sub { 98 font-style: italic; 99 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 100 padding: 5px 10px 15px; 101 color: #777; 102 font-size: 13px; 100 padding: 5px 0 15px; 101 color: #8f8f8f; 102 font-size: 14px; 103 103 position: absolute; 104 104 top: -17px; 105 105 left: 15px; 106 106 } 107 107 108 108 #dashboard_right_now .table { 109 margin: 0 -9px;110 padding: 0 10px;109 margin: 0; 110 padding: 0; 111 111 position: relative; 112 112 } 113 113 … … 199 199 200 200 #dashboard_recent_comments .comment-meta .approve { 201 201 font-style: italic; 202 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;202 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 203 203 font-size: 10px; 204 204 } 205 205 … … 263 263 /* QuickPress */ 264 264 265 265 #dashboard_quick_press h4 { 266 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;266 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 267 267 float: left; 268 268 width: 5.5em; 269 269 clear: both; … … 331 331 } 332 332 333 333 #dashboard_recent_drafts h4 abbr { 334 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;334 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 335 335 font-size: 11px; 336 336 color: #999; 337 337 margin-left: 3px; … … 379 379 /* Plugins */ 380 380 381 381 #dashboard_plugins h4 { 382 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;382 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 383 383 } 384 384 385 385 #dashboard_plugins h5 { -
wp-admin/css/global.dev.css
62 62 height: auto; 63 63 min-height: 100%; 64 64 width: 100%; 65 position: relative; 65 66 } 66 67 67 68 #wpcontent { 68 69 height: 100%; 69 padding-bottom: 50px;70 70 } 71 71 72 #wp body {73 clear: both; 74 margin-left: 1 75px;72 #wpcontent, 73 #footer { 74 margin-left: 160px; 75 75 } 76 76 77 .folded #wpbody{78 margin-left: 60px;77 #wpbody-content { 78 padding-bottom: 50px; 79 79 } 80 80 81 .folded #wpcontent, 82 .folded #footer { 83 margin-left: 47px; 84 } 85 81 86 #wpbody-content { 82 87 float: left; 83 88 width: 100%; 84 89 } 85 90 91 #adminmenuback, 92 #adminmenuwrap, 93 #adminmenu, 94 #adminmenu .wp-submenu ul { 95 width: 145px; 96 } 97 98 #adminmenuback { 99 position: absolute; 100 top: 0; 101 bottom: 0; 102 z-index: -1; 103 } 104 105 #adminmenuwrap { 106 float: left; 107 } 108 86 109 #adminmenu { 87 float: left;88 110 clear: left; 89 width: 145px;90 margin-top: 15px;91 margin-right: 5px;92 margin-bottom: 15px;93 margin-left: -160px;94 position: relative;95 111 padding: 0; 96 112 list-style: none; 97 113 } 98 114 99 .folded #adminmenu { 100 margin-left: -45px; 101 } 102 115 .folded #adminmenuback, 116 .folded #adminmenuwrap, 103 117 .folded #adminmenu, 104 118 .folded #adminmenu li.menu-top { 105 width: 28px;119 width: 32px; 106 120 } 107 121 108 122 #footer { 109 clear: both;110 123 position: relative; 111 width: 100%;112 124 } 113 125 114 126 /* inner 2 column liquid layout */ … … 228 240 textarea, 229 241 input, 230 242 select { 231 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;243 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 232 244 font-size: 13px; 233 245 } 234 246 … … 502 514 } 503 515 504 516 .wrap h2 { 505 font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 517 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 518 font-weight: 200; 519 font-size: 24px; 506 520 margin: 0; 507 521 padding: 14px 15px 3px 0; 508 522 line-height: 35px; -
wp-admin/css/colors-classic.dev.css
1 1 html, 2 2 .wp-dialog { 3 background-color: #f cfcfb;3 background-color: #fff; 4 4 } 5 5 6 6 * html input, … … 570 570 #footer { 571 571 color: #777; 572 572 border-color: #b0c8d7; 573 background: #cfdfe9; /* fallback color */574 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff);575 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));576 573 } 577 574 578 575 #media-items, … … 696 693 697 694 #wphead { 698 695 border-bottom:#b0c8d7 1px solid; 699 background: #cfdfe9; /* fallback color */700 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff);701 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));702 696 } 703 697 704 698 #wphead h1 a { -
wp-admin/css/colors-fresh.dev.css
1 1 html, 2 2 .wp-dialog { 3 background-color: #f 9f9f9;3 background-color: #fff; 4 4 } 5 5 6 6 * html input, … … 138 138 .widget .widget-top, 139 139 .postbox h3, 140 140 .stuffbox h3 { 141 b ackground: #dfdfdf url("../images/gray-grad.png") repeat-x left top;141 border-bottom-color: #dfdfdf; 142 142 text-shadow: #fff 0 1px 0; 143 -moz-box-shadow: 0 1px 0 #fff; 144 -webkit-box-shadow: 0 1px 0 #fff; 145 box-shadow: 0 1px 0 #fff; 143 146 } 144 147 145 148 .form-table th, … … 569 572 570 573 #footer { 571 574 color: #777; 572 border-color: #d1d1d1; 573 background: #d9d9d9; /* fallback color */ 574 background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); 575 background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); 575 border-color: #dfdfdf; 576 576 } 577 577 578 578 #media-items, … … 642 642 #poststuff .postarea, 643 643 .stuffbox { 644 644 border-color: #dfdfdf; 645 -moz-box-shadow: inset 0 1px 0 #fff; 646 -webkit-box-shadow: inset 0 1px 0 #fff; 647 box-shadow: inset 0 1px 0 #fff; 645 648 } 646 649 647 650 .widget, 651 #widget-list .widget-top, 648 652 .postbox { 649 background-color: #f ff;653 background-color: #f9f9f9; 650 654 } 651 655 652 656 .ui-sortable .postbox h3 { … … 695 699 } 696 700 697 701 #wphead { 698 border-bottom:#c6c6c6 1px solid; 699 background: #d9d9d9; /* fallback color */ 700 background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); 701 background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); 702 border-bottom:#dfdfdf 1px solid; 702 703 } 703 704 704 705 #wphead h1 a { … … 713 714 #user_info a:visited, 714 715 #footer a:link, 715 716 #footer a:visited { 716 color: #222;717 717 text-decoration: none; 718 718 } 719 719 … … 1083 1083 } 1084 1084 1085 1085 /* menu */ 1086 #adminmenu * { 1087 border-color: #e3e3e3; 1086 #adminmenuback, 1087 #adminmenuwrap { 1088 background-color: #ececec; 1089 border-color: #dfdfdf; 1088 1090 } 1089 1091 1092 #adminmenushadow, 1093 #adminmenuback { 1094 background-image: url(../images/menu-shadow.png); 1095 background-position: top right; 1096 background-repeat: repeat-y; 1097 } 1098 1090 1099 #adminmenu li.wp-menu-separator { 1091 background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; 1100 background: #cfcfcf; 1101 border-color: #b7b7b7; 1092 1102 } 1093 1103 1094 .folded #adminmenu li.wp-menu-separator {1095 b ackground: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;1104 #adminmenu a.separator { 1105 border-color: #e1e1e1; 1096 1106 } 1097 1107 1098 1108 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1099 1109 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1100 background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -207px; 1110 /* background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -207px;*/ 1111 background: transparent; 1101 1112 } 1102 1113 1103 1114 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, … … 1105 1116 background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px; 1106 1117 } 1107 1118 1108 #adminmenu a.menu-top { 1109 background: #f1f1f1 url(../images/menu-bits.gif?ver=20100610) repeat-x scroll left -379px; 1119 #adminmenu a.menu-top, 1120 .folded #adminmenu li.menu-top { 1121 border-top-color: #f9f9f9; 1122 border-bottom-color: #dfdfdf; 1110 1123 } 1111 1124 1112 #adminmenu .wp-submenu a{1113 b ackground: #fff url(../images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -310px;1125 #adminmenu li.wp-menu-open { 1126 border-color: #dfdfdf; 1114 1127 } 1115 1128 1116 #adminmenu .wp-has-current-submenu ul li a { 1117 background: none; 1129 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1130 #adminmenu li.current a.menu-top, 1131 .folded #adminmenu li.wp-has-current-submenu, 1132 .folded #adminmenu li.current.menu-top, 1133 #adminmenu .wp-menu-arrow { 1134 background: #777; /* fallback color */ 1135 background:-moz-linear-gradient(bottom, #6d6d6d, #808080); 1136 background:-webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); 1118 1137 } 1119 1138 1120 #adminmenu .wp-has-current-submenu ul li a.current {1121 background: url(../images/menu-dark.gif) top left no-repeat !important;1122 }1123 1124 .wp-has-current-submenu .wp-submenu {1125 border-top: none !important;1126 }1127 1128 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {1129 border-bottom: #aaa 1px solid;1130 }1131 1132 1139 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1133 1140 #adminmenu li.current a.menu-top { 1134 background: #e0e0e0 url(../images/menu-bits.gif?ver=20100610) top left repeat-x; 1135 border: #aaa 1px solid; 1136 color: #000; 1141 text-shadow: 0 -1px 0 #333; 1142 color: #fff; 1143 border-top-color: #808080; 1144 border-bottom-color: #6d6d6d; 1137 1145 } 1138 1146 1139 #adminmenu li.wp-has-current-submenu .wp-submenu,1140 #adminmenu li.wp-has-current-submenu ul li a{1141 border- right-color: #aaa !important;1142 border- left-color: #aaa !important;1147 .folded #adminmenu li.wp-has-current-submenu, 1148 .folded #adminmenu li.current.menu-top { 1149 border-top-color: #808080; 1150 border-bottom-color: #6d6d6d; 1143 1151 } 1144 1152 1145 #adminmenu li.wp-has-current-submenu ul li a {1146 background: url(../images/menu-dark.gif) bottom left no-repeat !important;1147 }1148 1149 #adminmenu li.wp-has-current-submenu ul {1150 border-bottom-color: #aaa;1151 }1152 1153 #adminmenu .wp-submenu .current a.current {1154 background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -289px;1155 }1156 1157 1153 #adminmenu .wp-submenu a:hover { 1158 1154 background-color: #EAF2FA !important; 1159 1155 color: #333 !important; … … 1163 1159 #adminmenu .wp-submenu li.current a, 1164 1160 #adminmenu .wp-submenu li.current a:hover { 1165 1161 color: #333; 1166 background-color: #f5f5f5;1167 background-image: none;1168 border-color: #e3e3e3;1169 1162 } 1170 1163 1171 1164 #adminmenu .wp-submenu ul { … … 1184 1177 1185 1178 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1186 1179 background-color: #EAEAEA; 1187 border-color: #aaa;1188 1180 } 1189 1181 1190 1182 #adminmenu div.wp-submenu { … … 1344 1336 border-color: #dfdfdf; 1345 1337 } 1346 1338 1339 #screen-options-link-wrap, 1340 #contextual-help-link-wrap { 1341 background-color: #e3e3e3; 1342 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); 1343 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); 1344 } 1345 1347 1346 #screen-meta-links a.show-settings { 1348 color: # 606060;1347 color: #777; 1349 1348 } 1350 1349 1351 1350 #screen-meta-links a.show-settings:hover { … … 1448 1447 background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -111px; 1449 1448 } 1450 1449 1451 #major-publishing-actions {1452 background: #eaf2fa;1453 }1454 1455 1450 .tablenav .tablenav-pages { 1456 1451 color: #555; 1457 1452 } … … 1556 1551 } 1557 1552 1558 1553 #favorite-toggle { 1559 background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 - 4px;1554 background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 -6px; 1560 1555 } 1561 1556 1562 1557 #favorite-actions a { … … 1746 1741 background-color: #f1f1f1; 1747 1742 } 1748 1743 1749 #nav-menu-header, #nav-menu-footer , .menu-item-handle{1750 background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf;1744 #nav-menu-header, #nav-menu-footer { 1745 background: #f9f9f9; 1751 1746 } 1752 1747 1748 .menu-item-handle { 1749 background-color: #e3e3e3; 1750 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); 1751 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); 1752 } 1753 1753 1754 #menu-management .nav-tab-active { 1754 background: # ececec;1755 border-bottom-color: # ececec;1755 background: #f9f9f9; 1756 border-bottom-color: #f9f9f9; 1756 1757 } -
wp-admin/css/widgets.dev.css
116 116 width: 250px; 117 117 margin: 0 10px 15px; 118 118 border: 0 none; 119 background: transparent; 119 120 float: left; 120 121 } 121 122 -
wp-admin/css/wp-admin.dev.css
108 108 .howto { 109 109 font-style: italic; 110 110 display: block; 111 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;111 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 112 112 } 113 113 114 114 p.install-help { … … 408 408 display: none; 409 409 } 410 410 411 .add-new-h2 {412 font-style: normal;413 margin: 0 6px;414 position: relative;415 top: -3px;416 }417 418 411 td.action-links, 419 412 th.action-links { 420 413 text-align: right; … … 712 705 #wp-fullscreen-info { 713 706 float: right; 714 707 padding: 3px 10px; 715 708 716 709 display: none; 717 710 } 718 711 … … 842 835 ------------------------------------------------------------------------------*/ 843 836 #wphead-info { 844 837 margin: 0 0 0 15px; 845 padding-right: 15px;846 838 } 847 839 848 840 #user_info { 849 841 float: right; 850 842 font-size: 12px; 851 line-height: 46px;852 height: 46px;843 line-height: 32px; 844 height: 32px; 853 845 } 854 846 855 847 #user_info p { 856 848 margin: 0; 857 849 padding: 0; 858 line-height: 46px;850 line-height: 32px; 859 851 } 860 852 861 853 #wphead { 862 height: 46px; 854 height: 32px; 855 margin-right: 15px; 863 856 } 864 857 865 858 #wphead a, … … 873 866 874 867 #header-logo { 875 868 float: left; 876 margin: 7px 0 0 15px;869 margin: 7px 0; 877 870 } 878 871 879 872 #wphead h1 { 880 font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;881 padding: 10px 8px 5px;873 font: normal 15px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 874 padding: 7px 8px 5px; 882 875 margin: 0; 883 876 float: left; 884 877 } … … 910 903 ------------------------------------------------------------------------------*/ 911 904 912 905 #favorite-actions { 913 float: right; 914 margin: 11px 12px 0; 906 margin: 6px 12px 0; 915 907 min-width: 130px; 916 908 position: relative; 909 display: inline-block; 910 top: -3px; 917 911 } 918 912 919 913 #favorite-first { … … 922 916 -webkit-border-radius: 12px; 923 917 border-radius: 12px; 924 918 line-height: 15px; 925 padding: 3px 30px 4px 12px;919 padding: 2px 30px 2px 12px; 926 920 border-width: 1px; 927 921 border-style: solid; 928 922 } 929 923 930 924 #favorite-inside { 931 margin: 0 0 0 0px;925 margin: 0; 932 926 padding: 2px 1px; 933 927 border-width: 1px; 934 928 border-style: solid; … … 952 946 953 947 #favorite-inside a { 954 948 padding: 3px 5px 3px 10px; 949 line-height: 20px; 955 950 } 956 951 957 952 #favorite-toggle { 958 height: 22px;953 height: 18px; 959 954 position: absolute; 960 955 right: 0; 961 956 top: 1px; … … 984 979 } 985 980 986 981 #screen-meta-links { 987 margin: 0 1 8px 0 0;982 margin: 0 15px 0 0; 988 983 } 989 984 990 985 #screen-meta .screen-reader-text { … … 996 991 float: right; 997 992 height: 22px; 998 993 padding: 0; 999 margin: 0 6px 0 0; 1000 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 1001 background: #e3e3e3; 994 margin: 0 0 0 6px; 995 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 1002 996 -moz-border-radius-bottomleft: 3px; 1003 997 -moz-border-radius-bottomright: 3px; 1004 998 -webkit-border-bottom-left-radius: 3px; … … 1028 1022 padding: 0 16px 0 6px; 1029 1023 height: 22px; 1030 1024 line-height: 22px; 1031 font-size: 1 0px;1025 font-size: 11px; 1032 1026 display: block; 1033 1027 background-repeat: no-repeat; 1034 1028 background-position: top right; … … 1079 1073 7.0 - Main Navigation (Left Menu) 1080 1074 ------------------------------------------------------------------------------*/ 1081 1075 1076 #adminmenuback, 1077 #adminmenuwrap { 1078 border-width: 0 1px 0 0; 1079 border-style: solid; 1080 } 1081 #adminmenuwrap { 1082 position: relative; 1083 } 1084 1085 #adminmenushadow { 1086 position: absolute; 1087 top: 0; 1088 right: 0; 1089 bottom: 0; 1090 width: 6px; 1091 z-index: 20; 1092 } 1093 1082 1094 /* side admin menu */ 1083 1095 #adminmenu * { 1084 1096 -webkit-user-select: none; … … 1094 1106 margin: 0; 1095 1107 position: relative; 1096 1108 z-index: 2; 1097 border-width: 1px 0 0;1098 border-style: solid none none;1099 1109 } 1100 1110 1101 1111 #adminmenu .wp-submenu a { 1102 font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 1112 font-size: 12px; 1113 line-height: 18px; 1103 1114 } 1104 1115 1105 1116 #adminmenu .wp-submenu li.current, … … 1110 1121 1111 1122 #adminmenu a.menu-top, 1112 1123 #adminmenu .wp-submenu-head { 1113 font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 1124 font-size: 13px; 1125 line-height: 18px; 1114 1126 } 1115 1127 1116 1128 #adminmenu div.wp-submenu-head { … … 1143 1155 width: 28px; 1144 1156 height: 28px; 1145 1157 } 1158 .folded #adminmenu div.wp-menu-image { 1159 width: 32px; 1160 } 1146 1161 1147 1162 #adminmenu li { 1148 1163 margin: 0; … … 1153 1168 #adminmenu a { 1154 1169 display: block; 1155 1170 line-height: 18px; 1156 padding: 1px 5px 3px;1171 padding: 2px 5px; 1157 1172 } 1158 1173 1159 1174 #adminmenu li.menu-top { 1160 1175 min-height: 26px; 1176 position: relative; 1161 1177 } 1162 1178 1163 1179 #adminmenu a.menu-top { 1164 1180 line-height: 18px; 1165 1181 min-width: 10em; 1166 1182 padding: 5px 5px; 1167 border-width: 1px 1px 0;1168 border-style: solid solid none;1183 border-width: 1px 0 1px; 1184 border-style: solid; 1169 1185 } 1170 1186 1187 #adminmenu li.wp-menu-open { 1188 border-width: 0 0 1px; 1189 border-style: solid; 1190 } 1191 1171 1192 #adminmenu .wp-submenu a { 1172 1193 margin: 0; 1173 padding-left: 12px; 1174 border-width: 0 1px 0 0; 1175 border-style: none solid none none; 1194 padding-left: 28px; 1176 1195 } 1177 1196 1178 #adminmenu .menu-top-last ul.wp-submenu { 1179 border-width: 0 0 1px; 1180 border-style: none none solid; 1197 .wp-menu-arrow { 1198 display: none; 1181 1199 } 1200 #adminmenu li.wp-has-current-submenu .wp-menu-arrow, 1201 #adminmenu li.menu-top.current .wp-menu-arrow { 1202 display: block; 1203 position: absolute; 1204 right: -9px; 1205 top: 0; 1206 cursor: auto; 1207 z-index: 25; 1208 } 1209 #adminmenu .wp-menu-arrow div { 1210 width: 15px; 1211 height: 30px; 1212 background: url(../images/menu-arrow-frame.png) top right no-repeat; 1213 } 1182 1214 1183 1215 #adminmenu .wp-submenu li { 1184 1216 padding: 0; … … 1186 1218 } 1187 1219 1188 1220 .folded #adminmenu li.menu-top { 1189 width: 28px; 1190 height: 30px; 1191 overflow: hidden; 1192 border-width: 1px 1px 0; 1193 border-style: solid solid none; 1194 } 1195 1196 #adminmenu .menu-top-first a.menu-top, 1197 .folded #adminmenu li.menu-top-first, 1198 #adminmenu .wp-submenu .wp-submenu-head { 1199 border-width: 1px 1px 0; 1200 border-style: solid solid none; 1201 -moz-border-radius-topleft :6px; 1202 -moz-border-radius-topright: 6px; 1203 -webkit-border-top-right-radius: 6px; 1204 -webkit-border-top-left-radius: 6px; 1205 -khtml-border-top-right-radius: 6px; 1206 -khtml-border-top-left-radius: 6px; 1207 border-top-right-radius: 6px; 1208 border-top-left-radius: 6px; 1209 } 1210 1211 #adminmenu .menu-top-last a.menu-top, 1212 .folded #adminmenu li.menu-top-last { 1213 border-width: 1px; 1221 width: 32px; 1222 height: 29px; 1223 border-width: 1px 0; 1214 1224 border-style: solid; 1215 -moz-border-radius-bottomleft: 6px;1216 -moz-border-radius-bottomright: 6px;1217 -webkit-border-bottom-right-radius: 6px;1218 -webkit-border-bottom-left-radius: 6px;1219 -khtml-border-bottom-right-radius: 6px;1220 -khtml-border-bottom-left-radius: 6px;1221 border-bottom-right-radius: 6px;1222 border-bottom-left-radius: 6px;1223 1225 } 1224 1226 1225 #adminmenu li.wp-menu-open a.menu-top-last {1226 border-bottom: 0 none;1227 -moz-border-radius-bottomright: 0;1228 -moz-border-radius-bottomleft: 0;1229 -webkit-border-bottom-right-radius: 0;1230 -webkit-border-bottom-left-radius: 0;1231 -khtml-border-bottom-right-radius: 0;1232 -khtml-border-bottom-left-radius: 0;1233 border-bottom-right-radius: 0;1234 border-bottom-left-radius: 0;1235 }1236 1237 1227 #adminmenu .wp-menu-image img { 1238 1228 float: left; 1239 1229 padding: 8px 6px 0; … … 1248 1238 } 1249 1239 1250 1240 #adminmenu li.wp-menu-separator { 1251 height: 2 1px;1241 height: 2px; 1252 1242 padding: 0; 1253 1243 margin: 0; 1244 border-width: 1px 0; 1245 border-style: solid; 1254 1246 } 1255 1247 1256 1248 #adminmenu a.separator { 1257 1249 cursor: w-resize; 1258 height: 20px;1250 height: 1px; 1259 1251 padding: 0; 1252 border-width: 1px 0 0 0; 1253 border-style: solid; 1260 1254 } 1261 1255 1262 1256 .folded #adminmenu a.separator { 1263 1257 cursor: e-resize; 1264 1258 } 1265 1259 1266 #adminmenu .wp-menu-separator-last {1267 height: 10px;1268 width: 1px;1269 }1270 1271 1260 #adminmenu .wp-submenu .wp-submenu-head { 1272 border-width: 1px;1273 border-style: solid;1274 1261 padding: 6px 4px 6px 10px; 1275 1262 cursor: default; 1276 1263 } … … 1280 1267 margin: -1px 0 0 28px; 1281 1268 padding: 0 8px 8px; 1282 1269 z-index: 999; 1283 border: 0 none;1284 1270 } 1285 1271 1286 .folded #adminmenu .wp-submenu ul {1287 width: 140px;1288 border-width: 0 0 1px;1289 border-style: none none solid;1290 }1291 1292 .folded #adminmenu .wp-submenu li.wp-first-item {1293 border-top: 0 none;1294 }1295 1296 1272 .folded #adminmenu .wp-submenu a { 1297 1273 padding-left: 10px; 1298 1274 } … … 1301 1277 margin-left: 40px; 1302 1278 } 1303 1279 1304 #adminmenu li.menu-top-last .wp-submenu ul {1305 border-width: 0 0 1px;1306 border-style: none none solid;1307 }1308 1309 1280 #adminmenu .wp-menu-toggle { 1310 1281 width: 22px; 1311 1282 clear: right; … … 1316 1287 cursor: default; 1317 1288 } 1318 1289 1319 #adminmenu li.wp-has-current-submenu ul {1320 border-bottom-width: 1px;1321 border-bottom-style: solid;1322 }1323 1324 1290 #adminmenu .wp-menu-image a { 1325 1291 height: 24px; 1326 1292 } … … 1333 1299 #adminmenu span.update-plugins, 1334 1300 #sidemenu li a span.update-plugins { 1335 1301 position: absolute; 1336 font-family: Helvetica, Arial, sans-serif;1302 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 1337 1303 font-size: 9px; 1338 1304 line-height: 17px; 1339 1305 font-weight: bold; … … 1359 1325 1360 1326 .post-com-count-wrapper { 1361 1327 min-width: 22px; 1362 font-family: Helvetica, Arial, sans-serif;1328 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 1363 1329 } 1364 1330 1365 1331 .post-com-count { … … 1419 1385 min-width: 785px; 1420 1386 } 1421 1387 1422 body.admin-bar #wphead { 1388 body.admin-bar #wphead, 1389 body.admin-bar #adminmenu { 1423 1390 padding-top: 28px; 1424 1391 } 1425 1392 … … 1492 1459 .postbox, 1493 1460 .stuffbox { 1494 1461 margin-bottom: 20px; 1462 padding: 0 10px; 1495 1463 border-width: 1px; 1496 1464 border-style: solid; 1497 1465 line-height: 1; 1498 -moz-border-radius: 6px;1499 -khtml-border-radius: 6px;1500 -webkit-border-radius: 6px;1501 border-radius: 6px;1502 1466 } 1503 1467 1504 1468 .widget .widget-top, 1505 1469 .postbox h3, 1506 .postbox h3,1507 1470 .stuffbox h3 { 1508 -moz-border-radius: 6px 6px 0 0; 1509 -webkit-border-top-right-radius: 6px; 1510 -webkit-border-top-left-radius: 6px; 1511 -khtml-border-top-right-radius: 6px; 1512 -khtml-border-top-left-radius: 6px; 1513 border-top-right-radius: 6px; 1514 border-top-left-radius: 6px; 1471 border-bottom-width: 1px; 1472 border-style: solid; 1515 1473 } 1516 1474 1517 1475 .postbox.closed h3 { 1518 -moz-border-radius-bottomleft: 4px; 1519 -webkit-border-bottom-left-radius: 4px; 1520 -khtml-border-bottom-left-radius: 4px; 1521 border-bottom-left-radius: 4px; 1522 -moz-border-radius-bottomright: 4px; 1523 -webkit-border-bottom-right-radius: 4px; 1524 -khtml-border-bottom-right-radius: 4px; 1525 border-bottom-right-radius: 4px; 1476 border: none; 1477 -moz-box-shadow: none; 1478 -webkit-box-shadow: none; 1479 box-shadow: none; 1526 1480 } 1527 1481 1528 1482 .postbox table.form-table { … … 2052 2006 .inline-edit-row .catshow, 2053 2007 .inline-edit-row .cathide, 2054 2008 .inline-edit-row #bulk-titles div { 2055 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;2009 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 2056 2010 font-style: normal; 2057 2011 font-size: 11px; 2058 2012 } … … 2935 2889 .form-wrap p { 2936 2890 font-size: 12px; 2937 2891 font-style: italic; 2938 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;2892 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 2939 2893 } 2940 2894 2941 2895 .form-wrap .form-field { … … 3280 3234 bottom: 1px; 3281 3235 } 3282 3236 3283 /* favorite-actions */3284 #favorite-actions {3285 float: right;3286 margin: 11px 12px 0;3287 min-width: 130px;3288 position: relative;3289 }3290 3291 #favorite-first {3292 -moz-border-radius: 12px;3293 -khtml-border-radius: 12px;3294 -webkit-border-radius: 12px;3295 border-radius: 12px;3296 line-height: 15px;3297 padding: 3px 30px 4px 12px;3298 border-width: 1px;3299 border-style: solid;3300 }3301 3302 #favorite-inside {3303 margin: 0 0 0 0px;3304 padding: 2px 1px;3305 border-width: 1px;3306 border-style: solid;3307 position: absolute;3308 z-index: 11;3309 display: none;3310 -moz-border-radius: 0 0 12px 12px;3311 -webkit-border-bottom-right-radius: 12px;3312 -webkit-border-bottom-left-radius: 12px;3313 -khtml-border-bottom-right-radius: 12px;3314 -khtml-border-bottom-left-radius: 12px;3315 border-bottom-right-radius: 12px;3316 border-bottom-left-radius: 12px;3317 }3318 3319 #favorite-actions a {3320 display: block;3321 text-decoration: none;3322 font-size: 11px;3323 }3324 3325 #favorite-inside a {3326 padding: 3px 5px 3px 10px;3327 }3328 3329 #favorite-toggle {3330 height: 22px;3331 position: absolute;3332 right: 0;3333 top: 1px;3334 width: 28px;3335 }3336 3337 #favorite-actions .slide-down {3338 -moz-border-radius: 12px 12px 0 0;3339 -webkit-border-bottom-right-radius: 0;3340 -webkit-border-bottom-left-radius: 0;3341 -khtml-border-bottom-right-radius: 0;3342 -khtml-border-bottom-left-radius: 0;3343 border-bottom-right-radius: 0;3344 border-bottom-left-radius: 0;3345 border-bottom: none;3346 }3347 3348 3237 ul#dismissed-updates { 3349 3238 display: none; 3350 3239 } … … 4018 3907 4019 3908 .nav-tab { 4020 3909 border-style: solid; 4021 border-color: #ccc #ccc #f 9f9f9;3910 border-color: #ccc #ccc #fff; 4022 3911 border-width: 1px 1px 0; 4023 3912 color: #c1c1c1; 4024 3913 text-shadow: rgba(255,255,255,1) 0 1px 0; … … 4049 3938 4050 3939 h2 .nav-tab { 4051 3940 padding: 4px 20px 6px; 4052 font: italic normal normal 24px/35px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 3941 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 3942 font-weight: 200; 3943 font-size: 24px; 3944 line-height: 35px; 3945 4053 3946 } 4054 3947 4055 3948 … … 4258 4151 #utc-time, #local-time { 4259 4152 padding-left: 25px; 4260 4153 font-style: italic; 4261 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;4154 font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif; 4262 4155 } 4263 4156 4264 4157 .defaultavatarpicker .avatar { … … 4273 4166 4274 4167 #footer { 4275 4168 margin-top: -46px; 4169 margin-right: 15px; 4276 4170 border-top: 1px; 4277 4171 border-style: solid; 4278 4172 } … … 4280 4174 #footer, 4281 4175 #footer a { 4282 4176 font-size: 12px; 4283 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;4284 font-style: italic;4285 4177 } 4286 4178 4287 4179 #footer p { 4288 4180 margin: 0; 4289 padding: 15px ;4181 padding: 15px 0; 4290 4182 line-height: 15px; 4291 4183 } 4292 4184 … … 4398 4290 } 4399 4291 #poststuff h3, 4400 4292 .metabox-holder h3 { 4401 font-size: 12px; 4402 font-weight: bold; 4403 padding: 7px 9px; 4293 font-size: 14px; 4294 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 4295 font-weight: normal; 4296 padding: 7px 0; 4404 4297 margin: 0; 4405 4298 line-height: 1; 4406 4299 } 4407 4300 #poststuff .inside, 4408 4301 #poststuff .inside p { 4409 4302 font-size: 11px; 4410 margin: 6px 6px8px;4303 margin: 6px 0 8px; 4411 4304 } 4412 4305 #poststuff .inside .submitbox p { 4413 4306 margin: 1em 0; -
wp-admin/css/nav-menu.dev.css
31 31 32 32 #menu-settings-column .inside { 33 33 clear: both; 34 padding:0 10px;35 34 } 36 35 37 36 .metabox-holder-disabled .postbox { … … 57 56 margin-top: -3px; 58 57 width: 100%; 59 58 } 60 #menu-management .menu-edit { 61 margin-bottom: 20px; 62 } 59 #menu-management .menu-edit { 60 background: #f9f9f9; 61 padding: 0 10px; 62 border: 1px solid #dfdfdf; 63 margin-bottom: 20px; 64 } 65 #post-body { 66 padding: 10px 0; 67 border-top: 1px solid #fff; 68 border-bottom: 1px solid #dfdfdf; 69 } 70 #nav-menu-header { 71 border-bottom: 1px solid #dfdfdf; 72 } 73 #nav-menu-footer { 74 border-top: 1px solid #fff; 75 } 63 76 64 #nav-menu-header, #post-body, #nav-menu-footer { 65 border-color: #ccc; 66 border-style: solid; 67 } 77 #post-body div.updated { 78 margin: 0; 79 } 68 80 69 #nav-menu-header { 70 border-width: 1px 1px 0 1px; 71 -moz-border-radius-topleft: 6px; 72 -webkit-border-top-left-radius: 6px; 73 -khtml-border-top-left-radius: 6px; 74 border-top-left-radius: 6px; 75 -moz-border-radius-topright: 6px; 76 -webkit-border-top-right-radius: 6px; 77 -khtml-border-top-right-radius: 6px; 78 border-top-right-radius: 6px; 79 } 81 #post-body-content { 82 position: relative; 83 } 80 84 81 #post-body { 82 background: #fff; 83 padding: 10px; 84 border-width: 0 1px; 85 } 86 87 #post-body div.updated { 88 margin: 0; 89 } 90 91 #post-body-content { 92 position: relative; 93 } 94 95 #menu-management .menu-add-new abbr { 96 font-weight:bold; 97 } 98 99 #nav-menu-footer { 100 border-width: 0 1px 1px 1px; 101 -moz-border-radius-bottomleft: 6px; 102 -webkit-border-bottom-left-radius: 6px; 103 -khtml-border-bottom-left-radius: 6px; 104 border-bottom-left-radius: 6px; 105 -moz-border-radius-bottomright: 6px; 106 -webkit-border-bottom-right-radius: 6px; 107 -khtml-border-bottom-right-radius: 6px; 108 border-bottom-right-radius: 6px; 85 #menu-management .menu-add-new abbr { 86 font-weight:bold; 109 87 } 110 88 111 89 /* Menu Tabs */ … … 155 133 156 134 #menu-management .nav-tab { 157 135 margin-bottom: 0; 158 background: #f4f4f4; 159 font-weight: bold; 136 background: #fff; 160 137 border-color: #dfdfdf; 138 font-size: 14px; 139 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 161 140 } 162 141 163 142 #menu-management .nav-tab-active { 164 border-color: #ccc;143 border-color: #dfdfdf; 165 144 } 166 145 167 146 #select-nav-menu-container { … … 199 178 float: right; 200 179 } 201 180 .customlinkdiv .howto input { 202 width: 2 10px;181 width: 200px; 203 182 } 204 183 #nav-menu-theme-locations .howto select { 205 184 width: 100%; … … 298 277 margin-top: 13px; 299 278 } 300 279 .menu-item-handle { 301 border: 1px solid # E6E6E6;280 border: 1px solid #dfdfdf; 302 281 position: relative; 303 282 padding-left: 10px; 304 283 height: auto; 305 284 width: 400px; 306 285 line-height: 35px; 307 286 text-shadow: 0 1px 0 #FFFFFF; 308 font-weight:bold;309 287 overflow: hidden; 288 word-wrap: break-word; 310 289 border-radius: 6px; 311 290 -webkit-border-radius: 6px; 312 291 -moz-border-radius: 6px; 313 292 -khtml-border-radius: 6px; 314 word-wrap: break-word;315 293 } 316 294 .menu-item-edit-active .menu-item-handle { 317 295 -moz-border-radius: 6px 6px 0 0; … … 335 313 } 336 314 337 315 .menu-item-handle .item-title { 316 font-size: 12px; 317 font-weight: bold; 338 318 padding: 7px 0; 339 319 line-height: 20px; 340 320 display:block; … … 395 375 body.menu-max-depth-11 { min-width: 1280px !important; } 396 376 397 377 /* Menu item controls */ 398 .item-type { text-transform: uppercase; font-size: 11px; color: #999999; padding-right: 10px; } 378 .item-type { 379 font-size: 11px; 380 color: #999999; 381 padding-right: 10px; 382 } 399 383 .item-controls { font-size: 11px; position: absolute; right: 20px; top: -1px; } 400 384 .item-controls a { text-decoration: none; } 401 385 .item-controls a:hover { cursor: pointer; } … … 436 420 display:block; 437 421 width: 400px; 438 422 padding: 10px 0 10px 10px; 439 border: solid # E6E6E6;423 border: solid #dfdfdf; 440 424 border-width: 0 1px 1px 1px; 441 425 -moz-border-radius: 0 0 6px 6px; 442 426 -webkit-border-bottom-right-radius: 6px; … … 506 490 /* Major/minor publishing actions (classes) */ 507 491 .major-publishing-actions { 508 492 clear:both; 509 padding: 5px 10px;493 padding: 5px 0; 510 494 } 511 495 .major-publishing-actions .publishing-action { 512 496 text-align: right; … … 547 531 } 548 532 549 533 .major-publishing-actions .form-invalid { 534 padding-left: 4px; 535 margin-left: -4px; 550 536 border-radius: 4px; 551 537 -webkit-border-radius: 4px; 552 538 -moz-border-radius: 4px; 553 539 -khtml-border-radius: 4px; 554 padding-left: 4px;555 margin-left: -4px;556 540 } 557 541 558 542 /* Clearfix */ -
wp-admin/link-manager.php
59 59 60 60 <div class="wrap nosubsub"> 61 61 <?php screen_icon(); ?> 62 <h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php 62 <h2><?php 63 echo esc_html( $title ); 64 favorite_actions( $current_screen ); 63 65 if ( !empty($_REQUEST['s']) ) 64 66 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( stripslashes($_REQUEST['s']) ) ); ?> 65 67 </h2> -
wp-admin/admin-footer.php
20 20 <p id="footer-left" class="alignleft"><?php 21 21 do_action( 'in_admin_footer' ); 22 22 $upgrade = apply_filters( 'update_footer', '' ); 23 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' |'.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?>23 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> • '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' • '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?> 24 24 </p> 25 25 <p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p> 26 26 <div class="clear"></div> -
wp-admin/themes.php
71 71 72 72 <div class="wrap"><?php 73 73 screen_icon(); 74 74 75 if ( !is_multisite() ) : ?> 75 <h2 class="nav-tab-wrapper">76 <a href="themes.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a> 77 <?php if ( current_user_can('install_themes') ) : ?>78 <a href="<?php echo admin_url( 'theme-install.php'); ?>" class="nav-tab"><?php echo esc_html_x('Install Themes', 'theme'); ?></a> 79 <?phpendif;76 <h2 class="nav-tab-wrapper"> 77 <a href="themes.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a><?php 78 if ( current_user_can('install_themes') ) : 79 ?><a href="<?php echo admin_url( 'theme-install.php'); ?>" class="nav-tab"><?php echo esc_html_x('Install Themes', 'theme'); ?></a><?php 80 endif; 80 81 else : ?> 81 <h2>82 <?php echo esc_html( $title ); ?>82 <h2> 83 <?php echo esc_html( $title ); ?> 83 84 <?php endif; ?> 84 85 </h2> 85 86