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

Built from https://develop.svn.wordpress.org/trunk@26364


git-svn-id: http://core.svn.wordpress.org/trunk@26265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-11-24 21:47:10 +00:00
parent 69fa4a1365
commit 146abf4cde
4 changed files with 6 additions and 6 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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long