upgrading to tinymce 2.0.6.1

This commit is contained in:
JT Smith 2006-06-23 18:18:40 +00:00
parent f8e69afdf4
commit 0534118f8d
70 changed files with 1159 additions and 555 deletions

View file

@ -14,6 +14,11 @@ body {
border: 1px dashed #BBBBBB !important;
}
div.mceVisualAid {
background-image:url('../images/spacer.gif');
visibility: visible !important;
}
.mceItemAnchor {
width: 12px;
line-height: 6px;

View file

@ -122,6 +122,10 @@
padding: 0;
}
.mceEditorIframe {
border: 0;
}
/* Button CSS rules */
a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img {
@ -295,6 +299,7 @@ span.mceMenuButtonFocus img.mceMenuButton {
.mceMenu a:hover {
background-color: #B6BDD2;
color: black;
text-decoration: none !important;
}
.mceMenu span {