From: Benoît Pin <benoit.pin@gmail.com>
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.mines-paristech.fr/git/ckeditor.git/commitdiff_plain/b72cf5c411a91116a969083cd3d34385ea21914d?hp=2bfd716a52b02cffa159523c2911fbbf519772c2

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';