Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9c42d17153
commit
b9a1481317
@ -8,8 +8,8 @@ h4 {font-size: 1em}
|
|||||||
h5 {font-size: .83em}
|
h5 {font-size: .83em}
|
||||||
h6 {font-size: .75em}
|
h6 {font-size: .75em}
|
||||||
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
||||||
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
|
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
|
||||||
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
|
img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
|
||||||
img {border:0;}
|
img {border:0;}
|
||||||
table {cursor:default}
|
table {cursor:default}
|
||||||
table td, table th {cursor:text}
|
table td, table th {cursor:text}
|
||||||
|
@ -76,20 +76,6 @@ pre {
|
|||||||
font: 12px/18px "Courier New", monospace;
|
font: 12px/18px "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.mceItemAnchor {
|
|
||||||
width: 12px;
|
|
||||||
height: 12px;
|
|
||||||
background: url(img/items.gif) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.mceItemAnchor {
|
|
||||||
width: 12px;
|
|
||||||
line-height: 6px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding-left: 12px;
|
|
||||||
background: url(img/items.gif) no-repeat bottom left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mceIEcenter {
|
.mceIEcenter {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user