FIx the position of Enter title here, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a21b7f1a4d
commit
812789ad6a
File diff suppressed because one or more lines are too long
|
@ -2235,8 +2235,8 @@ table .inline-edit-row fieldset ul.cat-hover {
|
|||
}
|
||||
|
||||
#wp-fullscreen-title-prompt-text {
|
||||
top: 3px;
|
||||
left: 0;
|
||||
padding: 11px;
|
||||
}
|
||||
|
||||
#poststuff .inside-submitbox,
|
||||
|
|
|
@ -482,7 +482,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(), '20110518' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110519' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110518' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue