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:
Andrew Ozz 2011-05-19 15:34:37 +00:00
parent a21b7f1a4d
commit 812789ad6a
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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' );