locomotivecms 3.0.0.pre.alpha
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +63 -0
- data/LICENSE +21 -0
- data/README.md +76 -0
- data/app/api/locomotive/api.rb +55 -0
- data/app/api/locomotive/api/entities/account_entity.rb +17 -0
- data/app/api/locomotive/api/entities/base_entity.rb +26 -0
- data/app/api/locomotive/api/entities/content_asset_entity.rb +44 -0
- data/app/api/locomotive/api/entities/content_entry_entity.rb +85 -0
- data/app/api/locomotive/api/entities/content_type_entity.rb +31 -0
- data/app/api/locomotive/api/entities/content_type_field_entity.rb +34 -0
- data/app/api/locomotive/api/entities/editable_element_entity.rb +17 -0
- data/app/api/locomotive/api/entities/membership_entity.rb +30 -0
- data/app/api/locomotive/api/entities/page_entity.rb +56 -0
- data/app/api/locomotive/api/entities/site_entity.rb +22 -0
- data/app/api/locomotive/api/entities/snippet_entity.rb +13 -0
- data/app/api/locomotive/api/entities/theme_asset_entity.rb +36 -0
- data/app/api/locomotive/api/entities/translation_entity.rb +14 -0
- data/app/api/locomotive/api/exception_rescuers.rb +42 -0
- data/app/api/locomotive/api/forms/account_form.rb +13 -0
- data/app/api/locomotive/api/forms/base_form.rb +79 -0
- data/app/api/locomotive/api/forms/content_asset_form.rb +13 -0
- data/app/api/locomotive/api/forms/content_entry_form.rb +94 -0
- data/app/api/locomotive/api/forms/content_type_field_form.rb +58 -0
- data/app/api/locomotive/api/forms/content_type_form.rb +55 -0
- data/app/api/locomotive/api/forms/editable_element_form.rb +33 -0
- data/app/api/locomotive/api/forms/membership_form.rb +11 -0
- data/app/api/locomotive/api/forms/my_account_form.rb +14 -0
- data/app/api/locomotive/api/forms/page_form.rb +69 -0
- data/app/api/locomotive/api/forms/site_form.rb +24 -0
- data/app/api/locomotive/api/forms/snippet_form.rb +14 -0
- data/app/api/locomotive/api/forms/theme_asset_form.rb +13 -0
- data/app/api/locomotive/api/forms/translation_form.rb +13 -0
- data/app/api/locomotive/api/helpers/authentication_helper.rb +39 -0
- data/app/api/locomotive/api/helpers/pagination_helper.rb +16 -0
- data/app/api/locomotive/api/helpers/params_helper.rb +14 -0
- data/app/api/locomotive/api/helpers/persistence_helper.rb +140 -0
- data/app/api/locomotive/api/middlewares/locale_middleware.rb +38 -0
- data/app/api/locomotive/api/middlewares/logger_middleware.rb +46 -0
- data/app/api/locomotive/api/resources/account_resource.rb +93 -0
- data/app/api/locomotive/api/resources/content_asset_resource.rb +84 -0
- data/app/api/locomotive/api/resources/content_entry_resource.rb +109 -0
- data/app/api/locomotive/api/resources/content_type_resource.rb +139 -0
- data/app/api/locomotive/api/resources/current_site_resource.rb +62 -0
- data/app/api/locomotive/api/resources/membership_resource.rb +88 -0
- data/app/api/locomotive/api/resources/my_account_resource.rb +72 -0
- data/app/api/locomotive/api/resources/page_resource.rb +123 -0
- data/app/api/locomotive/api/resources/site_resource.rb +124 -0
- data/app/api/locomotive/api/resources/snippet_resource.rb +93 -0
- data/app/api/locomotive/api/resources/theme_asset_resource.rb +96 -0
- data/app/api/locomotive/api/resources/token_resource.rb +29 -0
- data/app/api/locomotive/api/resources/translation_resource.rb +95 -0
- data/app/api/locomotive/api/resources/version_resource.rb +19 -0
- data/app/assets/images/locomotive/background/body.png +0 -0
- data/app/assets/images/locomotive/datepicker/ui-widget-content-top.png +0 -0
- data/app/assets/images/locomotive/form/error-arrow.png +0 -0
- data/app/assets/images/locomotive/form/input-sep.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bf.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/cs.png +0 -0
- data/app/assets/images/locomotive/icons/flags/de.png +0 -0
- data/app/assets/images/locomotive/icons/flags/en.png +0 -0
- data/app/assets/images/locomotive/icons/flags/es.png +0 -0
- data/app/assets/images/locomotive/icons/flags/et.png +0 -0
- data/app/assets/images/locomotive/icons/flags/fr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/it.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ja.png +0 -0
- data/app/assets/images/locomotive/icons/flags/mg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nb.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt-BR.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ru.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sk.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/zh-CN.png +0 -0
- data/app/assets/images/locomotive/icons/start.png +0 -0
- data/app/assets/images/locomotive/list/empty.png +0 -0
- data/app/assets/images/locomotive/list/item-left.png +0 -0
- data/app/assets/images/locomotive/logo.png +0 -0
- data/app/assets/images/locomotive/nocoffee.png +0 -0
- data/app/assets/images/locomotive/plugins/sites_picker_top_arrow.png +0 -0
- data/app/assets/images/locomotive/rails.png +0 -0
- data/app/assets/images/locomotive/site.png +0 -0
- data/app/assets/images/locomotive/user.png +0 -0
- data/app/assets/javascripts/locomotive.js +21 -0
- data/app/assets/javascripts/locomotive/application.js.coffee +8 -0
- data/app/assets/javascripts/locomotive/not_logged_in.js.coffee +1 -0
- data/app/assets/javascripts/locomotive/utils/backbone_patches.js.coffee +6 -0
- data/app/assets/javascripts/locomotive/utils/core_ext.js +75 -0
- data/app/assets/javascripts/locomotive/utils/layout_utils.js.coffee +25 -0
- data/app/assets/javascripts/locomotive/utils/rails_ujs.js.coffee +20 -0
- data/app/assets/javascripts/locomotive/utils/select2.js.coffee +45 -0
- data/app/assets/javascripts/locomotive/utils/wysihtml5.js.coffee +39 -0
- data/app/assets/javascripts/locomotive/views/accounts/new_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/application_view.js.coffee +120 -0
- data/app/assets/javascripts/locomotive/views/content_assets/dropzone_view.js.coffee +80 -0
- data/app/assets/javascripts/locomotive/views/content_assets/edit_image_view.js.coffee +149 -0
- data/app/assets/javascripts/locomotive/views/content_assets/index_view.js.coffee +59 -0
- data/app/assets/javascripts/locomotive/views/content_assets/picker_view.js.coffee +81 -0
- data/app/assets/javascripts/locomotive/views/content_entries/edit_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/content_entries/index_view.js.coffee +15 -0
- data/app/assets/javascripts/locomotive/views/content_entries/new_view.js.coffee +4 -0
- data/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/custom_fields/select_options/edit_view.js.coffee +46 -0
- data/app/assets/javascripts/locomotive/views/dashboard/show_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/editable_elements/index_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/inputs/array_view.js.coffee +124 -0
- data/app/assets/javascripts/locomotive/views/inputs/document_picker_view.js.coffee +24 -0
- data/app/assets/javascripts/locomotive/views/inputs/file_view.js.coffee +85 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/file_view.js.coffee +116 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee +83 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb +54 -0
- data/app/assets/javascripts/locomotive/views/memberships/edit_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/memberships/new_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/my_account/edit_view.js.coffee +44 -0
- data/app/assets/javascripts/locomotive/views/pages/_form_view.js.coffee +163 -0
- data/app/assets/javascripts/locomotive/views/pages/edit_view.js.coffee +48 -0
- data/app/assets/javascripts/locomotive/views/pages/index_view.js.coffee +11 -0
- data/app/assets/javascripts/locomotive/views/pages/list_view.js.coffee +79 -0
- data/app/assets/javascripts/locomotive/views/pages/new_view.js.coffee +8 -0
- data/app/assets/javascripts/locomotive/views/shared/drawer_view.js.coffee +82 -0
- data/app/assets/javascripts/locomotive/views/shared/form_view.js.coffee +251 -0
- data/app/assets/javascripts/locomotive/views/shared/header_view.js.coffee +12 -0
- data/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee +22 -0
- data/app/assets/javascripts/locomotive/views/shared/list_view.js.coffee +40 -0
- data/app/assets/javascripts/locomotive/views/shared/sidebar_view.js.coffee +11 -0
- data/app/assets/javascripts/locomotive/views/sites/new_view.js.coffee +5 -0
- data/app/assets/stylesheets/locomotive/application.scss +29 -0
- data/app/assets/stylesheets/locomotive/base/_all.scss +6 -0
- data/app/assets/stylesheets/locomotive/base/_buttons.scss +13 -0
- data/app/assets/stylesheets/locomotive/base/_fonts.scss +29 -0
- data/app/assets/stylesheets/locomotive/base/_form.scss +13 -0
- data/app/assets/stylesheets/locomotive/base/_iframe.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/_nav.scss +38 -0
- data/app/assets/stylesheets/locomotive/base/_typography.scss +5 -0
- data/app/assets/stylesheets/locomotive/base/form/_api_key.scss +25 -0
- data/app/assets/stylesheets/locomotive/base/form/_array_input.scss +137 -0
- data/app/assets/stylesheets/locomotive/base/form/_base.scss +70 -0
- data/app/assets/stylesheets/locomotive/base/form/_code.scss +15 -0
- data/app/assets/stylesheets/locomotive/base/form/_date.scss +11 -0
- data/app/assets/stylesheets/locomotive/base/form/_document_picker.scss +87 -0
- data/app/assets/stylesheets/locomotive/base/form/_file_input.scss +80 -0
- data/app/assets/stylesheets/locomotive/base/form/_popover.scss +44 -0
- data/app/assets/stylesheets/locomotive/base/form/_rte.scss +30 -0
- data/app/assets/stylesheets/locomotive/base/form/_select2.scss +107 -0
- data/app/assets/stylesheets/locomotive/base/form/_toggle.scss +62 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_all.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_buttons.scss +10 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_form.scss +72 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_messages.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_typography.scss +12 -0
- data/app/assets/stylesheets/locomotive/components/_content_assets.scss +186 -0
- data/app/assets/stylesheets/locomotive/components/_drawer.scss +34 -0
- data/app/assets/stylesheets/locomotive/components/_header.scss +3 -0
- data/app/assets/stylesheets/locomotive/components/_list.scss +102 -0
- data/app/assets/stylesheets/locomotive/components/_main.scss +31 -0
- data/app/assets/stylesheets/locomotive/components/_misc.scss +1 -0
- data/app/assets/stylesheets/locomotive/components/_sidebar.scss +5 -0
- data/app/assets/stylesheets/locomotive/components/_sites.scss +130 -0
- data/app/assets/stylesheets/locomotive/components/_transitions.scss +78 -0
- data/app/assets/stylesheets/locomotive/components/header/_account.scss +57 -0
- data/app/assets/stylesheets/locomotive/components/header/_base.scss +109 -0
- data/app/assets/stylesheets/locomotive/components/header/_responsive.scss +34 -0
- data/app/assets/stylesheets/locomotive/components/misc/_nav.scss +62 -0
- data/app/assets/stylesheets/locomotive/components/not_logged_in/_passwords.scss +9 -0
- data/app/assets/stylesheets/locomotive/components/not_logged_in/_sign_in_and_up.scss +24 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_base.scss +57 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_content_types.scss +30 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_link.scss +36 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_my_account.scss +21 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_pages_tree.scss +108 -0
- data/app/assets/stylesheets/locomotive/globals/_all.scss +3 -0
- data/app/assets/stylesheets/locomotive/globals/_bootstrap.scss +841 -0
- data/app/assets/stylesheets/locomotive/globals/_colors.scss +1 -0
- data/app/assets/stylesheets/locomotive/globals/_mixins.scss +65 -0
- data/app/assets/stylesheets/locomotive/globals/_variables.scss +114 -0
- data/app/assets/stylesheets/locomotive/layouts/_main.scss +62 -0
- data/app/assets/stylesheets/locomotive/layouts/_not_logged_in.scss +34 -0
- data/app/assets/stylesheets/locomotive/layouts/_responsive.scss +12 -0
- data/app/assets/stylesheets/locomotive/not_logged_in.scss +11 -0
- data/app/cells/locomotive/content_locale_picker/show.html.haml +7 -0
- data/app/cells/locomotive/content_locale_picker_cell.rb +21 -0
- data/app/controllers/locomotive/accounts_controller.rb +26 -0
- data/app/controllers/locomotive/api/accounts_controller.rb +60 -0
- data/app/controllers/locomotive/api/base_controller.rb +35 -0
- data/app/controllers/locomotive/api/content_assets_controller.rb +51 -0
- data/app/controllers/locomotive/api/content_entries_controller.rb +71 -0
- data/app/controllers/locomotive/api/content_types_controller.rb +52 -0
- data/app/controllers/locomotive/api/current_site_controller.rb +34 -0
- data/app/controllers/locomotive/api/memberships_controller.rb +52 -0
- data/app/controllers/locomotive/api/my_account_controller.rb +46 -0
- data/app/controllers/locomotive/api/pages_controller.rb +53 -0
- data/app/controllers/locomotive/api/sites_controller.rb +58 -0
- data/app/controllers/locomotive/api/snippets_controller.rb +52 -0
- data/app/controllers/locomotive/api/theme_assets_controller.rb +51 -0
- data/app/controllers/locomotive/api/tokens_controller.rb +36 -0
- data/app/controllers/locomotive/api/translations_controller.rb +51 -0
- data/app/controllers/locomotive/api/version_controller.rb +11 -0
- data/app/controllers/locomotive/base_controller.rb +24 -0
- data/app/controllers/locomotive/concerns/account_controller.rb +40 -0
- data/app/controllers/locomotive/concerns/authorization_controller.rb +31 -0
- data/app/controllers/locomotive/concerns/exception_controller.rb +32 -0
- data/app/controllers/locomotive/concerns/locale_helpers_controller.rb +60 -0
- data/app/controllers/locomotive/concerns/membership_controller.rb +35 -0
- data/app/controllers/locomotive/concerns/site_dispatcher_controller.rb +42 -0
- data/app/controllers/locomotive/concerns/store_location_controller.rb +33 -0
- data/app/controllers/locomotive/concerns/timezone_controller.rb +13 -0
- data/app/controllers/locomotive/concerns/token_authentication_controller.rb +48 -0
- data/app/controllers/locomotive/concerns/url_helpers_controller.rb +32 -0
- data/app/controllers/locomotive/concerns/within_site_controller.rb +61 -0
- data/app/controllers/locomotive/content_assets_controller.rb +82 -0
- data/app/controllers/locomotive/content_entries_controller.rb +110 -0
- data/app/controllers/locomotive/current_site_controller.rb +62 -0
- data/app/controllers/locomotive/custom_fields/select_options_controller.rb +54 -0
- data/app/controllers/locomotive/dashboard_controller.rb +10 -0
- data/app/controllers/locomotive/editable_elements_controller.rb +25 -0
- data/app/controllers/locomotive/memberships_controller.rb +55 -0
- data/app/controllers/locomotive/my_account_controller.rb +40 -0
- data/app/controllers/locomotive/pages_controller.rb +66 -0
- data/app/controllers/locomotive/passwords_controller.rb +19 -0
- data/app/controllers/locomotive/registrations_controller.rb +21 -0
- data/app/controllers/locomotive/sessions_controller.rb +31 -0
- data/app/controllers/locomotive/sites_controller.rb +37 -0
- data/app/controllers/locomotive/translations_controller.rb +54 -0
- data/app/helpers/locomotive/accounts_helper.rb +9 -0
- data/app/helpers/locomotive/base_helper.rb +223 -0
- data/app/helpers/locomotive/content_assets_helper.rb +31 -0
- data/app/helpers/locomotive/content_entries_helper.rb +71 -0
- data/app/helpers/locomotive/content_types_helper.rb +46 -0
- data/app/helpers/locomotive/custom_fields_helper.rb +190 -0
- data/app/helpers/locomotive/installation_helper.rb +9 -0
- data/app/helpers/locomotive/memberships_helper.rb +19 -0
- data/app/helpers/locomotive/my_account_helper.rb +17 -0
- data/app/helpers/locomotive/pages_helper.rb +61 -0
- data/app/helpers/locomotive/shared/accounts_helper.rb +20 -0
- data/app/helpers/locomotive/shared/pages_helper.rb +87 -0
- data/app/helpers/locomotive/shared/sites_helper.rb +15 -0
- data/app/helpers/locomotive/sites_helper.rb +31 -0
- data/app/helpers/locomotive/translations_helper.rb +19 -0
- data/app/inputs/locomotive/api_key_input.rb +24 -0
- data/app/inputs/locomotive/array_input.rb +85 -0
- data/app/inputs/locomotive/code_input.rb +51 -0
- data/app/inputs/locomotive/document_picker_input.rb +52 -0
- data/app/inputs/locomotive/editable_select_input.rb +11 -0
- data/app/inputs/locomotive/file_input.rb +88 -0
- data/app/inputs/locomotive/locale_input.rb +41 -0
- data/app/inputs/locomotive/locales_input.rb +9 -0
- data/app/inputs/locomotive/rte_input.rb +51 -0
- data/app/inputs/locomotive/small_code_input.rb +23 -0
- data/app/inputs/locomotive/toggle_input.rb +21 -0
- data/app/mailers/locomotive/devise_mailer.rb +10 -0
- data/app/mailers/locomotive/notifications.rb +19 -0
- data/app/models/locomotive/account.rb +97 -0
- data/app/models/locomotive/concerns/account/api_key.rb +97 -0
- data/app/models/locomotive/concerns/account/devise_patch.rb +30 -0
- data/app/models/locomotive/concerns/asset/checksum.rb +33 -0
- data/app/models/locomotive/concerns/asset/types.rb +36 -0
- data/app/models/locomotive/concerns/asset/vignette.rb +35 -0
- data/app/models/locomotive/concerns/content_entry/counter.rb +27 -0
- data/app/models/locomotive/concerns/content_entry/csv.rb +82 -0
- data/app/models/locomotive/concerns/content_entry/localized.rb +80 -0
- data/app/models/locomotive/concerns/content_entry/next_previous.rb +49 -0
- data/app/models/locomotive/concerns/content_entry/notifications.rb +33 -0
- data/app/models/locomotive/concerns/content_entry/slug.rb +86 -0
- data/app/models/locomotive/concerns/content_type/class_helpers.rb +73 -0
- data/app/models/locomotive/concerns/content_type/default_values.rb +66 -0
- data/app/models/locomotive/concerns/content_type/group_by.rb +46 -0
- data/app/models/locomotive/concerns/content_type/item_template.rb +49 -0
- data/app/models/locomotive/concerns/content_type/label.rb +22 -0
- data/app/models/locomotive/concerns/content_type/order_by.rb +44 -0
- data/app/models/locomotive/concerns/content_type/sync.rb +78 -0
- data/app/models/locomotive/concerns/page/editable_elements.rb +134 -0
- data/app/models/locomotive/concerns/page/layout.rb +42 -0
- data/app/models/locomotive/concerns/page/listed.rb +18 -0
- data/app/models/locomotive/concerns/page/parse.rb +133 -0
- data/app/models/locomotive/concerns/page/redirect.rb +25 -0
- data/app/models/locomotive/concerns/page/render.rb +99 -0
- data/app/models/locomotive/concerns/page/templatized.rb +208 -0
- data/app/models/locomotive/concerns/page/tree.rb +108 -0
- data/app/models/locomotive/concerns/shared/seo.rb +16 -0
- data/app/models/locomotive/concerns/shared/slug.rb +34 -0
- data/app/models/locomotive/concerns/shared/userstamp.rb +15 -0
- data/app/models/locomotive/concerns/site/access_points.rb +75 -0
- data/app/models/locomotive/concerns/site/locales.rb +139 -0
- data/app/models/locomotive/concerns/site/timezone.rb +32 -0
- data/app/models/locomotive/content_asset.rb +45 -0
- data/app/models/locomotive/content_entry.rb +155 -0
- data/app/models/locomotive/content_type.rb +132 -0
- data/app/models/locomotive/editable_control.rb +52 -0
- data/app/models/locomotive/editable_element.rb +151 -0
- data/app/models/locomotive/editable_file.rb +91 -0
- data/app/models/locomotive/editable_long_text.rb +5 -0
- data/app/models/locomotive/editable_short_text.rb +5 -0
- data/app/models/locomotive/editable_text.rb +93 -0
- data/app/models/locomotive/membership.rb +52 -0
- data/app/models/locomotive/page.rb +149 -0
- data/app/models/locomotive/site.rb +116 -0
- data/app/models/locomotive/snippet.rb +28 -0
- data/app/models/locomotive/theme_asset.rb +187 -0
- data/app/models/locomotive/translation.rb +41 -0
- data/app/policies/locomotive/account_policy.rb +33 -0
- data/app/policies/locomotive/application_policy.rb +79 -0
- data/app/policies/locomotive/content_asset_policy.rb +21 -0
- data/app/policies/locomotive/content_entry_policy.rb +21 -0
- data/app/policies/locomotive/content_type_policy.rb +21 -0
- data/app/policies/locomotive/membership_policy.rb +36 -0
- data/app/policies/locomotive/page_policy.rb +21 -0
- data/app/policies/locomotive/site_policy.rb +62 -0
- data/app/policies/locomotive/snippet_policy.rb +21 -0
- data/app/policies/locomotive/theme_asset_policy.rb +21 -0
- data/app/policies/locomotive/translation_policy.rb +21 -0
- data/app/presenters/locomotive/account_presenter.rb +20 -0
- data/app/presenters/locomotive/base_presenter.rb +144 -0
- data/app/presenters/locomotive/content_asset_presenter.rb +51 -0
- data/app/presenters/locomotive/content_entry_presenter.rb +177 -0
- data/app/presenters/locomotive/content_field_presenter.rb +76 -0
- data/app/presenters/locomotive/content_type_presenter.rb +82 -0
- data/app/presenters/locomotive/editable_control_presenter.rb +19 -0
- data/app/presenters/locomotive/editable_element_presenter.rb +46 -0
- data/app/presenters/locomotive/editable_file_presenter.rb +36 -0
- data/app/presenters/locomotive/editable_text_presenter.rb +40 -0
- data/app/presenters/locomotive/membership_presenter.rb +35 -0
- data/app/presenters/locomotive/page_presenter.rb +81 -0
- data/app/presenters/locomotive/site_presenter.rb +40 -0
- data/app/presenters/locomotive/snippet_presenter.rb +22 -0
- data/app/presenters/locomotive/theme_asset_presenter.rb +61 -0
- data/app/presenters/locomotive/translation_presenter.rb +9 -0
- data/app/services/locomotive/content_asset_service.rb +22 -0
- data/app/services/locomotive/content_entry_service.rb +175 -0
- data/app/services/locomotive/content_type_service.rb +15 -0
- data/app/services/locomotive/custom_field_finder_service.rb +8 -0
- data/app/services/locomotive/custom_field_service.rb +26 -0
- data/app/services/locomotive/membership_service.rb +45 -0
- data/app/services/locomotive/page_parsing_service.rb +67 -0
- data/app/services/locomotive/page_service.rb +64 -0
- data/app/services/locomotive/site_service.rb +41 -0
- data/app/uploaders/locomotive/content_asset_uploader.rb +13 -0
- data/app/uploaders/locomotive/editable_file_uploader.rb +15 -0
- data/app/uploaders/locomotive/picture_uploader.rb +17 -0
- data/app/uploaders/locomotive/theme_asset_uploader.rb +35 -0
- data/app/views/locomotive/accounts/new.html.haml +17 -0
- data/app/views/locomotive/content_assets/_dropzone.html.haml +13 -0
- data/app/views/locomotive/content_assets/_list.html.haml +36 -0
- data/app/views/locomotive/content_assets/_nav.html.haml +17 -0
- data/app/views/locomotive/content_assets/_search_form.html.haml +5 -0
- data/app/views/locomotive/content_assets/edit_in_drawer.html.haml +26 -0
- data/app/views/locomotive/content_assets/index.html.haml +19 -0
- data/app/views/locomotive/content_assets/index_in_drawer.html.haml +20 -0
- data/app/views/locomotive/content_entries/_entry.html.haml +22 -0
- data/app/views/locomotive/content_entries/_list.html.haml +29 -0
- data/app/views/locomotive/content_entries/edit.html.haml +14 -0
- data/app/views/locomotive/content_entries/form/_actions.html.haml +1 -0
- data/app/views/locomotive/content_entries/form/_advanced.html.haml +5 -0
- data/app/views/locomotive/content_entries/form/_main.html.haml +4 -0
- data/app/views/locomotive/content_entries/form/_panes.html.haml +4 -0
- data/app/views/locomotive/content_entries/form/_seo.html.haml +6 -0
- data/app/views/locomotive/content_entries/form/_tabs.html.haml +9 -0
- data/app/views/locomotive/content_entries/index.html.haml +43 -0
- data/app/views/locomotive/content_entries/new.html.haml +14 -0
- data/app/views/locomotive/current_site/_domain.html.haml +15 -0
- data/app/views/locomotive/current_site/_locale.html.haml +18 -0
- data/app/views/locomotive/current_site/_membership.html.haml +21 -0
- data/app/views/locomotive/current_site/edit.html.haml +13 -0
- data/app/views/locomotive/current_site/form/_access_points.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_advanced.html.haml +17 -0
- data/app/views/locomotive/current_site/form/_main.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_panes.html.haml +4 -0
- data/app/views/locomotive/current_site/form/_seo.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_tabs.html.haml +14 -0
- data/app/views/locomotive/custom_fields/select_options/_option.html.haml +25 -0
- data/app/views/locomotive/custom_fields/select_options/edit.html.haml +14 -0
- data/app/views/locomotive/dashboard/show.html.haml +0 -0
- data/app/views/locomotive/devise_mailer/reset_password_instructions.html.haml +12 -0
- data/app/views/locomotive/editable_elements/index.html.haml +2 -0
- data/app/views/locomotive/errors/404.html.haml +7 -0
- data/app/views/locomotive/errors/500.html.haml +7 -0
- data/app/views/locomotive/errors/no_page.html.haml +1 -0
- data/app/views/locomotive/errors/no_site.html.haml +1 -0
- data/app/views/locomotive/layouts/application.html.haml +42 -0
- data/app/views/locomotive/layouts/error.html.haml +1 -0
- data/app/views/locomotive/layouts/not_logged_in.html.haml +18 -0
- data/app/views/locomotive/layouts/preview.html.haml +31 -0
- data/app/views/locomotive/layouts/without_site.html.haml +18 -0
- data/app/views/locomotive/memberships/edit.html.haml +15 -0
- data/app/views/locomotive/memberships/new.html.haml +15 -0
- data/app/views/locomotive/my_account/edit.html.haml +14 -0
- data/app/views/locomotive/my_account/form/_actions.html.haml +6 -0
- data/app/views/locomotive/my_account/form/_api.html.haml +3 -0
- data/app/views/locomotive/my_account/form/_credentials.html.haml +8 -0
- data/app/views/locomotive/my_account/form/_main.html.haml +6 -0
- data/app/views/locomotive/my_account/form/_panes.html.haml +4 -0
- data/app/views/locomotive/my_account/form/_tabs.html.haml +7 -0
- data/app/views/locomotive/notifications/new_content_entry.html.haml +31 -0
- data/app/views/locomotive/pages/_editable_elements.html.haml +64 -0
- data/app/views/locomotive/pages/_form.html.haml +66 -0
- data/app/views/locomotive/pages/_page.html.haml +44 -0
- data/app/views/locomotive/pages/edit.html.haml +14 -0
- data/app/views/locomotive/pages/form/_actions.html.haml +1 -0
- data/app/views/locomotive/pages/form/_main.html.haml +12 -0
- data/app/views/locomotive/pages/form/_panes.html.haml +4 -0
- data/app/views/locomotive/pages/form/_seo.html.haml +6 -0
- data/app/views/locomotive/pages/form/_tabs.html.haml +12 -0
- data/app/views/locomotive/pages/index.html.haml +22 -0
- data/app/views/locomotive/pages/new.html.haml +19 -0
- data/app/views/locomotive/pages/show.html.haml +2 -0
- data/app/views/locomotive/passwords/edit.html.haml +18 -0
- data/app/views/locomotive/passwords/new.html.haml +17 -0
- data/app/views/locomotive/public/sitemaps/show.xml.builder +31 -0
- data/app/views/locomotive/registrations/new.html.haml +19 -0
- data/app/views/locomotive/sessions/new.html.haml +22 -0
- data/app/views/locomotive/shared/_footer.html.haml +2 -0
- data/app/views/locomotive/shared/_form_actions.html.haml +14 -0
- data/app/views/locomotive/shared/_head.html.haml +40 -0
- data/app/views/locomotive/shared/_header.html.haml +30 -0
- data/app/views/locomotive/shared/_locale_picker_link.html.haml +6 -0
- data/app/views/locomotive/shared/_main_app_head.html.haml +1 -0
- data/app/views/locomotive/shared/_main_app_head_before_backbone.html.haml +1 -0
- data/app/views/locomotive/shared/_main_app_header.html.haml +1 -0
- data/app/views/locomotive/shared/_sidebar.html.haml +13 -0
- data/app/views/locomotive/shared/_sidebar_without_site.html.haml +3 -0
- data/app/views/locomotive/shared/actions/_contents.html.haml +7 -0
- data/app/views/locomotive/shared/header/_account.html.haml +7 -0
- data/app/views/locomotive/shared/header/_account_menu.html.haml +5 -0
- data/app/views/locomotive/shared/header/_brand.html.haml +4 -0
- data/app/views/locomotive/shared/header/_site.html.haml +8 -0
- data/app/views/locomotive/shared/rte/_image_popover.html.haml +18 -0
- data/app/views/locomotive/shared/rte/_link_popover.html.haml +19 -0
- data/app/views/locomotive/shared/rte/_toolbar.html.haml +62 -0
- data/app/views/locomotive/shared/sidebar/_content_types.html.haml +15 -0
- data/app/views/locomotive/shared/sidebar/_link.html.haml +10 -0
- data/app/views/locomotive/shared/sidebar/_my_account.html.haml +8 -0
- data/app/views/locomotive/shared/sidebar/_page.html.haml +25 -0
- data/app/views/locomotive/shared/sidebar/_pages.html.haml +11 -0
- data/app/views/locomotive/sites/_site.html.haml +16 -0
- data/app/views/locomotive/sites/index.html.haml +23 -0
- data/app/views/locomotive/sites/new.html.haml +12 -0
- data/app/views/locomotive/translations/_form.html.haml +12 -0
- data/app/views/locomotive/translations/edit.html.haml +15 -0
- data/app/views/locomotive/translations/index.html.haml +30 -0
- data/app/views/locomotive/translations/new.html.haml +12 -0
- data/config/cucumber.yml +8 -0
- data/config/initializers/csv_renderer.rb +10 -0
- data/config/initializers/deny_phantomjs_ttf.rb +29 -0
- data/config/initializers/devise.rb +15 -0
- data/config/initializers/haml.rb +2 -0
- data/config/initializers/locomotive_loaded_first.rb +19 -0
- data/config/initializers/simple_form.rb +73 -0
- data/config/locales/admin_ui.bg.yml +351 -0
- data/config/locales/admin_ui.cs.yml +363 -0
- data/config/locales/admin_ui.de.yml +341 -0
- data/config/locales/admin_ui.en.yml +385 -0
- data/config/locales/admin_ui.es.yml +327 -0
- data/config/locales/admin_ui.et.yml +335 -0
- data/config/locales/admin_ui.fr.yml +360 -0
- data/config/locales/admin_ui.it.yml +324 -0
- data/config/locales/admin_ui.ja.yml +341 -0
- data/config/locales/admin_ui.nb.yml +322 -0
- data/config/locales/admin_ui.nl.yml +290 -0
- data/config/locales/admin_ui.pl.yml +326 -0
- data/config/locales/admin_ui.pt-BR.yml +319 -0
- data/config/locales/admin_ui.pt.yml +320 -0
- data/config/locales/admin_ui.ru.yml +342 -0
- data/config/locales/admin_ui.sk.yml +363 -0
- data/config/locales/admin_ui.sr.yml +356 -0
- data/config/locales/admin_ui.zh-CN.yml +352 -0
- data/config/locales/carrierwave.bg.yml +4 -0
- data/config/locales/carrierwave.cs.yml +4 -0
- data/config/locales/carrierwave.de.yml +4 -0
- data/config/locales/carrierwave.en.yml +4 -0
- data/config/locales/carrierwave.es.yml +4 -0
- data/config/locales/carrierwave.et.yml +4 -0
- data/config/locales/carrierwave.fr.yml +4 -0
- data/config/locales/carrierwave.it.yml +4 -0
- data/config/locales/carrierwave.ja.yml +4 -0
- data/config/locales/carrierwave.nb.yml +4 -0
- data/config/locales/carrierwave.nl.yml +4 -0
- data/config/locales/carrierwave.pl.yml +4 -0
- data/config/locales/carrierwave.pt-BR.yml +4 -0
- data/config/locales/carrierwave.pt.yml +4 -0
- data/config/locales/carrierwave.ru.yml +4 -0
- data/config/locales/carrierwave.sk.yml +4 -0
- data/config/locales/carrierwave.sr.yml +4 -0
- data/config/locales/carrierwave.zh-CN.yml +4 -0
- data/config/locales/default.bg.yml +231 -0
- data/config/locales/default.cs.yml +249 -0
- data/config/locales/default.de.yml +252 -0
- data/config/locales/default.en.yml +57 -0
- data/config/locales/default.es.yml +219 -0
- data/config/locales/default.et.yml +240 -0
- data/config/locales/default.fr.yml +229 -0
- data/config/locales/default.it.yml +246 -0
- data/config/locales/default.ja.yml +98 -0
- data/config/locales/default.nb.yml +313 -0
- data/config/locales/default.nl.yml +175 -0
- data/config/locales/default.pl.yml +317 -0
- data/config/locales/default.pt-BR.yml +212 -0
- data/config/locales/default.pt.yml +212 -0
- data/config/locales/default.ru.yml +293 -0
- data/config/locales/default.sk.yml +249 -0
- data/config/locales/default.sr.yml +276 -0
- data/config/locales/default.zh-CN.yml +226 -0
- data/config/locales/devise.bg.yml +64 -0
- data/config/locales/devise.cs.yml +64 -0
- data/config/locales/devise.de.yml +63 -0
- data/config/locales/devise.en.yml +64 -0
- data/config/locales/devise.es.yml +64 -0
- data/config/locales/devise.et.yml +65 -0
- data/config/locales/devise.fr.yml +68 -0
- data/config/locales/devise.it.yml +64 -0
- data/config/locales/devise.ja.yml +63 -0
- data/config/locales/devise.nb.yml +65 -0
- data/config/locales/devise.nl.yml +64 -0
- data/config/locales/devise.pl.yml +64 -0
- data/config/locales/devise.pt-BR.yml +62 -0
- data/config/locales/devise.pt.yml +62 -0
- data/config/locales/devise.ru.yml +64 -0
- data/config/locales/devise.sk.yml +64 -0
- data/config/locales/devise.sr.yml +64 -0
- data/config/locales/devise.zh-CN.yml +64 -0
- data/config/locales/flash.bg.yml +115 -0
- data/config/locales/flash.cs.yml +115 -0
- data/config/locales/flash.de.yml +106 -0
- data/config/locales/flash.en.yml +118 -0
- data/config/locales/flash.es.yml +106 -0
- data/config/locales/flash.et.yml +106 -0
- data/config/locales/flash.fr.yml +106 -0
- data/config/locales/flash.it.yml +106 -0
- data/config/locales/flash.ja.yml +115 -0
- data/config/locales/flash.nb.yml +106 -0
- data/config/locales/flash.nl.yml +106 -0
- data/config/locales/flash.pl.yml +106 -0
- data/config/locales/flash.pt-BR.yml +106 -0
- data/config/locales/flash.pt.yml +106 -0
- data/config/locales/flash.ru.yml +106 -0
- data/config/locales/flash.sk.yml +115 -0
- data/config/locales/flash.sr.yml +115 -0
- data/config/locales/flash.zh-CN.yml +115 -0
- data/config/locales/formtastic.bg.yml +113 -0
- data/config/locales/formtastic.cs.yml +125 -0
- data/config/locales/formtastic.de.yml +106 -0
- data/config/locales/formtastic.es.yml +84 -0
- data/config/locales/formtastic.et.yml +103 -0
- data/config/locales/formtastic.fr.yml +109 -0
- data/config/locales/formtastic.it.yml +99 -0
- data/config/locales/formtastic.ja.yml +103 -0
- data/config/locales/formtastic.nb.yml +103 -0
- data/config/locales/formtastic.nl.yml +85 -0
- data/config/locales/formtastic.pl.yml +105 -0
- data/config/locales/formtastic.pt-BR.yml +70 -0
- data/config/locales/formtastic.pt.yml +70 -0
- data/config/locales/formtastic.ru.yml +106 -0
- data/config/locales/formtastic.sk.yml +125 -0
- data/config/locales/formtastic.sr.yml +112 -0
- data/config/locales/formtastic.zh-CN.yml +112 -0
- data/config/locales/inputs.en.yml +14 -0
- data/config/locales/simple_form.en.yml +170 -0
- data/config/routes.rb +69 -0
- data/features/api/accounts.feature +43 -0
- data/features/api/authentication.feature +41 -0
- data/features/api/authorization/accounts.feature +165 -0
- data/features/api/authorization/content_assets.feature +147 -0
- data/features/api/authorization/content_entries.feature +202 -0
- data/features/api/authorization/content_types.feature +237 -0
- data/features/api/authorization/current_site.feature +30 -0
- data/features/api/authorization/memberships.feature +225 -0
- data/features/api/authorization/pages.feature +189 -0
- data/features/api/authorization/sites.feature +212 -0
- data/features/api/authorization/snippets.feature +179 -0
- data/features/api/authorization/theme_assets.feature +185 -0
- data/features/api/authorization/translations.feature +253 -0
- data/features/api/content_entries.feature +184 -0
- data/features/api/content_types.feature +156 -0
- data/features/api/editable_elements.feature +190 -0
- data/features/api/entries_custom_fields.feature +150 -0
- data/features/api/memberships.feature +26 -0
- data/features/api/pages.feature +72 -0
- data/features/backoffice/authorization/account_settings.feature +28 -0
- data/features/backoffice/authorization/content_type.feature +35 -0
- data/features/backoffice/authorization/current_site.feature +53 -0
- data/features/backoffice/authorization/inline_front_end_editing.feature +46 -0
- data/features/backoffice/authorization/pages.feature +95 -0
- data/features/backoffice/authorization/theme_assets.feature +50 -0
- data/features/backoffice/content_types/edit.feature +20 -0
- data/features/backoffice/content_types/email.feature +26 -0
- data/features/backoffice/content_types/has_many.feature +80 -0
- data/features/backoffice/content_types/integer.feature +26 -0
- data/features/backoffice/content_types/localized.feature +63 -0
- data/features/backoffice/content_types/many_to_many.feature +70 -0
- data/features/backoffice/content_types/tags.feature +22 -0
- data/features/backoffice/content_types/uniqueness.feature +29 -0
- data/features/backoffice/contents.feature +93 -0
- data/features/backoffice/editable_elements.feature +22 -0
- data/features/backoffice/installation.feature +33 -0
- data/features/backoffice/login.feature +33 -0
- data/features/backoffice/mounting.feature +13 -0
- data/features/backoffice/my_account.feature +22 -0
- data/features/backoffice/pages.feature +73 -0
- data/features/backoffice/regressions.feature +19 -0
- data/features/backoffice/site.feature +71 -0
- data/features/backoffice/snippets.feature +39 -0
- data/features/backoffice/theme_assets.feature +72 -0
- data/features/backoffice/translations.feature +50 -0
- data/features/public/basic.feature +30 -0
- data/features/public/contact_form.feature +98 -0
- data/features/public/content_entries.feature +69 -0
- data/features/public/editable_elements.feature +138 -0
- data/features/public/has_many.feature +8 -0
- data/features/public/inheritance.feature +157 -0
- data/features/public/inline_front_end_editing.feature +26 -0
- data/features/public/many_to_many.feature +64 -0
- data/features/public/new_contact_form.feature +95 -0
- data/features/public/pages.feature +116 -0
- data/features/public/pagination.feature +8 -0
- data/features/public/robots.feature +22 -0
- data/features/public/session.feature +40 -0
- data/features/public/sitemap.feature +74 -0
- data/features/public/snippets.feature +21 -0
- data/features/public/tablerow.feature +42 -0
- data/features/public/tags.feature +45 -0
- data/features/step_definitions/api_steps.rb +179 -0
- data/features/step_definitions/backoffice/mounting_steps.rb +22 -0
- data/features/step_definitions/backoffice_steps.rb +47 -0
- data/features/step_definitions/content_assets_steps.rb +12 -0
- data/features/step_definitions/content_types_steps.rb +135 -0
- data/features/step_definitions/current_site_steps.rb +43 -0
- data/features/step_definitions/editable_elements_steps.rb +24 -0
- data/features/step_definitions/membership_steps.rb +19 -0
- data/features/step_definitions/more_web_steps.rb +131 -0
- data/features/step_definitions/page_steps.rb +133 -0
- data/features/step_definitions/pagination_steps.rb +35 -0
- data/features/step_definitions/pickle_steps.rb +100 -0
- data/features/step_definitions/relationships_steps.rb +110 -0
- data/features/step_definitions/site_steps.rb +111 -0
- data/features/step_definitions/snippet_steps.rb +37 -0
- data/features/step_definitions/theme_asset_steps.rb +64 -0
- data/features/step_definitions/translation_steps.rb +7 -0
- data/features/step_definitions/web_steps.rb +225 -0
- data/features/step_definitions/within_steps.rb +14 -0
- data/features/support/cleaner.rb +4 -0
- data/features/support/env.rb +82 -0
- data/features/support/factory_girl.rb +2 -0
- data/features/support/http.rb +22 -0
- data/features/support/locales.rb +5 -0
- data/features/support/paths.rb +62 -0
- data/features/support/pickle.rb +24 -0
- data/features/support/selectors.rb +57 -0
- data/lib/generators/locomotive/install/install_generator.rb +49 -0
- data/lib/generators/locomotive/install/templates/README +25 -0
- data/lib/generators/locomotive/install/templates/carrierwave.rb +28 -0
- data/lib/generators/locomotive/install/templates/devise.rb +190 -0
- data/lib/generators/locomotive/install/templates/dragonfly.rb +22 -0
- data/lib/generators/locomotive/install/templates/locomotive.rb +54 -0
- data/lib/generators/locomotive/install/templates/mongoid.yml +81 -0
- data/lib/locomotive.rb +77 -0
- data/lib/locomotive/action_controller.rb +3 -0
- data/lib/locomotive/action_controller/responder.rb +79 -0
- data/lib/locomotive/action_controller/ssl.rb +15 -0
- data/lib/locomotive/carrierwave.rb +14 -0
- data/lib/locomotive/carrierwave/asset.rb +72 -0
- data/lib/locomotive/carrierwave/base.rb +15 -0
- data/lib/locomotive/carrierwave/patches.rb +32 -0
- data/lib/locomotive/configuration.rb +96 -0
- data/lib/locomotive/core_ext.rb +79 -0
- data/lib/locomotive/custom_fields.rb +70 -0
- data/lib/locomotive/dependencies.rb +39 -0
- data/lib/locomotive/devise.rb +22 -0
- data/lib/locomotive/dragonfly.rb +63 -0
- data/lib/locomotive/engine.rb +60 -0
- data/lib/locomotive/haml.rb +1 -0
- data/lib/locomotive/kaminari.rb +36 -0
- data/lib/locomotive/logger.rb +11 -0
- data/lib/locomotive/middlewares.rb +2 -0
- data/lib/locomotive/middlewares/permalink.rb +22 -0
- data/lib/locomotive/middlewares/site.rb +58 -0
- data/lib/locomotive/mongoid.rb +4 -0
- data/lib/locomotive/mongoid/document.rb +19 -0
- data/lib/locomotive/mongoid/liquid.rb +39 -0
- data/lib/locomotive/mongoid/patches.rb +182 -0
- data/lib/locomotive/mongoid/presenter.rb +76 -0
- data/lib/locomotive/presentable.rb +216 -0
- data/lib/locomotive/previous_liquid/asset_host.rb +51 -0
- data/lib/locomotive/previous_liquid/drops/base.rb +40 -0
- data/lib/locomotive/previous_liquid/drops/content_entry.rb +78 -0
- data/lib/locomotive/previous_liquid/drops/content_types.rb +119 -0
- data/lib/locomotive/previous_liquid/drops/current_user.rb +21 -0
- data/lib/locomotive/previous_liquid/drops/page.rb +115 -0
- data/lib/locomotive/previous_liquid/drops/proxy_collection.rb +64 -0
- data/lib/locomotive/previous_liquid/drops/session_proxy.rb +16 -0
- data/lib/locomotive/previous_liquid/drops/site.rb +29 -0
- data/lib/locomotive/previous_liquid/drops/uploader.rb +21 -0
- data/lib/locomotive/previous_liquid/errors.rb +8 -0
- data/lib/locomotive/previous_liquid/filters/base.rb +61 -0
- data/lib/locomotive/previous_liquid/filters/date.rb +82 -0
- data/lib/locomotive/previous_liquid/filters/html.rb +117 -0
- data/lib/locomotive/previous_liquid/filters/misc.rb +75 -0
- data/lib/locomotive/previous_liquid/filters/resize.rb +18 -0
- data/lib/locomotive/previous_liquid/filters/text.rb +53 -0
- data/lib/locomotive/previous_liquid/filters/translate.rb +38 -0
- data/lib/locomotive/previous_liquid/patches.rb +21 -0
- data/lib/locomotive/previous_liquid/tags/consume.rb +104 -0
- data/lib/locomotive/previous_liquid/tags/csrf.rb +40 -0
- data/lib/locomotive/previous_liquid/tags/editable.rb +4 -0
- data/lib/locomotive/previous_liquid/tags/editable/base.rb +88 -0
- data/lib/locomotive/previous_liquid/tags/editable/control.rb +41 -0
- data/lib/locomotive/previous_liquid/tags/editable/file.rb +43 -0
- data/lib/locomotive/previous_liquid/tags/editable/text.rb +79 -0
- data/lib/locomotive/previous_liquid/tags/extends.rb +47 -0
- data/lib/locomotive/previous_liquid/tags/fetch_page.rb +36 -0
- data/lib/locomotive/previous_liquid/tags/google_analytics.rb +39 -0
- data/lib/locomotive/previous_liquid/tags/hybrid.rb +25 -0
- data/lib/locomotive/previous_liquid/tags/inherited_block.rb +31 -0
- data/lib/locomotive/previous_liquid/tags/inline_editor.rb +40 -0
- data/lib/locomotive/previous_liquid/tags/javascript.rb +16 -0
- data/lib/locomotive/previous_liquid/tags/link_to.rb +43 -0
- data/lib/locomotive/previous_liquid/tags/locale_switcher.rb +83 -0
- data/lib/locomotive/previous_liquid/tags/model_form.rb +75 -0
- data/lib/locomotive/previous_liquid/tags/nav.rb +164 -0
- data/lib/locomotive/previous_liquid/tags/paginate.rb +114 -0
- data/lib/locomotive/previous_liquid/tags/path_helper.rb +85 -0
- data/lib/locomotive/previous_liquid/tags/path_to.rb +21 -0
- data/lib/locomotive/previous_liquid/tags/seo.rb +72 -0
- data/lib/locomotive/previous_liquid/tags/session_assign.rb +39 -0
- data/lib/locomotive/previous_liquid/tags/snippet.rb +75 -0
- data/lib/locomotive/previous_liquid/tags/with_scope.rb +65 -0
- data/lib/locomotive/rails.rb +1 -0
- data/lib/locomotive/rails/action_view.rb +6 -0
- data/lib/locomotive/regexps.rb +13 -0
- data/lib/locomotive/simple_form.rb +137 -0
- data/lib/locomotive/simple_token_authentication.rb +11 -0
- data/lib/locomotive/steam_adaptor.rb +26 -0
- data/lib/locomotive/version.rb +3 -0
- data/lib/locomotivecms.rb +1 -0
- data/lib/tasks/development.rake +59 -0
- data/lib/tasks/locomotive.rake +126 -0
- data/public/favicon.ico +0 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +9 -0
- data/spec/dummy/app/assets/javascripts/locomotive_misc.js.coffee +2 -0
- data/spec/dummy/app/assets/stylesheets/application.css +7 -0
- data/spec/dummy/app/cells/locomotive/main_menu_cell.rb +9 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/controllers/foo_controller.rb +6 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/models/foo.rb +7 -0
- data/spec/dummy/app/views/foo/index.html.haml +1 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/locomotive/shared/_main_app_head.html.haml +1 -0
- data/spec/dummy/config.ru +7 -0
- data/spec/dummy/config/application.rb +49 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +46 -0
- data/spec/dummy/config/environments/production.rb +44 -0
- data/spec/dummy/config/environments/test.rb +39 -0
- data/spec/dummy/config/initializers/assets.rb +13 -0
- data/spec/dummy/config/initializers/carrierwave.rb +8 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/devise.rb +190 -0
- data/spec/dummy/config/initializers/dragonfly.rb +24 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/haml.rb +2 -0
- data/spec/dummy/config/initializers/locomotive.rb +57 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +10 -0
- data/spec/dummy/config/locales/fr.yml +10 -0
- data/spec/dummy/config/mongoid.yml +117 -0
- data/spec/dummy/config/routes.rb +14 -0
- data/spec/dummy/config/secrets.yml +25 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +26 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/fixtures/assets/5k.png +0 -0
- data/spec/fixtures/assets/5k@2x.png +0 -0
- data/spec/fixtures/assets/5k_2.png +0 -0
- data/spec/fixtures/assets/application.js +1 -0
- data/spec/fixtures/assets/main.css +1 -0
- data/spec/fixtures/assets/specs.pdf +0 -0
- data/spec/fixtures/assets/wrong.txt +1 -0
- data/spec/fixtures/images/logo1.jpg +0 -0
- data/spec/fixtures/images/logo2.jpg +0 -0
- data/spec/fixtures/images/rails.png +0 -0
- data/spec/fixtures/images/rails_2.png +0 -0
- data/spec/fixtures/portfolio/Gemfile +21 -0
- data/spec/fixtures/portfolio/app/content_types/messages.yml +57 -0
- data/spec/fixtures/portfolio/app/content_types/projects.yml +74 -0
- data/spec/fixtures/portfolio/app/views/pages/404.liquid.haml +10 -0
- data/spec/fixtures/portfolio/app/views/pages/index.liquid.haml +213 -0
- data/spec/fixtures/portfolio/app/views/snippets/footer.liquid.haml +2 -0
- data/spec/fixtures/portfolio/config.ru +3 -0
- data/spec/fixtures/portfolio/config/deploy.yml +18 -0
- data/spec/fixtures/portfolio/config/site.yml +33 -0
- data/spec/fixtures/portfolio/config/translations.yml +8 -0
- data/spec/fixtures/portfolio/data/messages.yml +1 -0
- data/spec/fixtures/portfolio/data/projects.yml +41 -0
- data/spec/fixtures/portfolio/icon.png +0 -0
- data/spec/fixtures/portfolio/public/javascripts/bootstrap.min.js +6 -0
- data/spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.js +44 -0
- data/spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.min.js +11 -0
- data/spec/fixtures/portfolio/public/javascripts/classie.js +80 -0
- data/spec/fixtures/portfolio/public/javascripts/contact_me.js +65 -0
- data/spec/fixtures/portfolio/public/javascripts/freelancer.js +37 -0
- data/spec/fixtures/portfolio/public/javascripts/jqBootstrapValidation.js +912 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/cabin.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/cake.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/circus.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/game.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/safe.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/submarine.png +0 -0
- data/spec/fixtures/portfolio/public/samples/profile.png +0 -0
- data/spec/fixtures/portfolio/public/stylesheets/bootstrap.min.css +7 -0
- data/spec/fixtures/portfolio/public/stylesheets/freelancer.css +445 -0
- data/spec/lib/action_view_spec.rb +15 -0
- data/spec/lib/core_ext_spec.rb +37 -0
- data/spec/lib/locomotive/configuration_spec.rb +15 -0
- data/spec/lib/locomotive/liquid/tags/editable/file_spec.rb +72 -0
- data/spec/lib/locomotive/liquid/tags/editable/text_spec.rb +85 -0
- data/spec/lib/locomotive/liquid/tags/extends_spec.rb +58 -0
- data/spec/mailers/locomotive/notifications_spec.rb +47 -0
- data/spec/models/locomotive/account_spec.rb +125 -0
- data/spec/models/locomotive/concerns/content_entry/counter_spec.rb +53 -0
- data/spec/models/locomotive/concerns/content_entry/csv_spec.rb +30 -0
- data/spec/models/locomotive/concerns/page/editable_elements_spec.rb +73 -0
- data/spec/models/locomotive/concerns/page/layout_spec.rb +50 -0
- data/spec/models/locomotive/concerns/page/redirect_spec.rb +28 -0
- data/spec/models/locomotive/concerns/page/render_spec.rb +84 -0
- data/spec/models/locomotive/concerns/site/access_points_spec.rb +15 -0
- data/spec/models/locomotive/concerns/site/locales_spec.rb +52 -0
- data/spec/models/locomotive/content_asset_spec.rb +58 -0
- data/spec/models/locomotive/content_entry_spec.rb +411 -0
- data/spec/models/locomotive/content_type_spec.rb +405 -0
- data/spec/models/locomotive/editable_control_spec.rb +79 -0
- data/spec/models/locomotive/editable_file_spec.rb +94 -0
- data/spec/models/locomotive/editable_text_spec.rb +219 -0
- data/spec/models/locomotive/membership_spec.rb +43 -0
- data/spec/models/locomotive/page_spec.rb +432 -0
- data/spec/models/locomotive/site_spec.rb +206 -0
- data/spec/models/locomotive/snippet_spec.rb +19 -0
- data/spec/models/locomotive/theme_asset_spec.rb +168 -0
- data/spec/requests/admin_ssl_spec.rb +51 -0
- data/spec/requests/site_spec.rb +36 -0
- data/spec/support/asset_host_stubs.rb +17 -0
- data/spec/support/carrierwave.rb +39 -0
- data/spec/support/controller.rb +32 -0
- data/spec/support/entity.rb +3 -0
- data/spec/support/factories.rb +313 -0
- data/spec/support/locomotive.rb +35 -0
- data/spec/support/matchers.rb +98 -0
- data/spec/support/middlewares.rb +3 -0
- data/spec/support/pundit_matcher.rb +50 -0
- data/spec/support/response.rb +12 -0
- data/spec/support/sequences.rb +16 -0
- data/spec/support/shared_contexts/api_header_setup.rb +7 -0
- data/spec/support/shared_contexts/api_site_setup.rb +13 -0
- data/vendor/assets/images/select2-spinner.gif +0 -0
- data/vendor/assets/images/select2.png +0 -0
- data/vendor/assets/images/select2x2.png +0 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-datetimepicker.js +1395 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-growl.js +312 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-switch.js +532 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-tagsinput.min.js +6 -0
- data/vendor/assets/javascripts/locomotive/canvas-to-blob.min.js +1 -0
- data/vendor/assets/javascripts/locomotive/cmd.js +31 -0
- data/vendor/assets/javascripts/locomotive/cookies.js +117 -0
- data/vendor/assets/javascripts/locomotive/cropper.js +9 -0
- data/vendor/assets/javascripts/locomotive/datepicker_i18n.js.erb +28 -0
- data/vendor/assets/javascripts/locomotive/editable_field.js +50 -0
- data/vendor/assets/javascripts/locomotive/form_submit_notification.js +39 -0
- data/vendor/assets/javascripts/locomotive/jquery-ui-timepicker-addon.js +2134 -0
- data/vendor/assets/javascripts/locomotive/liquid_mode.js +42 -0
- data/vendor/assets/javascripts/locomotive/moment.js +2808 -0
- data/vendor/assets/javascripts/locomotive/resize.js +9 -0
- data/vendor/assets/javascripts/locomotive/resizeImage.js +235 -0
- data/vendor/assets/javascripts/locomotive/slugify.js +47 -0
- data/vendor/assets/javascripts/locomotive/subscribe.js +367 -0
- data/vendor/assets/javascripts/locomotive/vendor.js +3 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced.js +562 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced_unwrap.js +666 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5x-toolbar.js +15080 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-datetimepicker.css +235 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-switch.css +206 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css +46 -0
- data/vendor/assets/stylesheets/locomotive/cropper.css +9 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_ffffff_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/ui.css.scss +406 -0
- data/vendor/assets/stylesheets/locomotive/liquid_mode.css +7 -0
- data/vendor/assets/stylesheets/locomotive/wysihtml5_editor.css +133 -0
- data/vendor/assets/stylesheets/locomotive/wysihtml5_reset.css +7 -0
- metadata +1735 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
/*!
|
2
|
+
* Cropper v0.7.6-beta
|
3
|
+
* https://github.com/fengyuanchen/cropper
|
4
|
+
*
|
5
|
+
* Copyright 2014 Fengyuan Chen
|
6
|
+
* Released under the MIT license
|
7
|
+
*/
|
8
|
+
|
9
|
+
.cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{width:100%;height:100%;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important}.cropper-modal,.cropper-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-canvas{background-color:#fff;opacity:0;filter:alpha(opacity=0)}.cropper-modal{background-color:#000;opacity:.5;filter:alpha(opacity=50)}.cropper-dragger{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;overflow:hidden;outline-width:1px;outline-style:solid;outline-color:#69f;outline-color:rgba(51,102,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #fff;opacity:.5;filter:alpha(opacity=50)}.cropper-dashed.dashed-h{top:33.3%;left:0;width:100%;height:33.3%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3%;width:33.3%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;background-color:#69f;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;opacity:0;filter:alpha(opacity=0)}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.cropper-hidden{display:none!important}.cropper-invisible{position:fixed;top:0;left:0;z-index:-1;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;opacity:0;filter:alpha(opacity=0)}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,406 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI CSS Framework
|
3
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
4
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
|
5
|
+
*/
|
6
|
+
|
7
|
+
/* Layout helpers
|
8
|
+
----------------------------------*/
|
9
|
+
.ui-helper-hidden { display: none; }
|
10
|
+
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
|
11
|
+
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
12
|
+
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
13
|
+
.ui-helper-clearfix { display: inline-block; }
|
14
|
+
/* required comment for clearfix to work in Opera \*/
|
15
|
+
* html .ui-helper-clearfix { height:1%; }
|
16
|
+
.ui-helper-clearfix { display:block; }
|
17
|
+
/* end clearfix */
|
18
|
+
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
19
|
+
|
20
|
+
|
21
|
+
/* Interaction Cues
|
22
|
+
----------------------------------*/
|
23
|
+
.ui-state-disabled { cursor: default !important; }
|
24
|
+
|
25
|
+
|
26
|
+
/* Icons
|
27
|
+
----------------------------------*/
|
28
|
+
|
29
|
+
/* states and images */
|
30
|
+
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
31
|
+
|
32
|
+
|
33
|
+
/* Misc visuals
|
34
|
+
----------------------------------*/
|
35
|
+
|
36
|
+
/* Overlays */
|
37
|
+
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
/*
|
42
|
+
* jQuery UI CSS Framework
|
43
|
+
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
44
|
+
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
|
45
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
46
|
+
*/
|
47
|
+
|
48
|
+
|
49
|
+
/* Component containers
|
50
|
+
----------------------------------*/
|
51
|
+
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
52
|
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
53
|
+
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff image-url("locomotive/jquery/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; color: #222222; }
|
54
|
+
.ui-widget-content a { color: #222222; }
|
55
|
+
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc image-url("locomotive/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
56
|
+
.ui-widget-header a { color: #222222; }
|
57
|
+
|
58
|
+
/* Interaction states
|
59
|
+
----------------------------------*/
|
60
|
+
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 image-url("locomotive/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
|
61
|
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
|
62
|
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada image-url("locomotive/jquery/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
|
63
|
+
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
|
64
|
+
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff image-url("locomotive/jquery/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
|
65
|
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }
|
66
|
+
|
67
|
+
/* Interaction Cues
|
68
|
+
----------------------------------*/
|
69
|
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee image-url("locomotive/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; color: #363636; }
|
70
|
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
|
71
|
+
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec image-url("locomotive/jquery/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; color: #cd0a0a; }
|
72
|
+
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
|
73
|
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
|
74
|
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
75
|
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
|
76
|
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
77
|
+
|
78
|
+
/* Icons
|
79
|
+
----------------------------------*/
|
80
|
+
|
81
|
+
/* states and images */
|
82
|
+
.ui-icon { width: 16px; height: 16px; background-image: image-url("locomotive/jquery/images/ui-icons_222222_256x240.png"); }
|
83
|
+
.ui-widget-content .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_222222_256x240.png"); }
|
84
|
+
.ui-widget-header .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_222222_256x240.png"); }
|
85
|
+
.ui-state-default .ui-icon { background-image: image-url("locomotive/jquery/images/ui-icons_888888_256x240.png"); }
|
86
|
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_454545_256x240.png"); }
|
87
|
+
.ui-state-active .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_454545_256x240.png"); }
|
88
|
+
.ui-state-highlight .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_2e83ff_256x240.png"); }
|
89
|
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: image-url("locomotive/jquery/images/ui-icons_cd0a0a_256x240.png"); }
|
90
|
+
|
91
|
+
/* positioning */
|
92
|
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
93
|
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
94
|
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
95
|
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
96
|
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
97
|
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
98
|
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
99
|
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
100
|
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
101
|
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
102
|
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
103
|
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
104
|
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
105
|
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
106
|
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
107
|
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
108
|
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
109
|
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
110
|
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
111
|
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
112
|
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
113
|
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
114
|
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
115
|
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
116
|
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
117
|
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
118
|
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
119
|
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
120
|
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
121
|
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
122
|
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
123
|
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
124
|
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
125
|
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
126
|
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
127
|
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
128
|
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
129
|
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
130
|
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
131
|
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
132
|
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
133
|
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
134
|
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
135
|
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
136
|
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
137
|
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
138
|
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
139
|
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
140
|
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
141
|
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
142
|
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
143
|
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
144
|
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
145
|
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
146
|
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
147
|
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
148
|
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
149
|
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
150
|
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
151
|
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
152
|
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
153
|
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
154
|
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
155
|
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
156
|
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
157
|
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
158
|
+
.ui-icon-extlink { background-position: -32px -80px; }
|
159
|
+
.ui-icon-newwin { background-position: -48px -80px; }
|
160
|
+
.ui-icon-refresh { background-position: -64px -80px; }
|
161
|
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
162
|
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
163
|
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
164
|
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
165
|
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
166
|
+
.ui-icon-document { background-position: -32px -96px; }
|
167
|
+
.ui-icon-document-b { background-position: -48px -96px; }
|
168
|
+
.ui-icon-note { background-position: -64px -96px; }
|
169
|
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
170
|
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
171
|
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
172
|
+
.ui-icon-comment { background-position: -128px -96px; }
|
173
|
+
.ui-icon-person { background-position: -144px -96px; }
|
174
|
+
.ui-icon-print { background-position: -160px -96px; }
|
175
|
+
.ui-icon-trash { background-position: -176px -96px; }
|
176
|
+
.ui-icon-locked { background-position: -192px -96px; }
|
177
|
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
178
|
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
179
|
+
.ui-icon-tag { background-position: -240px -96px; }
|
180
|
+
.ui-icon-home { background-position: 0 -112px; }
|
181
|
+
.ui-icon-flag { background-position: -16px -112px; }
|
182
|
+
.ui-icon-calendar { background-position: -32px -112px; }
|
183
|
+
.ui-icon-cart { background-position: -48px -112px; }
|
184
|
+
.ui-icon-pencil { background-position: -64px -112px; }
|
185
|
+
.ui-icon-clock { background-position: -80px -112px; }
|
186
|
+
.ui-icon-disk { background-position: -96px -112px; }
|
187
|
+
.ui-icon-calculator { background-position: -112px -112px; }
|
188
|
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
189
|
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
190
|
+
.ui-icon-search { background-position: -160px -112px; }
|
191
|
+
.ui-icon-wrench { background-position: -176px -112px; }
|
192
|
+
.ui-icon-gear { background-position: -192px -112px; }
|
193
|
+
.ui-icon-heart { background-position: -208px -112px; }
|
194
|
+
.ui-icon-star { background-position: -224px -112px; }
|
195
|
+
.ui-icon-link { background-position: -240px -112px; }
|
196
|
+
.ui-icon-cancel { background-position: 0 -128px; }
|
197
|
+
.ui-icon-plus { background-position: -16px -128px; }
|
198
|
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
199
|
+
.ui-icon-minus { background-position: -48px -128px; }
|
200
|
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
201
|
+
.ui-icon-close { background-position: -80px -128px; }
|
202
|
+
.ui-icon-closethick { background-position: -96px -128px; }
|
203
|
+
.ui-icon-key { background-position: -112px -128px; }
|
204
|
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
205
|
+
.ui-icon-scissors { background-position: -144px -128px; }
|
206
|
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
207
|
+
.ui-icon-copy { background-position: -176px -128px; }
|
208
|
+
.ui-icon-contact { background-position: -192px -128px; }
|
209
|
+
.ui-icon-image { background-position: -208px -128px; }
|
210
|
+
.ui-icon-video { background-position: -224px -128px; }
|
211
|
+
.ui-icon-script { background-position: -240px -128px; }
|
212
|
+
.ui-icon-alert { background-position: 0 -144px; }
|
213
|
+
.ui-icon-info { background-position: -16px -144px; }
|
214
|
+
.ui-icon-notice { background-position: -32px -144px; }
|
215
|
+
.ui-icon-help { background-position: -48px -144px; }
|
216
|
+
.ui-icon-check { background-position: -64px -144px; }
|
217
|
+
.ui-icon-bullet { background-position: -80px -144px; }
|
218
|
+
.ui-icon-radio-off { background-position: -96px -144px; }
|
219
|
+
.ui-icon-radio-on { background-position: -112px -144px; }
|
220
|
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
221
|
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
222
|
+
.ui-icon-play { background-position: 0 -160px; }
|
223
|
+
.ui-icon-pause { background-position: -16px -160px; }
|
224
|
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
225
|
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
226
|
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
227
|
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
228
|
+
.ui-icon-stop { background-position: -96px -160px; }
|
229
|
+
.ui-icon-eject { background-position: -112px -160px; }
|
230
|
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
231
|
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
232
|
+
.ui-icon-power { background-position: 0 -176px; }
|
233
|
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
234
|
+
.ui-icon-signal { background-position: -32px -176px; }
|
235
|
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
236
|
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
237
|
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
238
|
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
239
|
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
240
|
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
241
|
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
242
|
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
243
|
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
244
|
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
245
|
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
246
|
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
247
|
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
248
|
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
249
|
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
250
|
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
251
|
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
252
|
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
253
|
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
254
|
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
255
|
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
256
|
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
257
|
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
258
|
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
259
|
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
260
|
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
261
|
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
262
|
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
263
|
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
264
|
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
265
|
+
|
266
|
+
|
267
|
+
/* Misc visuals
|
268
|
+
----------------------------------*/
|
269
|
+
|
270
|
+
/* Corner radius */
|
271
|
+
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
|
272
|
+
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
|
273
|
+
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
|
274
|
+
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
275
|
+
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
|
276
|
+
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
277
|
+
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
278
|
+
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
|
279
|
+
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
|
280
|
+
|
281
|
+
/* Overlays */
|
282
|
+
.ui-widget-overlay { background: #aaaaaa image-url("locomotive/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
283
|
+
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa image-url("locomotive/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
|
284
|
+
----------------------------------*/
|
285
|
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
286
|
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
287
|
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
288
|
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
|
289
|
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
290
|
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
|
291
|
+
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
|
292
|
+
----------------------------------*/
|
293
|
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; font-size: 0.7em; }
|
294
|
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
295
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
296
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
297
|
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
298
|
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
299
|
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
300
|
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
301
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
302
|
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
303
|
+
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
304
|
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
305
|
+
.ui-datepicker select.ui-datepicker-month,
|
306
|
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
307
|
+
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
308
|
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
309
|
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; background: none; }
|
310
|
+
.ui-datepicker td { border: 0; padding: 1px; }
|
311
|
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
312
|
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
313
|
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
314
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
315
|
+
|
316
|
+
/* with multiple calendars */
|
317
|
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
318
|
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
319
|
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
320
|
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
321
|
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
322
|
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
323
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
324
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
325
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
326
|
+
.ui-datepicker-row-break { clear:both; width:100%; }
|
327
|
+
|
328
|
+
/* RTL support */
|
329
|
+
.ui-datepicker-rtl { direction: rtl; }
|
330
|
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
331
|
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
332
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
333
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
334
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
335
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
336
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
337
|
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
338
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
339
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
340
|
+
|
341
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
342
|
+
.ui-datepicker-cover {
|
343
|
+
display: none; /*sorry for IE5*/
|
344
|
+
display/**/: block; /*sorry for IE5*/
|
345
|
+
position: absolute; /*must have*/
|
346
|
+
z-index: -1; /*must have*/
|
347
|
+
filter: mask(); /*must have*/
|
348
|
+
top: -4px; /*must have*/
|
349
|
+
left: -4px; /*must have*/
|
350
|
+
width: 200px; /*must have*/
|
351
|
+
height: 200px; /*must have*/
|
352
|
+
}/* Dialog
|
353
|
+
----------------------------------*/
|
354
|
+
.ui-dialog { position: relative; padding: .2em; width: 300px; }
|
355
|
+
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
|
356
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
|
357
|
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
358
|
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
359
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
360
|
+
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
361
|
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
362
|
+
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
|
363
|
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
364
|
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
365
|
+
/* Progressbar
|
366
|
+
----------------------------------*/
|
367
|
+
.ui-progressbar { height:2em; text-align: left; }
|
368
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
|
369
|
+
----------------------------------*/
|
370
|
+
.ui-resizable { position: relative;}
|
371
|
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
372
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
373
|
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
|
374
|
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
|
375
|
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
|
376
|
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
|
377
|
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
378
|
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
379
|
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
380
|
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
|
381
|
+
----------------------------------*/
|
382
|
+
.ui-slider { position: relative; text-align: left; }
|
383
|
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
384
|
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
385
|
+
|
386
|
+
.ui-slider-horizontal { height: .8em; }
|
387
|
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
388
|
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
389
|
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
390
|
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
391
|
+
|
392
|
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
393
|
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
394
|
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
395
|
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
396
|
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
|
397
|
+
----------------------------------*/
|
398
|
+
.ui-tabs { padding: .2em; zoom: 1; }
|
399
|
+
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
|
400
|
+
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
|
401
|
+
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
|
402
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
|
403
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
404
|
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
405
|
+
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
|
406
|
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|