inlineeditor.css

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5330 Merge changes made for sysadmin

It included upgrading to Bootstrap 5 and using UI guidelines set for

Monitoring UI.

  1. … 191 more files in changeset.
LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 42 more files in changeset.
LDEV-4367 SASS Used for CSS Development

First pass of converting our .css development to use SASS. Autobuild to

convert .scss to .css files has been set up for all projects where

target .css files were found. The overall ANT build has been modified

so the normal build will generate the .css files from .scss files. The

base variables are defined in lams_build/conf/sccs.

  1. … 158 more files in changeset.
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.