Index: lams_central/web/css/inlineeditor.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/inlineeditor.css,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_central/web/css/inlineeditor.css 25 Jul 2016 07:42:02 -0000 1.1.2.1 +++ lams_central/web/css/inlineeditor.css 9 Nov 2016 00:54:14 -0000 1.1.2.2 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.19.2.9 -r1.19.2.10 --- lams_central/web/includes/javascript/ckconfig_custom.js 4 May 2016 01:44:52 -0000 1.19.2.9 +++ lams_central/web/includes/javascript/ckconfig_custom.js 9 Nov 2016 00:54:14 -0000 1.19.2.10 @@ -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