Fixed TinyMCE stylihg

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64862 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-10-29 02:36:54 +00:00
parent 4d5092a47d
commit e32d366975
2 changed files with 0 additions and 10 deletions

View File

@ -131,15 +131,6 @@
.right form textarea {
font-size: 12px;
}
.right form textarea.htmleditor {
display: none;
}
/*
.right form .mceEditor {
width: 100%;
border: 1px solid #a7a7a7;
}
*/
.right form input.checkbox,
.right form .optionset input,

View File

@ -12,7 +12,6 @@ if((typeof tinyMCE != 'undefined')) {
mode : "none",
language: "$Lang",
width: "100%",
/*height: "300",*/
auto_resize : true,
theme : "advanced",
content_css : "$ContentCSS",