stable
Clone or download
Read-only
Part of story #9198: Get rid of Bootstrap in site admin + Form element paddings homogenization + CodeMirror panes are adapting well Will be done in a next commit: * Multi select2 * Tags manager with auto tokenization * Decorator usage example * Handle window.resize event Change-Id: I5ea2efcbc308433fe23c96b77e29c4c4307cd3bc
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/themes/common/tlp/doc/css/_sections.scss | +1 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/doc/css/main.scss | +2 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/doc/index.html | +236 | −3 | Go to diff View file |
M | src/www/themes/common/tlp/doc/js/editors.js | +35 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/gulpfile.js | +15 | −10 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_dropdowns.scss | +5 | −4 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_forms.scss | +183 | −19 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_layout.scss | +2 | −2 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_typography.scss | +1 | −1 | Go to diff View file |
A | src/www/themes/common/tlp/src/vendor-i18n/en_US/select2.en.js | +3 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/vendor-i18n/fr_FR/select2.fr.js | +3 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/vendor-overrides/select2.js | +34 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/vendor/jquery-2.1.0/jquery-2.1.0.min.js | +4 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/vendor/select2-4.0.3/select2.min.js | +3 | −0 | Go to diff View file |