moodle/theme/bootstrapbase/style
Andrew Nicols 6d402310a4 MDL-34353 Javascript: Allow chooser dialogues to fall back to non-JS version
In order for a chooser dialogue to be able to fall back to it's non-JS
equivalent, we need to use a different set of styles.

This change makes the chooser dialogue preparation function add a new class
to the body which is utilised in the CSS to accomplish this. When the class
is not present, the dialogue content is displayed inline.
2014-03-25 00:51:09 +08:00
..
editor.css MDL-42699 TinyMCE: adding padding to editor content in clean 2013-11-11 12:18:14 +08:00
moodle.css MDL-34353 Javascript: Allow chooser dialogues to fall back to non-JS version 2014-03-25 00:51:09 +08:00
README

These css files are created from .less files via the method described in the readme
in the /theme/bootstrap/less/ folder. It's unwise to directly the edit the css files as your changes
may be overwritten.