inlineeditor.css

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3774: Content with floating divs was causing the divs to be displayed outside of the CKEditor inline editing area. Overflow set to contain them within the div, which causes the editing area to resize properly.

LDEV-3774: Restoring the effectiveness of the height setting. Now the height setting is used to set min-height in ckconfig_custom.js

  1. … 37 more files in changeset.
LDEV-3774: Reducing the footprint of the inline CKEditor. The display="" was causing the display:none to be removed from the textarea and leaving a blank (wasted) area on the screen just before the editing area.

  1. … 1 more file in changeset.
LDEV-3902: Fixing the intro option on the add lesson screen - adding the outline around the field. Setting up a custom css file that contains the correct settings and can be included in other css files, so that the settings are consistent across jsps that use nonstandard css.