Align the update nag with the screen meta box.
git-svn-id: https://develop.svn.wordpress.org/trunk@14328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5f0218032f
commit
c4a1082319
File diff suppressed because one or more lines are too long
@ -812,7 +812,7 @@ td.media-icon img {
|
||||
padding: 5px 0;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin: 0 6px;
|
||||
margin: 0 15px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-width: 0;
|
||||
@ -2530,7 +2530,7 @@ fieldset {
|
||||
}
|
||||
|
||||
#screen-meta-links {
|
||||
margin: 0 9px 0 0;
|
||||
margin: 0 18px 0 0;
|
||||
}
|
||||
|
||||
#screen-meta .screen-reader-text {
|
||||
|
@ -442,7 +442,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$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_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user