diff --git a/UI/WebServerResources/ckeditor/config.js b/UI/WebServerResources/ckeditor/config.js index 541852c14..fe1e9974d 100644 --- a/UI/WebServerResources/ckeditor/config.js +++ b/UI/WebServerResources/ckeditor/config.js @@ -5,12 +5,11 @@ CKEDITOR.editorConfig = function( config ) { config.toolbarGroups = [ - { name: 'basicstyles', groups: [ 'basicstyles' ] }, - { name: 'paragraph', groups: [ 'list', 'align' ] }, + [ 'Bold', 'Italic', 'TextColor' ], + ['Font', 'FontSize'], + { name: 'paragraph', groups: [ 'list', 'indent', 'align' ] }, { name: 'links' }, { name: 'insert' }, - ['Font', 'FontSize'], - { name: 'colors' }, ['SpellChecker','Scayt'] ];