Index: lams_central/web/css/inlineeditor.css =================================================================== diff -u -r390c886a40df7e230de0aaa4227a45545cad8472 -r5d02c372c3002b02202f01b313e9c6d8c9fdd0cc --- lams_central/web/css/inlineeditor.css (.../inlineeditor.css) (revision 390c886a40df7e230de0aaa4227a45545cad8472) +++ lams_central/web/css/inlineeditor.css (.../inlineeditor.css) (revision 5d02c372c3002b02202f01b313e9c6d8c9fdd0cc) @@ -17,8 +17,8 @@ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; border: 1px solid #c1c1c1; /* LAMS */ - min-height: 100px; - -webkit-appearance: textfield; + min-height: 60px; + -webkit-appearance: textfield; } .cke_textarea_inline:focus{ Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r5f0a5f94e56af2fc80bec0df1acae4629b24f323 -r5d02c372c3002b02202f01b313e9c6d8c9fdd0cc --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 5f0a5f94e56af2fc80bec0df1acae4629b24f323) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 5d02c372c3002b02202f01b313e9c6d8c9fdd0cc) @@ -140,8 +140,6 @@ }); CKEDITOR.on('instanceReady', function(e){ - e.editor.element.$.style.display = ''; - // make all links open in new window e.editor.on('getData', function(f){ // create a DOM element for easier manipulation