mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
4d5092a47d
commit
e32d366975
@ -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,
|
||||
|
@ -12,7 +12,6 @@ if((typeof tinyMCE != 'undefined')) {
|
||||
mode : "none",
|
||||
language: "$Lang",
|
||||
width: "100%",
|
||||
/*height: "300",*/
|
||||
auto_resize : true,
|
||||
theme : "advanced",
|
||||
content_css : "$ContentCSS",
|
||||
|
Loading…
Reference in New Issue
Block a user