Editor: utilize the new "formats" option in TinyMCE, fix errors in IE when pressing Enter inside a caption box, fix resizing of the caption box when the user soft-resizes the image in the editor, fixes #12574

git-svn-id: https://develop.svn.wordpress.org/trunk@16090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2010-10-29 20:06:00 +00:00
parent e76a5fe8b3
commit d39d7e4ba4
10 changed files with 131 additions and 106 deletions

File diff suppressed because one or more lines are too long

View File

@@ -848,7 +848,7 @@ table.widefat .spam a:hover,
.wp_themeSkin a.mceButtonEnabled:hover,
.wp_themeSkin a.mceButtonActive,
.wp_themeSkin a.mceButtonSelected {
background-color: #d5d5d5;
background: #d5d5d5;
border-color: #777 !important;
}

File diff suppressed because one or more lines are too long

View File

@@ -840,7 +840,7 @@ table.widefat .spam a:hover,
.wp_themeSkin a.mceButtonEnabled:hover,
.wp_themeSkin a.mceButtonActive,
.wp_themeSkin a.mceButtonSelected {
background-color: #d5d5d5;
background: #d5d5d5;
border-color: #777 !important;
}