@@ -22,3 +22,5 @@ table.mceLayout {
|
||||
float: left;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.o2k7Skin .mceToolbar .mceToolbarStart span {float: left;}
|
||||
.o2k7Skin .mceToolbar .mceToolbarEnd span {float: left;}
|
@@ -145,7 +145,10 @@ function wysiwyg_tinymce_settings($editor, $config, $theme) {
|
||||
'document_base_url' => base_path(),
|
||||
'mode' => 'none',
|
||||
'plugins' => array(),
|
||||
'theme' => $theme,
|
||||
#'theme' => $theme,
|
||||
'theme' => 'advanced',
|
||||
'skin' => 'o2k7',
|
||||
'skin_variant' => "silver",
|
||||
'width' => '100%',
|
||||
// Strict loading mode must be enabled; otherwise TinyMCE would use
|
||||
// document.write() in IE and Chrome.
|
||||
|
Reference in New Issue
Block a user