Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.

git-svn-id: https://develop.svn.wordpress.org/trunk@19191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-06 20:42:20 +00:00
parent 15622fb001
commit 0d7911b7cf
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -3126,7 +3126,11 @@ td.post-title p, td.plugin-title p {
cursor: se-resize;
margin: 0 2px;
position: relative;
top: 22px;
top: -2px;
}
#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
top: 20px;
}
#wp-word-count {

View File

@ -431,7 +431,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(), '20111104a' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111106' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );