mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d53dd0c990
commit
f30f2e5c17
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user