TinyMCE: use CSS classes instead of instance specific IDs for styling, props mattheu, fixes #26197.

git-svn-id: https://develop.svn.wordpress.org/trunk@26364 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-11-24 21:46:17 +00:00
parent d5bdc1a526
commit dcb22eb75f
1 changed files with 2 additions and 2 deletions

View File

@ -1071,12 +1071,12 @@ span.mce_ltr:before {
position: relative;
}
#wp-content-editor-tools {
.wp-editor-tools {
position: relative;
z-index: 1;
}
#wp-content-editor-container {
.wp-editor-container {
clear: both;
position: relative;
top: -1px;