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:
parent
d5bdc1a526
commit
dcb22eb75f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue