Align the update nag with the screen meta box.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-01 22:09:34 +00:00
parent 6ebe054817
commit d751526e11
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -812,7 +812,7 @@ td.media-icon img {
padding: 5px 0; padding: 5px 0;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
margin: 0 6px; margin: 0 15px;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-top-width: 0; border-top-width: 0;
@ -2530,7 +2530,7 @@ fieldset {
} }
#screen-meta-links { #screen-meta-links {
margin: 0 9px 0 0; margin: 0 18px 0 0;
} }
#screen-meta .screen-reader-text { #screen-meta .screen-reader-text {

View File

@ -442,7 +442,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr // Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' ); $no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100430' ); $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100501' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' ); $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' ); $styles->add_data( 'ie', 'conditional', 'lte IE 7' );