From: Benoît Pin Date: Wed, 8 May 2013 08:42:18 +0000 (+0200) Subject: Utilisation d'une css différentes pour autoriser des customisation parfois nécessaires… X-Git-Tag: 3.6.1~1 X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/commitdiff_plain/b72cf5c411a91116a969083cd3d34385ea21914d Utilisation d'une css différentes pour autoriser des customisation parfois nécessaires… --- diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 6393de7..d0194a7 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -27,7 +27,7 @@ CKEDITOR.editorConfig = function( config ) config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' config.height = '500px'; - config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css'; + config.contentsCss = CKEDITOR.basePath + 'global_plinn_style_editor.css'; config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector'; CKEDITOR.config.filebrowserImageBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Type=Image&Connector=connectors/plinn/connector';