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:
parent
69fa4a1365
commit
146abf4cde
|
@ -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
|
@ -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
Loading…
Reference in New Issue