card 1.21.0 → 1.91
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/card.gemspec +18 -6
- data/config/initializers/internationalization.rb +5 -5
- data/config/locales/en.yml +4 -4
- data/db/migrate_core_cards/20170719163708_update_bootswatch_themes.rb +80 -0
- data/db/migrate_core_cards/20170720093738_update_layout.rb +7 -0
- data/db/migrate_core_cards/20170726111053_add_bootstrap_mixins.rb +11 -0
- data/db/migrate_core_cards/20170726145012_select2.rb +21 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/classic_cards.scss +6 -6
- data/db/migrate_core_cards/data/1.12_stylesheets/common.scss +9 -9
- data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +2 -2
- data/db/migrate_core_cards/data/b4_themes/bootstrap_default/_bootswatch.scss +0 -0
- data/db/migrate_core_cards/data/b4_themes/bootstrap_default/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/cerulean/_bootswatch.scss +67 -0
- data/db/migrate_core_cards/data/b4_themes/cerulean/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/cerulean/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/cosmo/_bootswatch.scss +45 -0
- data/db/migrate_core_cards/data/b4_themes/cosmo/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/cosmo/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/cyborg/_bootswatch.scss +141 -0
- data/db/migrate_core_cards/data/b4_themes/cyborg/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/cyborg/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/darkly/_bootswatch.scss +142 -0
- data/db/migrate_core_cards/data/b4_themes/darkly/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/darkly/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/flatly/_bootswatch.scss +107 -0
- data/db/migrate_core_cards/data/b4_themes/flatly/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/flatly/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/journal/_bootswatch.scss +69 -0
- data/db/migrate_core_cards/data/b4_themes/journal/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/journal/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/litera/_bootswatch.scss +130 -0
- data/db/migrate_core_cards/data/b4_themes/litera/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/litera/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/lumen/_bootswatch.scss +294 -0
- data/db/migrate_core_cards/data/b4_themes/lumen/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/lumen/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/lux/_bootswatch.scss +111 -0
- data/db/migrate_core_cards/data/b4_themes/lux/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/lux/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/materia/_bootswatch.scss +610 -0
- data/db/migrate_core_cards/data/b4_themes/materia/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/materia/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/minty/_bootswatch.scss +85 -0
- data/db/migrate_core_cards/data/b4_themes/minty/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/minty/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/paper/_bootswatch.scss +607 -0
- data/db/migrate_core_cards/data/b4_themes/paper/_variables.scss +861 -0
- data/db/migrate_core_cards/data/b4_themes/pulse/_bootswatch.scss +122 -0
- data/db/migrate_core_cards/data/b4_themes/pulse/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/pulse/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/readable/_bootswatch.scss +174 -0
- data/db/migrate_core_cards/data/b4_themes/readable/_variables.scss +861 -0
- data/db/migrate_core_cards/data/b4_themes/sandstone/_bootswatch.scss +152 -0
- data/db/migrate_core_cards/data/b4_themes/sandstone/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/sandstone/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/simplex/_bootswatch.scss +103 -0
- data/db/migrate_core_cards/data/b4_themes/simplex/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/simplex/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/slate/_bootswatch.scss +274 -0
- data/db/migrate_core_cards/data/b4_themes/slate/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/slate/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/solar/_bootswatch.scss +45 -0
- data/db/migrate_core_cards/data/b4_themes/solar/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/solar/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/spacelab/_bootswatch.scss +125 -0
- data/db/migrate_core_cards/data/b4_themes/spacelab/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/spacelab/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/superhero/_bootswatch.scss +136 -0
- data/db/migrate_core_cards/data/b4_themes/superhero/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/superhero/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/united/_bootswatch.scss +32 -0
- data/db/migrate_core_cards/data/b4_themes/united/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/united/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/b4_themes/yeti/_bootswatch.scss +304 -0
- data/db/migrate_core_cards/data/b4_themes/yeti/_full.scss +9921 -0
- data/db/migrate_core_cards/data/b4_themes/yeti/_variables.scss +961 -0
- data/db/migrate_core_cards/data/b4_themes/yeti/thumbnail.png +0 -0
- data/db/migrate_core_cards/data/cards.yml +11 -0
- data/db/migrate_core_cards/data/cards/*header +16 -0
- data/db/migrate_core_cards/data/cards/*main_menu +2 -0
- data/db/seeds.rb +3 -3
- data/lib/card.rb +3 -1
- data/lib/card/act_manager/stage.rb +1 -1
- data/lib/card/act_manager/stage_director.rb +3 -0
- data/lib/card/auth/current.rb +9 -3
- data/lib/card/codename.rb +1 -2
- data/lib/card/error.rb +1 -1
- data/lib/card/migration.rb +1 -1
- data/lib/card/migration/import.rb +85 -72
- data/lib/card/migration/import/import_data.rb +20 -24
- data/lib/card/migration/import/import_data/card_content.rb +2 -4
- data/lib/card/migration/import/merger.rb +6 -17
- data/lib/card/set/event.rb +1 -1
- data/lib/card/set_pattern.rb +0 -1
- data/lib/card/subcards.rb +4 -3
- data/lib/card/tasks/card.rake +10 -6
- data/lib/card/tasks/card/create.rake +1 -1
- data/lib/cardio.rb +1 -1
- data/mod/account/set/right/password.rb +1 -1
- data/mod/account/set/self/account_links.rb +8 -6
- data/mod/ace_editor/lib/javascript/script_ace_config.js.coffee +8 -8
- data/mod/ace_editor/set/abstract/ace_editor.rb +1 -1
- data/mod/admin/set/self/admin_info.rb +3 -6
- data/mod/basic_formats/set/all/base.rb +11 -1
- data/mod/bootstrap/file/cerulean_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/cerulean_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/cerulean_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/cerulean_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/cerulean_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/cosmo_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/cosmo_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/cosmo_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/cosmo_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/cosmo_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/cyborg_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/cyborg_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/cyborg_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/cyborg_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/cyborg_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/darkly_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/darkly_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/darkly_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/darkly_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/darkly_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/flatly_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/flatly_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/flatly_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/flatly_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/flatly_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/journal_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/journal_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/journal_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/journal_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/journal_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/lumen_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/lumen_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/lumen_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/lumen_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/lumen_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/sandstone_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/sandstone_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/sandstone_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/sandstone_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/sandstone_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/simplex_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/simplex_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/simplex_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/simplex_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/simplex_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/slate_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/slate_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/slate_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/slate_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/slate_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/spacelab_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/spacelab_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/spacelab_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/spacelab_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/spacelab_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/superhero_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/superhero_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/superhero_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/superhero_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/superhero_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/united_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/united_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/united_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/united_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/united_skin_image/image-small.png +0 -0
- data/mod/bootstrap/file/yeti_skin_image/image-icon.png +0 -0
- data/mod/bootstrap/file/yeti_skin_image/image-large.png +0 -0
- data/mod/bootstrap/file/yeti_skin_image/image-medium.png +0 -0
- data/mod/bootstrap/file/yeti_skin_image/image-original.png +0 -0
- data/mod/bootstrap/file/yeti_skin_image/image-small.png +0 -0
- data/mod/bootstrap/lib/bootstrap/component/panel.rb +3 -3
- data/mod/bootstrap/lib/javascript/bootstrap.js +2953 -1735
- data/mod/bootstrap/lib/javascript/bootstrap.min.js +4 -4
- data/mod/bootstrap/lib/javascript/script_load_select2.js.coffee +9 -0
- data/mod/bootstrap/lib/javascript/script_select2.js +5725 -0
- data/mod/bootstrap/lib/javascript/select2.min.js +3 -0
- data/mod/bootstrap/lib/javascript/tether.min.js +1 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap.css +9320 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/.scss-lint.yml +548 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_alert.scss +55 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_badge.scss +77 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_breadcrumb.scss +38 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_button-groups.scss → scss/_button-group.scss} +46 -87
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_buttons.scss +170 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_card.scss +276 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_carousel.scss +178 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_close.scss → scss/_close.scss} +7 -12
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_code.scss → scss/_code.scss} +19 -24
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_custom-forms.scss +263 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_custom.scss +4 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_dropdown.scss +161 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_forms.scss +388 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_grid.scss +52 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_images.scss +43 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_input-group.scss +178 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_jumbotron.scss +20 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_list-group.scss → scss/_list-group.scss} +71 -54
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_media.scss +8 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_mixins.scss +57 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_modals.scss → scss/_modal.scss} +45 -53
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_nav.scss +119 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_navbar.scss +268 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_normalize.scss +461 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_pagination.scss +67 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_popover.scss +171 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_print.scss +119 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_progress.scss +32 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_reboot.scss +389 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{_responsive-embed.scss → scss/_responsive-embed.scss} +26 -9
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_tables.scss +153 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_tooltip.scss +90 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_transitions.scss +34 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_type.scss +143 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_utilities.scss +13 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/_variables.scss +961 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/bootstrap-grid.scss +43 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/bootstrap-reboot.scss +10 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/bootstrap.scss +54 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins/_alerts.scss → scss/mixins/_alert.scss} +3 -3
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_background-variant.scss +12 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins/_labels.scss → scss/mixins/_badge.scss} +3 -4
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_border-radius.scss +35 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_breakpoints.scss +95 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_buttons.scss +86 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_cards.scss +47 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_clearfix.scss +7 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_float.scss +9 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins → scss/mixins}/_forms.scss +27 -36
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_gradients.scss +37 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_grid-framework.scss +65 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_grid.scss +100 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_hover.scss +60 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_image.scss +36 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins → scss/mixins}/_list-group.scss +5 -8
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_lists.scss +7 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins → scss/mixins}/_nav-divider.scss +1 -1
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins/_nav-vertical-align.scss → scss/mixins/_navbar-align.scss} +4 -4
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_pagination.scss +21 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins → scss/mixins}/_resize.scss +0 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_screen-reader.scss +32 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_size.scss +6 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_table-row.scss +30 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss +12 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_text-hide.scss +8 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/{mixins/_text-overflow.scss → scss/mixins/_text-truncate.scss} +3 -3
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_transforms.scss +14 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/mixins/_visibility.scss +5 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_align.scss +6 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_background.scss +19 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_borders.scss +37 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_clearfix.scss +3 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_display.scss +18 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_flex.scss +48 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_float.scss +9 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_position.scss +23 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_screenreaders.scss +11 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_sizing.scss +10 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_spacing.scss +43 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_text.scss +61 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap/scss/utilities/_visibility.scss +55 -0
- data/mod/bootstrap/lib/stylesheets/bootstrap_cards.scss +46 -9
- data/mod/bootstrap/lib/stylesheets/font-awesome.css +2337 -0
- data/mod/bootstrap/lib/stylesheets/material-icons.css +36 -0
- data/mod/bootstrap/lib/stylesheets/select2-boostrap-v4-alpha-6.scss +828 -0
- data/mod/bootstrap/lib/stylesheets/select2.min.css +1 -0
- data/mod/bootstrap/lib/stylesheets/style_select2.css +484 -0
- data/mod/bootstrap/lib/stylesheets/style_select2_bootstrap.scss +828 -0
- data/mod/bootstrap/set/abstract/bootstrap_code_file.rb +39 -0
- data/mod/bootstrap/set/all/bootstrap/helper.rb +65 -9
- data/mod/bootstrap/set/all/bootstrap/navbar.rb +35 -49
- data/mod/bootstrap/set/all/bootstrap/tabs.rb +3 -2
- data/mod/bootstrap/set/all/bootstrap/wrapper.rb +8 -5
- data/mod/bootstrap/set/all/rich_bootstrap.rb +1 -1
- data/mod/bootstrap/set/self/bootstrap_js.rb +1 -1
- data/mod/bootstrap/set/self/bootswatch_shared.rb +21 -33
- data/mod/bootstrap/set/self/script_load_select2.rb +1 -0
- data/mod/bootstrap/set/self/script_select2.rb +1 -0
- data/mod/bootstrap/set/self/style_bootstrap_breakpoints.rb +6 -0
- data/mod/bootstrap/set/self/style_bootstrap_mixins.rb +7 -0
- data/mod/bootstrap/set/self/style_select2.rb +1 -0
- data/mod/carrierwave/set/abstract/attachment/storage_type.rb +11 -2
- data/mod/carrierwave/set/type/file.rb +6 -2
- data/mod/carrierwave/spec/set/type/file_spec.rb +13 -3
- data/mod/core/set/all/content.rb +1 -1
- data/mod/core/spec/format/html_format_spec.rb +35 -48
- data/mod/core/spec/set/all/collection_spec.rb +1 -1
- data/mod/history/lib/card/act/act_renderer.rb +2 -2
- data/mod/history/set/all/act_view.rb +5 -5
- data/mod/history/set/all/action_view.rb +2 -2
- data/mod/history/set/all/history.rb +1 -1
- data/mod/machines/file/all_script_machine_output/file.js +8 -7
- data/mod/machines/lib/javascript/{wagn.js.coffee → decko.js.coffee} +23 -23
- data/mod/machines/lib/javascript/{wagn_editor.js.coffee → decko_editor.js.coffee} +6 -6
- data/mod/machines/lib/javascript/{wagn_layout.js.coffee → decko_layout.js.coffee} +10 -6
- data/mod/machines/lib/javascript/{wagn_mod.js.coffee → decko_mod.js.coffee} +9 -9
- data/mod/machines/lib/javascript/{wagn_navbox.js.coffee → decko_navbox.js.coffee} +8 -8
- data/mod/machines/lib/javascript/{wagn_upload.js.coffee → decko_upload.js.coffee} +4 -4
- data/mod/machines/lib/javascript/script_card_menu.js.coffee +3 -4
- data/mod/machines/lib/stylesheets/style_cards.scss +28 -27
- data/mod/machines/set/self/script_slot.rb +1 -1
- data/mod/notifications/set/all/follow.rb +1 -1
- data/mod/notifications/set/right/following.rb +1 -1
- data/mod/notifications/set/type_plus_right/user/follow.rb +1 -1
- data/mod/pointer/lib/javascript/script_pointer_config.js.coffee +6 -5
- data/mod/pointer/set/abstract/01_paging.rb +2 -3
- data/mod/pointer/set/abstract/02_pointer/edit.rb +13 -0
- data/mod/prosemirror_editor/lib/javascript/script_prosemirror_config.js.coffee +5 -5
- data/mod/prosemirror_editor/set/abstract/prosemirror_editor.rb +1 -1
- data/mod/settings/spec/set/right/comment_spec.rb +1 -3
- data/mod/standard/set/abstract/toolbar_split_button.rb +2 -2
- data/mod/standard/set/all/comment.rb +1 -0
- data/mod/standard/set/all/error.rb +1 -1
- data/mod/standard/set/all/rich_html/classy.rb +1 -1
- data/mod/standard/set/all/rich_html/content.rb +5 -5
- data/mod/standard/set/all/rich_html/editor.rb +2 -2
- data/mod/standard/set/all/rich_html/form.rb +1 -1
- data/mod/standard/set/all/rich_html/header.rb +7 -15
- data/mod/standard/set/all/rich_html/menu.rb +12 -10
- data/mod/standard/set/all/rich_html/toolbar.rb +18 -19
- data/mod/standard/set/all/rich_html/wrapper.rb +4 -6
- data/mod/standard/set/rstar/rules_editor.rb +1 -1
- data/mod/standard/set/self/activity_toolbar_button.rb +4 -4
- data/mod/standard/set/self/navbox.rb +5 -10
- data/mod/standard/set/self/rules_toolbar_button.rb +2 -1
- data/mod/standard/set/type/set.rb +35 -33
- data/mod/standard/spec/chunk/include_spec.rb +4 -4
- data/mod/standard/spec/set/all/history_spec.rb +1 -1
- data/mod/standard/spec/set/all/rich_html/wrapper_spec.rb +8 -8
- data/mod/standard/spec/set/type/phrase_spec.rb +1 -1
- data/mod/standard/spec/set/type/uri_spec.rb +1 -1
- data/mod/tinymce_editor/lib/javascript/script_tinymce_config.js.coffee +6 -6
- data/mod/tinymce_editor/set/abstract/tinymce_editor.rb +1 -1
- data/script/fetch_bootswatch_themes.rb +38 -0
- data/spec/lib/card/cache_spec.rb +1 -1
- data/spec/lib/card/migration/import_spec.rb +23 -17
- data/spec/support/helper/render_helper.rb +10 -3
- metadata +189 -298
- data/mod/bootstrap/lib/stylesheets/bootstrap/_alerts.scss +0 -73
- data/mod/bootstrap/lib/stylesheets/bootstrap/_badges.scss +0 -68
- data/mod/bootstrap/lib/stylesheets/bootstrap/_breadcrumbs.scss +0 -26
- data/mod/bootstrap/lib/stylesheets/bootstrap/_buttons.scss +0 -160
- data/mod/bootstrap/lib/stylesheets/bootstrap/_carousel.scss +0 -269
- data/mod/bootstrap/lib/stylesheets/bootstrap/_component-animations.scss +0 -37
- data/mod/bootstrap/lib/stylesheets/bootstrap/_dropdowns.scss +0 -214
- data/mod/bootstrap/lib/stylesheets/bootstrap/_forms.scss +0 -578
- data/mod/bootstrap/lib/stylesheets/bootstrap/_glyphicons.scss +0 -305
- data/mod/bootstrap/lib/stylesheets/bootstrap/_grid.scss +0 -84
- data/mod/bootstrap/lib/stylesheets/bootstrap/_input-groups.scss +0 -166
- data/mod/bootstrap/lib/stylesheets/bootstrap/_jumbotron.scss +0 -50
- data/mod/bootstrap/lib/stylesheets/bootstrap/_labels.scss +0 -66
- data/mod/bootstrap/lib/stylesheets/bootstrap/_media.scss +0 -61
- data/mod/bootstrap/lib/stylesheets/bootstrap/_mixins.scss +0 -39
- data/mod/bootstrap/lib/stylesheets/bootstrap/_navbar.scss +0 -662
- data/mod/bootstrap/lib/stylesheets/bootstrap/_navs.scss +0 -242
- data/mod/bootstrap/lib/stylesheets/bootstrap/_normalize.scss +0 -427
- data/mod/bootstrap/lib/stylesheets/bootstrap/_pager.scss +0 -54
- data/mod/bootstrap/lib/stylesheets/bootstrap/_pagination.scss +0 -88
- data/mod/bootstrap/lib/stylesheets/bootstrap/_panels.scss +0 -265
- data/mod/bootstrap/lib/stylesheets/bootstrap/_popovers.scss +0 -135
- data/mod/bootstrap/lib/stylesheets/bootstrap/_print.scss +0 -107
- data/mod/bootstrap/lib/stylesheets/bootstrap/_progress-bars.scss +0 -87
- data/mod/bootstrap/lib/stylesheets/bootstrap/_responsive-utilities.scss +0 -177
- data/mod/bootstrap/lib/stylesheets/bootstrap/_scaffolding.scss +0 -162
- data/mod/bootstrap/lib/stylesheets/bootstrap/_tables.scss +0 -237
- data/mod/bootstrap/lib/stylesheets/bootstrap/_theme.scss +0 -273
- data/mod/bootstrap/lib/stylesheets/bootstrap/_thumbnails.scss +0 -38
- data/mod/bootstrap/lib/stylesheets/bootstrap/_tooltip.scss +0 -102
- data/mod/bootstrap/lib/stylesheets/bootstrap/_type.scss +0 -298
- data/mod/bootstrap/lib/stylesheets/bootstrap/_utilities.scss +0 -55
- data/mod/bootstrap/lib/stylesheets/bootstrap/_variables.scss +0 -866
- data/mod/bootstrap/lib/stylesheets/bootstrap/_wells.scss +0 -29
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_background-variant.scss +0 -11
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_border-radius.scss +0 -18
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_buttons.scss +0 -52
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_center-block.scss +0 -7
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_clearfix.scss +0 -22
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_gradients.scss +0 -58
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -81
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_grid.scss +0 -122
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_hide-text.scss +0 -21
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_image.scss +0 -33
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_opacity.scss +0 -8
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_pagination.scss +0 -23
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_panels.scss +0 -24
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_progress-bar.scss +0 -10
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_reset-filter.scss +0 -8
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_responsive-visibility.scss +0 -21
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_size.scss +0 -10
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_tab-focus.scss +0 -9
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_table-row.scss +0 -28
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -11
- data/mod/bootstrap/lib/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +0 -222
- data/mod/machines/file/all_style_machine_output/file.css +0 -19
- data/tmpsets/set/mod001-core/abstract/code_file.rb +0 -79
- data/tmpsets/set/mod001-core/all/actify.rb +0 -100
- data/tmpsets/set/mod001-core/all/active_card.rb +0 -42
- data/tmpsets/set/mod001-core/all/collection.rb +0 -313
- data/tmpsets/set/mod001-core/all/content.rb +0 -69
- data/tmpsets/set/mod001-core/all/erb.rb +0 -18
- data/tmpsets/set/mod001-core/all/event.rb +0 -62
- data/tmpsets/set/mod001-core/all/export.rb +0 -49
- data/tmpsets/set/mod001-core/all/fetch.rb +0 -335
- data/tmpsets/set/mod001-core/all/haml.rb +0 -14
- data/tmpsets/set/mod001-core/all/initialize.rb +0 -42
- data/tmpsets/set/mod001-core/all/location_history.rb +0 -15
- data/tmpsets/set/mod001-core/all/name.rb +0 -282
- data/tmpsets/set/mod001-core/all/name_validations.rb +0 -65
- data/tmpsets/set/mod001-core/all/pattern.rb +0 -67
- data/tmpsets/set/mod001-core/all/permissions.rb +0 -309
- data/tmpsets/set/mod001-core/all/phases.rb +0 -23
- data/tmpsets/set/mod001-core/all/references.rb +0 -187
- data/tmpsets/set/mod001-core/all/rules.rb +0 -311
- data/tmpsets/set/mod001-core/all/stages.rb +0 -31
- data/tmpsets/set/mod001-core/all/states.rb +0 -31
- data/tmpsets/set/mod001-core/all/subcards.rb +0 -85
- data/tmpsets/set/mod001-core/all/templating.rb +0 -78
- data/tmpsets/set/mod001-core/all/tracked_attributes.rb +0 -154
- data/tmpsets/set/mod001-core/all/trash.rb +0 -63
- data/tmpsets/set/mod001-core/all/type.rb +0 -60
- data/tmpsets/set/mod001-core/all/utils.rb +0 -132
- data/tmpsets/set/mod001-core/all/view_cache.rb +0 -16
- data/tmpsets/set/mod002-history/all/actions.rb +0 -60
- data/tmpsets/set/mod002-history/all/content_history.rb +0 -168
- data/tmpsets/set/mod002-history/all/history.rb +0 -407
- data/tmpsets/set/mod003-basic_formats/all/all_css.rb +0 -45
- data/tmpsets/set/mod003-basic_formats/all/all_csv.rb +0 -56
- data/tmpsets/set/mod003-basic_formats/all/all_js.rb +0 -13
- data/tmpsets/set/mod003-basic_formats/all/base.rb +0 -155
- data/tmpsets/set/mod003-basic_formats/all/file.rb +0 -16
- data/tmpsets/set/mod003-basic_formats/all/json.rb +0 -76
- data/tmpsets/set/mod003-basic_formats/all/rss.rb +0 -77
- data/tmpsets/set/mod003-basic_formats/all/text.rb +0 -13
- data/tmpsets/set/mod003-basic_formats/self/01_head/javascript.rb +0 -79
- data/tmpsets/set/mod003-basic_formats/self/head.rb +0 -101
- data/tmpsets/set/mod004-pointer/abstract/01_pointer.rb +0 -193
- data/tmpsets/set/mod004-pointer/abstract/01_pointer/edit.rb +0 -224
- data/tmpsets/set/mod004-pointer/abstract/code_pointer.rb +0 -16
- data/tmpsets/set/mod004-pointer/self/script_editors.rb +0 -8
- data/tmpsets/set/mod004-pointer/self/script_mods.rb +0 -8
- data/tmpsets/set/mod004-pointer/self/script_pointer_config.rb +0 -10
- data/tmpsets/set/mod004-pointer/type/pointer.rb +0 -8
- data/tmpsets/set/mod005-ace_editor/abstract/ace_editor.rb +0 -18
- data/tmpsets/set/mod005-ace_editor/self/script_ace.rb +0 -10
- data/tmpsets/set/mod005-ace_editor/self/script_ace_config.rb +0 -12
- data/tmpsets/set/mod006-prosemirror_editor/abstract/prosemirror_editor.rb +0 -14
- data/tmpsets/set/mod006-prosemirror_editor/self/script_prosemirror.rb +0 -10
- data/tmpsets/set/mod006-prosemirror_editor/self/script_prosemirror_config.rb +0 -13
- data/tmpsets/set/mod008-solid_cache/abstract/solid_cache.rb +0 -106
- data/tmpsets/set/mod008-solid_cache/all/solid_cache.rb +0 -21
- data/tmpsets/set/mod008-solid_cache/right/solid_cache.rb +0 -39
- data/tmpsets/set/mod009-basic_types/type/html.rb +0 -26
- data/tmpsets/set/mod009-basic_types/type/plain_text.rb +0 -19
- data/tmpsets/set/mod010-machines/abstract/script.rb +0 -49
- data/tmpsets/set/mod010-machines/all/reset_machines.rb +0 -19
- data/tmpsets/set/mod010-machines/right/machine_cache.rb +0 -18
- data/tmpsets/set/mod010-machines/right/machine_input.rb +0 -10
- data/tmpsets/set/mod010-machines/right/machine_output.rb +0 -39
- data/tmpsets/set/mod010-machines/self/script_card_menu.rb +0 -8
- data/tmpsets/set/mod010-machines/self/script_html5shiv_printshiv.rb +0 -8
- data/tmpsets/set/mod010-machines/self/script_jquery.rb +0 -8
- data/tmpsets/set/mod010-machines/self/script_jquery_helper.rb +0 -16
- data/tmpsets/set/mod010-machines/self/script_slot.rb +0 -14
- data/tmpsets/set/mod010-machines/self/style_bootstrap_compatible.rb +0 -8
- data/tmpsets/set/mod010-machines/self/style_cards.rb +0 -8
- data/tmpsets/set/mod010-machines/self/style_jquery_ui_smoothness.rb +0 -8
- data/tmpsets/set/mod010-machines/type/coffee_script.rb +0 -47
- data/tmpsets/set/mod010-machines/type/css.rb +0 -67
- data/tmpsets/set/mod010-machines/type/java_script.rb +0 -36
- data/tmpsets/set/mod010-machines/type/scss.rb +0 -21
- data/tmpsets/set/mod010-machines/type/skin.rb +0 -13
- data/tmpsets/set/mod011-settings/abstract/permission.rb +0 -119
- data/tmpsets/set/mod011-settings/right/add_help.rb +0 -18
- data/tmpsets/set/mod011-settings/right/comment.rb +0 -8
- data/tmpsets/set/mod011-settings/right/create.rb +0 -8
- data/tmpsets/set/mod011-settings/right/default.rb +0 -14
- data/tmpsets/set/mod011-settings/right/delete.rb +0 -8
- data/tmpsets/set/mod011-settings/right/help.rb +0 -10
- data/tmpsets/set/mod011-settings/right/read.rb +0 -10
- data/tmpsets/set/mod011-settings/right/script.rb +0 -16
- data/tmpsets/set/mod011-settings/right/structure.rb +0 -68
- data/tmpsets/set/mod011-settings/right/style.rb +0 -17
- data/tmpsets/set/mod011-settings/right/update.rb +0 -8
- data/tmpsets/set/mod011-settings/self/accountable.rb +0 -10
- data/tmpsets/set/mod011-settings/self/add_help.rb +0 -9
- data/tmpsets/set/mod011-settings/self/autoname.rb +0 -9
- data/tmpsets/set/mod011-settings/self/captcha.rb +0 -9
- data/tmpsets/set/mod011-settings/self/create.rb +0 -9
- data/tmpsets/set/mod011-settings/self/default.rb +0 -9
- data/tmpsets/set/mod011-settings/self/default_html_view.rb +0 -9
- data/tmpsets/set/mod011-settings/self/delete.rb +0 -9
- data/tmpsets/set/mod011-settings/self/follow_fields.rb +0 -9
- data/tmpsets/set/mod011-settings/self/help.rb +0 -9
- data/tmpsets/set/mod011-settings/self/input.rb +0 -11
- data/tmpsets/set/mod011-settings/self/layout.rb +0 -9
- data/tmpsets/set/mod011-settings/self/on_create.rb +0 -9
- data/tmpsets/set/mod011-settings/self/on_delete.rb +0 -9
- data/tmpsets/set/mod011-settings/self/on_update.rb +0 -9
- data/tmpsets/set/mod011-settings/self/options.rb +0 -11
- data/tmpsets/set/mod011-settings/self/options_label.rb +0 -11
- data/tmpsets/set/mod011-settings/self/read.rb +0 -9
- data/tmpsets/set/mod011-settings/self/recent_settings.rb +0 -10
- data/tmpsets/set/mod011-settings/self/script.rb +0 -9
- data/tmpsets/set/mod011-settings/self/structure.rb +0 -9
- data/tmpsets/set/mod011-settings/self/style.rb +0 -9
- data/tmpsets/set/mod011-settings/self/table_of_contents.rb +0 -9
- data/tmpsets/set/mod011-settings/self/thanks.rb +0 -9
- data/tmpsets/set/mod011-settings/self/update.rb +0 -9
- data/tmpsets/set/mod011-settings/type/setting.rb +0 -111
- data/tmpsets/set/mod012-email/all/email_html.rb +0 -11
- data/tmpsets/set/mod012-email/all/email_text.rb +0 -12
- data/tmpsets/set/mod012-email/all/follow.rb +0 -253
- data/tmpsets/set/mod012-email/all/notify.rb +0 -271
- data/tmpsets/set/mod012-email/all/observer.rb +0 -33
- data/tmpsets/set/mod012-email/right/bcc.rb +0 -47
- data/tmpsets/set/mod012-email/right/cc.rb +0 -10
- data/tmpsets/set/mod012-email/right/follow.rb +0 -106
- data/tmpsets/set/mod012-email/right/follow_fields.rb +0 -10
- data/tmpsets/set/mod012-email/right/followers.rb +0 -41
- data/tmpsets/set/mod012-email/right/following.rb +0 -65
- data/tmpsets/set/mod012-email/right/from.rb +0 -10
- data/tmpsets/set/mod012-email/right/html_message.rb +0 -10
- data/tmpsets/set/mod012-email/right/to.rb +0 -10
- data/tmpsets/set/mod012-email/self/always.rb +0 -20
- data/tmpsets/set/mod012-email/self/created.rb +0 -26
- data/tmpsets/set/mod012-email/self/edited.rb +0 -27
- data/tmpsets/set/mod012-email/self/follow.rb +0 -9
- data/tmpsets/set/mod012-email/self/follow_defaults.rb +0 -75
- data/tmpsets/set/mod012-email/self/never.rb +0 -20
- data/tmpsets/set/mod012-email/type/email_template.rb +0 -133
- data/tmpsets/set/mod012-email/type_plus_right/user/follow.rb +0 -184
- data/tmpsets/set/mod013-carrierwave/abstract/attachment.rb +0 -282
- data/tmpsets/set/mod013-carrierwave/type/file.rb +0 -155
- data/tmpsets/set/mod013-carrierwave/type/image.rb +0 -96
- data/tmpsets/set/mod014-admin/self/admin.rb +0 -113
- data/tmpsets/set/mod014-admin/self/admin_info.rb +0 -110
- data/tmpsets/set/mod014-admin/self/version.rb +0 -15
- data/tmpsets/set/mod015-developer/all/event_viz.rb +0 -59
- data/tmpsets/set/mod015-developer/all/view_viz.rb +0 -30
- data/tmpsets/set/mod015-developer/right/debug.rb +0 -96
- data/tmpsets/set/mod016-standard/all/comment.rb +0 -67
- data/tmpsets/set/mod016-standard/all/error.rb +0 -229
- data/tmpsets/set/mod016-standard/all/links.rb +0 -165
- data/tmpsets/set/mod016-standard/all/list_changes.rb +0 -53
- data/tmpsets/set/mod016-standard/all/rich_html/content.rb +0 -261
- data/tmpsets/set/mod016-standard/all/rich_html/editing.rb +0 -247
- data/tmpsets/set/mod016-standard/all/rich_html/form.rb +0 -298
- data/tmpsets/set/mod016-standard/all/rich_html/header.rb +0 -78
- data/tmpsets/set/mod016-standard/all/rich_html/menu.rb +0 -154
- data/tmpsets/set/mod016-standard/all/rich_html/modal.rb +0 -58
- data/tmpsets/set/mod016-standard/all/rich_html/toolbar.rb +0 -312
- data/tmpsets/set/mod016-standard/all/rich_html/wrapper.rb +0 -191
- data/tmpsets/set/mod016-standard/right/discussion.rb +0 -10
- data/tmpsets/set/mod016-standard/right/when_created.rb +0 -14
- data/tmpsets/set/mod016-standard/right/when_last_edited.rb +0 -14
- data/tmpsets/set/mod016-standard/rstar/rules.rb +0 -107
- data/tmpsets/set/mod016-standard/rstar/rules_editor.rb +0 -371
- data/tmpsets/set/mod016-standard/self/alerts.rb +0 -12
- data/tmpsets/set/mod016-standard/self/codenames.rb +0 -7
- data/tmpsets/set/mod016-standard/self/foot.rb +0 -15
- data/tmpsets/set/mod016-standard/self/navbox.rb +0 -36
- data/tmpsets/set/mod016-standard/self/now.rb +0 -14
- data/tmpsets/set/mod016-standard/self/recent.rb +0 -34
- data/tmpsets/set/mod016-standard/self/search.rb +0 -71
- data/tmpsets/set/mod016-standard/type/basic.rb +0 -59
- data/tmpsets/set/mod016-standard/type/cardtype.rb +0 -81
- data/tmpsets/set/mod016-standard/type/date.rb +0 -15
- data/tmpsets/set/mod016-standard/type/layout_type.rb +0 -17
- data/tmpsets/set/mod016-standard/type/list.rb +0 -120
- data/tmpsets/set/mod016-standard/type/listed_by.rb +0 -85
- data/tmpsets/set/mod016-standard/type/number.rb +0 -25
- data/tmpsets/set/mod016-standard/type/phrase.rb +0 -10
- data/tmpsets/set/mod016-standard/type/search_type.rb +0 -339
- data/tmpsets/set/mod016-standard/type/session.rb +0 -42
- data/tmpsets/set/mod016-standard/type/set.rb +0 -371
- data/tmpsets/set/mod016-standard/type/toggle.rb +0 -19
- data/tmpsets/set/mod016-standard/type/uri.rb +0 -18
- data/tmpsets/set/mod017-account/all/account.rb +0 -72
- data/tmpsets/set/mod017-account/right/account.rb +0 -196
- data/tmpsets/set/mod017-account/right/email.rb +0 -61
- data/tmpsets/set/mod017-account/right/password.rb +0 -54
- data/tmpsets/set/mod017-account/right/salt.rb +0 -12
- data/tmpsets/set/mod017-account/right/status.rb +0 -16
- data/tmpsets/set/mod017-account/right/token.rb +0 -57
- data/tmpsets/set/mod017-account/self/account_links.rb +0 -72
- data/tmpsets/set/mod017-account/self/signin.rb +0 -165
- data/tmpsets/set/mod017-account/type/signup.rb +0 -175
- data/tmpsets/set/mod017-account/type/user.rb +0 -88
- data/tmpsets/set/mod018-bootstrap/all/bootstrap/form.rb +0 -42
- data/tmpsets/set/mod018-bootstrap/all/bootstrap/helper.rb +0 -236
- data/tmpsets/set/mod018-bootstrap/all/bootstrap/table.rb +0 -68
- data/tmpsets/set/mod018-bootstrap/all/bootstrap/tabs.rb +0 -88
- data/tmpsets/set/mod018-bootstrap/all/bootstrap/wrapper.rb +0 -18
- data/tmpsets/set/mod018-bootstrap/all/rich_bootstrap.rb +0 -13
- data/tmpsets/set/mod018-bootstrap/self/bootstrap_cards.rb +0 -8
- data/tmpsets/set/mod018-bootstrap/self/bootstrap_js.rb +0 -12
- data/tmpsets/set/mod018-bootstrap/self/bootswatch_shared.rb +0 -47
- data/tmpsets/set/mod018-bootstrap/self/script_mods.rb +0 -7
- data/tmpsets/set/mod018-bootstrap/self/smartmenu_css.rb +0 -12
- data/tmpsets/set/mod018-bootstrap/self/smartmenu_js.rb +0 -12
- data/tmpsets/set_pattern/100-all.rb +0 -24
- data/tmpsets/set_pattern/101-all_plus.rb +0 -26
- data/tmpsets/set_pattern/102-type.rb +0 -36
- data/tmpsets/set_pattern/103-star.rb +0 -28
- data/tmpsets/set_pattern/104-rstar.rb +0 -30
- data/tmpsets/set_pattern/105-right.rb +0 -33
- data/tmpsets/set_pattern/106-type_plus_right.rb +0 -39
- data/tmpsets/set_pattern/107-self.rb +0 -32
@@ -1,37 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Component animations
|
3
|
-
// --------------------------------------------------
|
4
|
-
|
5
|
-
// Heads up!
|
6
|
-
//
|
7
|
-
// We don't use the `.opacity()` mixin here since it causes a bug with text
|
8
|
-
// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
|
9
|
-
|
10
|
-
.fade {
|
11
|
-
opacity: 0;
|
12
|
-
@include transition(opacity .15s linear);
|
13
|
-
&.in {
|
14
|
-
opacity: 1;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.collapse {
|
19
|
-
display: none;
|
20
|
-
|
21
|
-
&.in { display: block; }
|
22
|
-
// [converter] extracted tr&.in to tr.collapse.in
|
23
|
-
// [converter] extracted tbody&.in to tbody.collapse.in
|
24
|
-
}
|
25
|
-
|
26
|
-
tr.collapse.in { display: table-row; }
|
27
|
-
|
28
|
-
tbody.collapse.in { display: table-row-group; }
|
29
|
-
|
30
|
-
.collapsing {
|
31
|
-
position: relative;
|
32
|
-
height: 0;
|
33
|
-
overflow: hidden;
|
34
|
-
@include transition-property(height, visibility);
|
35
|
-
@include transition-duration(.35s);
|
36
|
-
@include transition-timing-function(ease);
|
37
|
-
}
|
@@ -1,214 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Dropdown menus
|
3
|
-
// --------------------------------------------------
|
4
|
-
|
5
|
-
|
6
|
-
// Dropdown arrow/caret
|
7
|
-
.caret {
|
8
|
-
display: inline-block;
|
9
|
-
width: 0;
|
10
|
-
height: 0;
|
11
|
-
margin-left: 2px;
|
12
|
-
vertical-align: middle;
|
13
|
-
border-top: $caret-width-base dashed;
|
14
|
-
border-right: $caret-width-base solid transparent;
|
15
|
-
border-left: $caret-width-base solid transparent;
|
16
|
-
}
|
17
|
-
|
18
|
-
// The dropdown wrapper (div)
|
19
|
-
.dropup,
|
20
|
-
.dropdown {
|
21
|
-
position: relative;
|
22
|
-
}
|
23
|
-
|
24
|
-
// Prevent the focus on the dropdown toggle when closing dropdowns
|
25
|
-
.dropdown-toggle:focus {
|
26
|
-
outline: 0;
|
27
|
-
}
|
28
|
-
|
29
|
-
// The dropdown menu (ul)
|
30
|
-
.dropdown-menu {
|
31
|
-
position: absolute;
|
32
|
-
top: 100%;
|
33
|
-
left: 0;
|
34
|
-
z-index: $zindex-dropdown;
|
35
|
-
display: none; // none by default, but block on "open" of the menu
|
36
|
-
float: left;
|
37
|
-
min-width: 160px;
|
38
|
-
padding: 5px 0;
|
39
|
-
margin: 2px 0 0; // override default ul
|
40
|
-
list-style: none;
|
41
|
-
font-size: $font-size-base;
|
42
|
-
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
43
|
-
background-color: $dropdown-bg;
|
44
|
-
border: 1px solid $dropdown-fallback-border; // IE8 fallback
|
45
|
-
border: 1px solid $dropdown-border;
|
46
|
-
border-radius: $border-radius-base;
|
47
|
-
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
|
48
|
-
background-clip: padding-box;
|
49
|
-
|
50
|
-
// Aligns the dropdown menu to right
|
51
|
-
//
|
52
|
-
// Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
|
53
|
-
&.pull-right {
|
54
|
-
right: 0;
|
55
|
-
left: auto;
|
56
|
-
}
|
57
|
-
|
58
|
-
// Dividers (basically an hr) within the dropdown
|
59
|
-
.divider {
|
60
|
-
@include nav-divider($dropdown-divider-bg);
|
61
|
-
}
|
62
|
-
|
63
|
-
// Links within the dropdown menu
|
64
|
-
> li > a {
|
65
|
-
display: block;
|
66
|
-
padding: 3px 20px;
|
67
|
-
clear: both;
|
68
|
-
font-weight: normal;
|
69
|
-
line-height: $line-height-base;
|
70
|
-
color: $dropdown-link-color;
|
71
|
-
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
72
|
-
}
|
73
|
-
}
|
74
|
-
|
75
|
-
// Hover/Focus state
|
76
|
-
.dropdown-menu > li > a {
|
77
|
-
&:hover,
|
78
|
-
&:focus {
|
79
|
-
text-decoration: none;
|
80
|
-
color: $dropdown-link-hover-color;
|
81
|
-
background-color: $dropdown-link-hover-bg;
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
// Active state
|
86
|
-
.dropdown-menu > .active > a {
|
87
|
-
&,
|
88
|
-
&:hover,
|
89
|
-
&:focus {
|
90
|
-
color: $dropdown-link-active-color;
|
91
|
-
text-decoration: none;
|
92
|
-
outline: 0;
|
93
|
-
background-color: $dropdown-link-active-bg;
|
94
|
-
}
|
95
|
-
}
|
96
|
-
|
97
|
-
// Disabled state
|
98
|
-
//
|
99
|
-
// Gray out text and ensure the hover/focus state remains gray
|
100
|
-
|
101
|
-
.dropdown-menu > .disabled > a {
|
102
|
-
&,
|
103
|
-
&:hover,
|
104
|
-
&:focus {
|
105
|
-
color: $dropdown-link-disabled-color;
|
106
|
-
}
|
107
|
-
|
108
|
-
// Nuke hover/focus effects
|
109
|
-
&:hover,
|
110
|
-
&:focus {
|
111
|
-
text-decoration: none;
|
112
|
-
background-color: transparent;
|
113
|
-
background-image: none; // Remove CSS gradient
|
114
|
-
@include reset-filter;
|
115
|
-
cursor: $cursor-disabled;
|
116
|
-
}
|
117
|
-
}
|
118
|
-
|
119
|
-
// Open state for the dropdown
|
120
|
-
.open {
|
121
|
-
// Show the menu
|
122
|
-
> .dropdown-menu {
|
123
|
-
display: block;
|
124
|
-
}
|
125
|
-
|
126
|
-
// Remove the outline when :focus is triggered
|
127
|
-
> a {
|
128
|
-
outline: 0;
|
129
|
-
}
|
130
|
-
}
|
131
|
-
|
132
|
-
// Menu positioning
|
133
|
-
//
|
134
|
-
// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
|
135
|
-
// menu with the parent.
|
136
|
-
.dropdown-menu-right {
|
137
|
-
left: auto; // Reset the default from `.dropdown-menu`
|
138
|
-
right: 0;
|
139
|
-
}
|
140
|
-
// With v3, we enabled auto-flipping if you have a dropdown within a right
|
141
|
-
// aligned nav component. To enable the undoing of that, we provide an override
|
142
|
-
// to restore the default dropdown menu alignment.
|
143
|
-
//
|
144
|
-
// This is only for left-aligning a dropdown menu within a `.navbar-right` or
|
145
|
-
// `.pull-right` nav component.
|
146
|
-
.dropdown-menu-left {
|
147
|
-
left: 0;
|
148
|
-
right: auto;
|
149
|
-
}
|
150
|
-
|
151
|
-
// Dropdown section headers
|
152
|
-
.dropdown-header {
|
153
|
-
display: block;
|
154
|
-
padding: 3px 20px;
|
155
|
-
font-size: $font-size-small;
|
156
|
-
line-height: $line-height-base;
|
157
|
-
color: $dropdown-header-color;
|
158
|
-
white-space: nowrap; // as with > li > a
|
159
|
-
}
|
160
|
-
|
161
|
-
// Backdrop to catch body clicks on mobile, etc.
|
162
|
-
.dropdown-backdrop {
|
163
|
-
position: fixed;
|
164
|
-
left: 0;
|
165
|
-
right: 0;
|
166
|
-
bottom: 0;
|
167
|
-
top: 0;
|
168
|
-
z-index: ($zindex-dropdown - 10);
|
169
|
-
}
|
170
|
-
|
171
|
-
// Right aligned dropdowns
|
172
|
-
.pull-right > .dropdown-menu {
|
173
|
-
right: 0;
|
174
|
-
left: auto;
|
175
|
-
}
|
176
|
-
|
177
|
-
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
178
|
-
//
|
179
|
-
// Just add .dropup after the standard .dropdown class and you're set, bro.
|
180
|
-
// TODO: abstract this so that the navbar fixed styles are not placed here?
|
181
|
-
|
182
|
-
.dropup,
|
183
|
-
.navbar-fixed-bottom .dropdown {
|
184
|
-
// Reverse the caret
|
185
|
-
.caret {
|
186
|
-
border-top: 0;
|
187
|
-
border-bottom: $caret-width-base solid;
|
188
|
-
content: "";
|
189
|
-
}
|
190
|
-
// Different positioning for bottom up menu
|
191
|
-
.dropdown-menu {
|
192
|
-
top: auto;
|
193
|
-
bottom: 100%;
|
194
|
-
margin-bottom: 2px;
|
195
|
-
}
|
196
|
-
}
|
197
|
-
|
198
|
-
|
199
|
-
// Component alignment
|
200
|
-
//
|
201
|
-
// Reiterate per navbar.less and the modified component alignment there.
|
202
|
-
|
203
|
-
@media (min-width: $grid-float-breakpoint) {
|
204
|
-
.navbar-right {
|
205
|
-
.dropdown-menu {
|
206
|
-
right: 0; left: auto;
|
207
|
-
}
|
208
|
-
// Necessary for overrides of the default right aligned menu.
|
209
|
-
// Will remove come v4 in all likelihood.
|
210
|
-
.dropdown-menu-left {
|
211
|
-
left: 0; right: auto;
|
212
|
-
}
|
213
|
-
}
|
214
|
-
}
|
@@ -1,578 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Forms
|
3
|
-
// --------------------------------------------------
|
4
|
-
|
5
|
-
|
6
|
-
// Normalize non-controls
|
7
|
-
//
|
8
|
-
// Restyle and baseline non-control form elements.
|
9
|
-
|
10
|
-
fieldset {
|
11
|
-
padding: 0;
|
12
|
-
margin: 0;
|
13
|
-
border: 0;
|
14
|
-
// Chrome and Firefox set a `min-width: min-content;` on fieldsets,
|
15
|
-
// so we reset that to ensure it behaves more like a standard block element.
|
16
|
-
// See https://github.com/twbs/bootstrap/issues/12359.
|
17
|
-
min-width: 0;
|
18
|
-
}
|
19
|
-
|
20
|
-
legend {
|
21
|
-
display: block;
|
22
|
-
width: 100%;
|
23
|
-
padding: 0;
|
24
|
-
margin-bottom: $line-height-computed;
|
25
|
-
font-size: ($font-size-base * 1.5);
|
26
|
-
line-height: inherit;
|
27
|
-
color: $legend-color;
|
28
|
-
border: 0;
|
29
|
-
border-bottom: 1px solid $legend-border-color;
|
30
|
-
}
|
31
|
-
|
32
|
-
label {
|
33
|
-
display: inline-block;
|
34
|
-
max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
|
35
|
-
margin-bottom: 5px;
|
36
|
-
font-weight: bold;
|
37
|
-
}
|
38
|
-
|
39
|
-
|
40
|
-
// Normalize form controls
|
41
|
-
//
|
42
|
-
// While most of our form styles require extra classes, some basic normalization
|
43
|
-
// is required to ensure optimum display with or without those classes to better
|
44
|
-
// address browser inconsistencies.
|
45
|
-
|
46
|
-
// Override content-box in Normalize (* isn't specific enough)
|
47
|
-
input[type="search"] {
|
48
|
-
@include box-sizing(border-box);
|
49
|
-
}
|
50
|
-
|
51
|
-
// Position radios and checkboxes better
|
52
|
-
input[type="radio"],
|
53
|
-
input[type="checkbox"] {
|
54
|
-
margin: 4px 0 0;
|
55
|
-
margin-top: 1px \9; // IE8-9
|
56
|
-
line-height: normal;
|
57
|
-
}
|
58
|
-
|
59
|
-
// Set the height of file controls to match text inputs
|
60
|
-
input[type="file"] {
|
61
|
-
display: block;
|
62
|
-
}
|
63
|
-
|
64
|
-
// Make range inputs behave like textual form controls
|
65
|
-
input[type="range"] {
|
66
|
-
display: block;
|
67
|
-
width: 100%;
|
68
|
-
}
|
69
|
-
|
70
|
-
// Make multiple select elements height not fixed
|
71
|
-
select[multiple],
|
72
|
-
select[size] {
|
73
|
-
height: auto;
|
74
|
-
}
|
75
|
-
|
76
|
-
// Focus for file, radio, and checkbox
|
77
|
-
input[type="file"]:focus,
|
78
|
-
input[type="radio"]:focus,
|
79
|
-
input[type="checkbox"]:focus {
|
80
|
-
@include tab-focus;
|
81
|
-
}
|
82
|
-
|
83
|
-
// Adjust output element
|
84
|
-
output {
|
85
|
-
display: block;
|
86
|
-
padding-top: ($padding-base-vertical + 1);
|
87
|
-
font-size: $font-size-base;
|
88
|
-
line-height: $line-height-base;
|
89
|
-
color: $input-color;
|
90
|
-
}
|
91
|
-
|
92
|
-
|
93
|
-
// Common form controls
|
94
|
-
//
|
95
|
-
// Shared size and type resets for form controls. Apply `.form-control` to any
|
96
|
-
// of the following form controls:
|
97
|
-
//
|
98
|
-
// select
|
99
|
-
// textarea
|
100
|
-
// input[type="text"]
|
101
|
-
// input[type="password"]
|
102
|
-
// input[type="datetime"]
|
103
|
-
// input[type="datetime-local"]
|
104
|
-
// input[type="date"]
|
105
|
-
// input[type="month"]
|
106
|
-
// input[type="time"]
|
107
|
-
// input[type="week"]
|
108
|
-
// input[type="number"]
|
109
|
-
// input[type="email"]
|
110
|
-
// input[type="url"]
|
111
|
-
// input[type="search"]
|
112
|
-
// input[type="tel"]
|
113
|
-
// input[type="color"]
|
114
|
-
|
115
|
-
.form-control {
|
116
|
-
display: block;
|
117
|
-
width: 100%;
|
118
|
-
height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
119
|
-
padding: $padding-base-vertical $padding-base-horizontal;
|
120
|
-
font-size: $font-size-base;
|
121
|
-
line-height: $line-height-base;
|
122
|
-
color: $input-color;
|
123
|
-
background-color: $input-bg;
|
124
|
-
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
|
125
|
-
border: 1px solid $input-border;
|
126
|
-
border-radius: $input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
|
127
|
-
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
128
|
-
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
|
129
|
-
|
130
|
-
// Customize the `:focus` state to imitate native WebKit styles.
|
131
|
-
@include form-control-focus;
|
132
|
-
|
133
|
-
// Placeholder
|
134
|
-
@include placeholder;
|
135
|
-
|
136
|
-
// Disabled and read-only inputs
|
137
|
-
//
|
138
|
-
// HTML5 says that controls under a fieldset > legend:first-child won't be
|
139
|
-
// disabled if the fieldset is disabled. Due to implementation difficulty, we
|
140
|
-
// don't honor that edge case; we style them as disabled anyway.
|
141
|
-
&[disabled],
|
142
|
-
&[readonly],
|
143
|
-
fieldset[disabled] & {
|
144
|
-
background-color: $input-bg-disabled;
|
145
|
-
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
|
146
|
-
}
|
147
|
-
|
148
|
-
&[disabled],
|
149
|
-
fieldset[disabled] & {
|
150
|
-
cursor: $cursor-disabled;
|
151
|
-
}
|
152
|
-
|
153
|
-
// [converter] extracted textarea& to textarea.form-control
|
154
|
-
}
|
155
|
-
|
156
|
-
// Reset height for `textarea`s
|
157
|
-
textarea.form-control {
|
158
|
-
height: auto;
|
159
|
-
}
|
160
|
-
|
161
|
-
|
162
|
-
// Search inputs in iOS
|
163
|
-
//
|
164
|
-
// This overrides the extra rounded corners on search inputs in iOS so that our
|
165
|
-
// `.form-control` class can properly style them. Note that this cannot simply
|
166
|
-
// be added to `.form-control` as it's not specific enough. For details, see
|
167
|
-
// https://github.com/twbs/bootstrap/issues/11586.
|
168
|
-
|
169
|
-
input[type="search"] {
|
170
|
-
-webkit-appearance: none;
|
171
|
-
}
|
172
|
-
|
173
|
-
|
174
|
-
// Special styles for iOS temporal inputs
|
175
|
-
//
|
176
|
-
// In Mobile Safari, setting `display: block` on temporal inputs causes the
|
177
|
-
// text within the input to become vertically misaligned. As a workaround, we
|
178
|
-
// set a pixel line-height that matches the given height of the input, but only
|
179
|
-
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
|
180
|
-
|
181
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
182
|
-
input[type="date"],
|
183
|
-
input[type="time"],
|
184
|
-
input[type="datetime-local"],
|
185
|
-
input[type="month"] {
|
186
|
-
line-height: $input-height-base;
|
187
|
-
|
188
|
-
&.input-sm,
|
189
|
-
.input-group-sm & {
|
190
|
-
line-height: $input-height-small;
|
191
|
-
}
|
192
|
-
|
193
|
-
&.input-lg,
|
194
|
-
.input-group-lg & {
|
195
|
-
line-height: $input-height-large;
|
196
|
-
}
|
197
|
-
}
|
198
|
-
}
|
199
|
-
|
200
|
-
|
201
|
-
// Form groups
|
202
|
-
//
|
203
|
-
// Designed to help with the organization and spacing of vertical forms. For
|
204
|
-
// horizontal forms, use the predefined grid classes.
|
205
|
-
|
206
|
-
.form-group {
|
207
|
-
margin-bottom: $form-group-margin-bottom;
|
208
|
-
}
|
209
|
-
|
210
|
-
|
211
|
-
// Checkboxes and radios
|
212
|
-
//
|
213
|
-
// Indent the labels to position radios/checkboxes as hanging controls.
|
214
|
-
|
215
|
-
.radio,
|
216
|
-
.checkbox {
|
217
|
-
position: relative;
|
218
|
-
display: block;
|
219
|
-
margin-top: 10px;
|
220
|
-
margin-bottom: 10px;
|
221
|
-
|
222
|
-
label {
|
223
|
-
min-height: $line-height-computed; // Ensure the input doesn't jump when there is no text
|
224
|
-
padding-left: 20px;
|
225
|
-
margin-bottom: 0;
|
226
|
-
font-weight: normal;
|
227
|
-
cursor: pointer;
|
228
|
-
}
|
229
|
-
}
|
230
|
-
.radio input[type="radio"],
|
231
|
-
.radio-inline input[type="radio"],
|
232
|
-
.checkbox input[type="checkbox"],
|
233
|
-
.checkbox-inline input[type="checkbox"] {
|
234
|
-
position: absolute;
|
235
|
-
margin-left: -20px;
|
236
|
-
margin-top: 4px \9;
|
237
|
-
}
|
238
|
-
|
239
|
-
.radio + .radio,
|
240
|
-
.checkbox + .checkbox {
|
241
|
-
margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
|
242
|
-
}
|
243
|
-
|
244
|
-
// Radios and checkboxes on same line
|
245
|
-
.radio-inline,
|
246
|
-
.checkbox-inline {
|
247
|
-
position: relative;
|
248
|
-
display: inline-block;
|
249
|
-
padding-left: 20px;
|
250
|
-
margin-bottom: 0;
|
251
|
-
vertical-align: middle;
|
252
|
-
font-weight: normal;
|
253
|
-
cursor: pointer;
|
254
|
-
}
|
255
|
-
.radio-inline + .radio-inline,
|
256
|
-
.checkbox-inline + .checkbox-inline {
|
257
|
-
margin-top: 0;
|
258
|
-
margin-left: 10px; // space out consecutive inline controls
|
259
|
-
}
|
260
|
-
|
261
|
-
// Apply same disabled cursor tweak as for inputs
|
262
|
-
// Some special care is needed because <label>s don't inherit their parent's `cursor`.
|
263
|
-
//
|
264
|
-
// Note: Neither radios nor checkboxes can be readonly.
|
265
|
-
input[type="radio"],
|
266
|
-
input[type="checkbox"] {
|
267
|
-
&[disabled],
|
268
|
-
&.disabled,
|
269
|
-
fieldset[disabled] & {
|
270
|
-
cursor: $cursor-disabled;
|
271
|
-
}
|
272
|
-
}
|
273
|
-
// These classes are used directly on <label>s
|
274
|
-
.radio-inline,
|
275
|
-
.checkbox-inline {
|
276
|
-
&.disabled,
|
277
|
-
fieldset[disabled] & {
|
278
|
-
cursor: $cursor-disabled;
|
279
|
-
}
|
280
|
-
}
|
281
|
-
// These classes are used on elements with <label> descendants
|
282
|
-
.radio,
|
283
|
-
.checkbox {
|
284
|
-
&.disabled,
|
285
|
-
fieldset[disabled] & {
|
286
|
-
label {
|
287
|
-
cursor: $cursor-disabled;
|
288
|
-
}
|
289
|
-
}
|
290
|
-
}
|
291
|
-
|
292
|
-
|
293
|
-
// Static form control text
|
294
|
-
//
|
295
|
-
// Apply class to a `p` element to make any string of text align with labels in
|
296
|
-
// a horizontal form layout.
|
297
|
-
|
298
|
-
.form-control-static {
|
299
|
-
// Size it appropriately next to real form controls
|
300
|
-
padding-top: ($padding-base-vertical + 1);
|
301
|
-
padding-bottom: ($padding-base-vertical + 1);
|
302
|
-
// Remove default margin from `p`
|
303
|
-
margin-bottom: 0;
|
304
|
-
min-height: ($line-height-computed + $font-size-base);
|
305
|
-
|
306
|
-
&.input-lg,
|
307
|
-
&.input-sm {
|
308
|
-
padding-left: 0;
|
309
|
-
padding-right: 0;
|
310
|
-
}
|
311
|
-
}
|
312
|
-
|
313
|
-
|
314
|
-
// Form control sizing
|
315
|
-
//
|
316
|
-
// Build on `.form-control` with modifier classes to decrease or increase the
|
317
|
-
// height and font-size of form controls.
|
318
|
-
//
|
319
|
-
// The `.form-group-* form-control` variations are sadly duplicated to avoid the
|
320
|
-
// issue documented in https://github.com/twbs/bootstrap/issues/15074.
|
321
|
-
|
322
|
-
@include input-size('.input-sm', $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $input-border-radius-small);
|
323
|
-
.form-group-sm {
|
324
|
-
|
325
|
-
@include input-size('.form-control', $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $input-border-radius-small);
|
326
|
-
|
327
|
-
.form-control-static {
|
328
|
-
height: $input-height-small;
|
329
|
-
padding: $padding-small-vertical $padding-small-horizontal;
|
330
|
-
font-size: $font-size-small;
|
331
|
-
line-height: $line-height-small;
|
332
|
-
min-height: ($line-height-computed + $font-size-small);
|
333
|
-
}
|
334
|
-
}
|
335
|
-
|
336
|
-
@include input-size('.input-lg', $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $input-border-radius-large);
|
337
|
-
.form-group-lg {
|
338
|
-
|
339
|
-
@include input-size('.form-control', $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $input-border-radius-large);
|
340
|
-
|
341
|
-
.form-control-static {
|
342
|
-
height: $input-height-large;
|
343
|
-
padding: $padding-large-vertical $padding-large-horizontal;
|
344
|
-
font-size: $font-size-large;
|
345
|
-
line-height: $line-height-large;
|
346
|
-
min-height: ($line-height-computed + $font-size-large);
|
347
|
-
}
|
348
|
-
}
|
349
|
-
|
350
|
-
|
351
|
-
// Form control feedback states
|
352
|
-
//
|
353
|
-
// Apply contextual and semantic states to individual form controls.
|
354
|
-
|
355
|
-
.has-feedback {
|
356
|
-
// Enable absolute positioning
|
357
|
-
position: relative;
|
358
|
-
|
359
|
-
// Ensure icons don't overlap text
|
360
|
-
.form-control {
|
361
|
-
padding-right: ($input-height-base * 1.25);
|
362
|
-
}
|
363
|
-
}
|
364
|
-
// Feedback icon (requires .glyphicon classes)
|
365
|
-
.form-control-feedback {
|
366
|
-
position: absolute;
|
367
|
-
top: 0;
|
368
|
-
right: 0;
|
369
|
-
z-index: 2; // Ensure icon is above input groups
|
370
|
-
display: block;
|
371
|
-
width: $input-height-base;
|
372
|
-
height: $input-height-base;
|
373
|
-
line-height: $input-height-base;
|
374
|
-
text-align: center;
|
375
|
-
pointer-events: none;
|
376
|
-
}
|
377
|
-
.input-lg + .form-control-feedback {
|
378
|
-
width: $input-height-large;
|
379
|
-
height: $input-height-large;
|
380
|
-
line-height: $input-height-large;
|
381
|
-
}
|
382
|
-
.input-sm + .form-control-feedback {
|
383
|
-
width: $input-height-small;
|
384
|
-
height: $input-height-small;
|
385
|
-
line-height: $input-height-small;
|
386
|
-
}
|
387
|
-
|
388
|
-
// Feedback states
|
389
|
-
.has-success {
|
390
|
-
@include form-control-validation($state-success-text, $state-success-text, $state-success-bg);
|
391
|
-
}
|
392
|
-
.has-warning {
|
393
|
-
@include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
|
394
|
-
}
|
395
|
-
.has-error {
|
396
|
-
@include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
|
397
|
-
}
|
398
|
-
|
399
|
-
// Reposition feedback icon if input has visible label above
|
400
|
-
.has-feedback label {
|
401
|
-
|
402
|
-
& ~ .form-control-feedback {
|
403
|
-
top: ($line-height-computed + 5); // Height of the `label` and its margin
|
404
|
-
}
|
405
|
-
&.sr-only ~ .form-control-feedback {
|
406
|
-
top: 0;
|
407
|
-
}
|
408
|
-
}
|
409
|
-
|
410
|
-
|
411
|
-
// Help text
|
412
|
-
//
|
413
|
-
// Apply to any element you wish to create light text for placement immediately
|
414
|
-
// below a form control. Use for general help, formatting, or instructional text.
|
415
|
-
|
416
|
-
.help-block {
|
417
|
-
display: block; // account for any element using help-block
|
418
|
-
margin-top: 5px;
|
419
|
-
margin-bottom: 10px;
|
420
|
-
color: lighten($text-color, 25%); // lighten the text some for contrast
|
421
|
-
}
|
422
|
-
|
423
|
-
|
424
|
-
// Inline forms
|
425
|
-
//
|
426
|
-
// Make forms appear inline(-block) by adding the `.form-inline` class. Inline
|
427
|
-
// forms begin stacked on extra small (mobile) devices and then go inline when
|
428
|
-
// viewports reach <768px.
|
429
|
-
//
|
430
|
-
// Requires wrapping inputs and labels with `.form-group` for proper display of
|
431
|
-
// default HTML form controls and our custom form controls (e.g., input groups).
|
432
|
-
//
|
433
|
-
// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.
|
434
|
-
|
435
|
-
// [converter] extracted from `.form-inline` for libsass compatibility
|
436
|
-
@mixin form-inline {
|
437
|
-
|
438
|
-
// Kick in the inline
|
439
|
-
@media (min-width: $screen-sm-min) {
|
440
|
-
// Inline-block all the things for "inline"
|
441
|
-
.form-group {
|
442
|
-
display: inline-block;
|
443
|
-
margin-bottom: 0;
|
444
|
-
vertical-align: middle;
|
445
|
-
}
|
446
|
-
|
447
|
-
// In navbar-form, allow folks to *not* use `.form-group`
|
448
|
-
.form-control {
|
449
|
-
display: inline-block;
|
450
|
-
width: auto; // Prevent labels from stacking above inputs in `.form-group`
|
451
|
-
vertical-align: middle;
|
452
|
-
}
|
453
|
-
|
454
|
-
// Make static controls behave like regular ones
|
455
|
-
.form-control-static {
|
456
|
-
display: inline-block;
|
457
|
-
}
|
458
|
-
|
459
|
-
.input-group {
|
460
|
-
display: inline-table;
|
461
|
-
vertical-align: middle;
|
462
|
-
|
463
|
-
.input-group-addon,
|
464
|
-
.input-group-btn,
|
465
|
-
.form-control {
|
466
|
-
width: auto;
|
467
|
-
}
|
468
|
-
}
|
469
|
-
|
470
|
-
// Input groups need that 100% width though
|
471
|
-
.input-group > .form-control {
|
472
|
-
width: 100%;
|
473
|
-
}
|
474
|
-
|
475
|
-
.control-label {
|
476
|
-
margin-bottom: 0;
|
477
|
-
vertical-align: middle;
|
478
|
-
}
|
479
|
-
|
480
|
-
// Remove default margin on radios/checkboxes that were used for stacking, and
|
481
|
-
// then undo the floating of radios and checkboxes to match.
|
482
|
-
.radio,
|
483
|
-
.checkbox {
|
484
|
-
display: inline-block;
|
485
|
-
margin-top: 0;
|
486
|
-
margin-bottom: 0;
|
487
|
-
vertical-align: middle;
|
488
|
-
|
489
|
-
label {
|
490
|
-
padding-left: 0;
|
491
|
-
}
|
492
|
-
}
|
493
|
-
.radio input[type="radio"],
|
494
|
-
.checkbox input[type="checkbox"] {
|
495
|
-
position: relative;
|
496
|
-
margin-left: 0;
|
497
|
-
}
|
498
|
-
|
499
|
-
// Re-override the feedback icon.
|
500
|
-
.has-feedback .form-control-feedback {
|
501
|
-
top: 0;
|
502
|
-
}
|
503
|
-
}
|
504
|
-
}
|
505
|
-
// [converter] extracted as `@mixin form-inline` for libsass compatibility
|
506
|
-
.form-inline {
|
507
|
-
@include form-inline;
|
508
|
-
}
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
// Horizontal forms
|
513
|
-
//
|
514
|
-
// Horizontal forms are built on grid classes and allow you to create forms with
|
515
|
-
// labels on the left and inputs on the right.
|
516
|
-
|
517
|
-
.form-horizontal {
|
518
|
-
|
519
|
-
// Consistent vertical alignment of radios and checkboxes
|
520
|
-
//
|
521
|
-
// Labels also get some reset styles, but that is scoped to a media query below.
|
522
|
-
.radio,
|
523
|
-
.checkbox,
|
524
|
-
.radio-inline,
|
525
|
-
.checkbox-inline {
|
526
|
-
margin-top: 0;
|
527
|
-
margin-bottom: 0;
|
528
|
-
padding-top: ($padding-base-vertical + 1); // Default padding plus a border
|
529
|
-
}
|
530
|
-
// Account for padding we're adding to ensure the alignment and of help text
|
531
|
-
// and other content below items
|
532
|
-
.radio,
|
533
|
-
.checkbox {
|
534
|
-
min-height: ($line-height-computed + ($padding-base-vertical + 1));
|
535
|
-
}
|
536
|
-
|
537
|
-
// Make form groups behave like rows
|
538
|
-
.form-group {
|
539
|
-
@include make-row;
|
540
|
-
}
|
541
|
-
|
542
|
-
// Reset spacing and right align labels, but scope to media queries so that
|
543
|
-
// labels on narrow viewports stack the same as a default form example.
|
544
|
-
@media (min-width: $screen-sm-min) {
|
545
|
-
.control-label {
|
546
|
-
text-align: right;
|
547
|
-
margin-bottom: 0;
|
548
|
-
padding-top: ($padding-base-vertical + 1); // Default padding plus a border
|
549
|
-
}
|
550
|
-
}
|
551
|
-
|
552
|
-
// Validation states
|
553
|
-
//
|
554
|
-
// Reposition the icon because it's now within a grid column and columns have
|
555
|
-
// `position: relative;` on them. Also accounts for the grid gutter padding.
|
556
|
-
.has-feedback .form-control-feedback {
|
557
|
-
right: ($grid-gutter-width / 2);
|
558
|
-
}
|
559
|
-
|
560
|
-
// Form group sizes
|
561
|
-
//
|
562
|
-
// Quick utility class for applying `.input-lg` and `.input-sm` styles to the
|
563
|
-
// inputs and labels within a `.form-group`.
|
564
|
-
.form-group-lg {
|
565
|
-
@media (min-width: $screen-sm-min) {
|
566
|
-
.control-label {
|
567
|
-
padding-top: (($padding-large-vertical * $line-height-large) + 1);
|
568
|
-
}
|
569
|
-
}
|
570
|
-
}
|
571
|
-
.form-group-sm {
|
572
|
-
@media (min-width: $screen-sm-min) {
|
573
|
-
.control-label {
|
574
|
-
padding-top: ($padding-small-vertical + 1);
|
575
|
-
}
|
576
|
-
}
|
577
|
-
}
|
578
|
-
}
|