FIx the position of Enter title here, see #17136

git-svn-id: http://svn.automattic.com/wordpress/trunk@17970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-05-19 15:34:37 +00:00
parent 951afb3f13
commit 7ecc640949
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' );