refinerycms 0.9.9 → 0.9.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -1
- data/Gemfile +8 -24
- data/Gemfile.lock +94 -69
- data/Rakefile +1 -1
- data/bin/refinerycms +118 -109
- data/changelog.md +13 -2
- data/config/cucumber.yml +3 -7
- data/config/settings.rb +0 -1
- data/lib/refinery.rb +14 -1
- data/lib/refinerycms.rb +2 -9
- data/refinerycms.gemspec +15 -855
- data/spec/spec_helper.rb +3 -2
- metadata +27 -907
- data/authentication/app/controllers/admin/users_controller.rb +0 -90
- data/authentication/app/controllers/passwords_controller.rb +0 -43
- data/authentication/app/controllers/registrations_controller.rb +0 -67
- data/authentication/app/controllers/sessions_controller.rb +0 -23
- data/authentication/app/helpers/sessions_helper.rb +0 -2
- data/authentication/app/helpers/users_helper.rb +0 -2
- data/authentication/app/mailers/user_mailer.rb +0 -20
- data/authentication/app/models/role.rb +0 -16
- data/authentication/app/models/roles_users.rb +0 -6
- data/authentication/app/models/user.rb +0 -58
- data/authentication/app/models/user_plugin.rb +0 -5
- data/authentication/app/views/admin/users/_form.html.erb +0 -92
- data/authentication/app/views/admin/users/_user.html.erb +0 -19
- data/authentication/app/views/admin/users/_users.html.erb +0 -4
- data/authentication/app/views/admin/users/edit.html.erb +0 -1
- data/authentication/app/views/admin/users/index.html.erb +0 -12
- data/authentication/app/views/admin/users/new.html.erb +0 -1
- data/authentication/app/views/layouts/login.html.erb +0 -21
- data/authentication/app/views/passwords/edit.html.erb +0 -31
- data/authentication/app/views/passwords/new.html.erb +0 -18
- data/authentication/app/views/registrations/new.html.erb +0 -41
- data/authentication/app/views/sessions/new.html.erb +0 -29
- data/authentication/app/views/user_mailer/reset_notification.html.erb +0 -12
- data/authentication/app/views/user_mailer/reset_notification.text.plain.erb +0 -7
- data/authentication/config/locales/cs.yml +0 -75
- data/authentication/config/locales/da.yml +0 -72
- data/authentication/config/locales/de.yml +0 -72
- data/authentication/config/locales/el.yml +0 -72
- data/authentication/config/locales/en.yml +0 -72
- data/authentication/config/locales/es.yml +0 -100
- data/authentication/config/locales/fr.yml +0 -72
- data/authentication/config/locales/it.yml +0 -97
- data/authentication/config/locales/lolcat.yml +0 -55
- data/authentication/config/locales/lt.yml +0 -55
- data/authentication/config/locales/lv.yml +0 -72
- data/authentication/config/locales/nb.yml +0 -72
- data/authentication/config/locales/nl.yml +0 -70
- data/authentication/config/locales/pl.yml +0 -100
- data/authentication/config/locales/pt-BR.yml +0 -68
- data/authentication/config/locales/rs.yml +0 -72
- data/authentication/config/locales/ru.yml +0 -97
- data/authentication/config/locales/sl.yml +0 -61
- data/authentication/config/locales/sv.yml +0 -64
- data/authentication/config/locales/zh-CN.yml +0 -72
- data/authentication/config/locales/zh-TW.yml +0 -72
- data/authentication/config/routes.rb +0 -31
- data/authentication/db/migrate/20100913234705_create_refinerycms_authentication_schema.rb +0 -43
- data/authentication/db/migrate/20100929035252_add_missing_indexes_to_roles_users.rb +0 -11
- data/authentication/db/migrate/20101206013505_change_to_devise_users_table.rb +0 -27
- data/authentication/db/migrate/20110106184757_add_remember_created_at_to_users.rb +0 -9
- data/authentication/features/lost_password.feature +0 -49
- data/authentication/features/manage_users.feature +0 -61
- data/authentication/features/step_definitions/lost_password.rb +0 -8
- data/authentication/features/step_definitions/user_steps.rb +0 -36
- data/authentication/features/support/factories.rb +0 -18
- data/authentication/features/support/paths.rb +0 -24
- data/authentication/lib/authenticated_system.rb +0 -29
- data/authentication/lib/authentication.rb +0 -30
- data/authentication/lib/generators/refinerycms_authentication_generator.rb +0 -8
- data/authentication/license.md +0 -21
- data/authentication/readme.md +0 -17
- data/authentication/refinerycms-authentication.gemspec +0 -20
- data/authentication/spec/models/user_spec.rb +0 -159
- data/base/db/migrate/20100913234706_create_refinerycms_core_schema.rb +0 -23
- data/base/db/migrate/20101217113424_add_locale_to_slugs.rb +0 -13
- data/base/features/step_definitions/web_steps.rb +0 -219
- data/base/features/support/env.rb +0 -84
- data/base/features/support/factories.rb +0 -1
- data/base/features/support/negative_expectations_helper.rb +0 -57
- data/base/features/support/paths.rb +0 -91
- data/base/lib/base.rb +0 -32
- data/base/lib/generators/refinerycms_base_generator.rb +0 -8
- data/base/lib/refinery.rb +0 -32
- data/base/lib/refinery/version.rb +0 -16
- data/base/license.md +0 -21
- data/base/refinerycms-base.gemspec +0 -18
- data/core/app/controllers/admin/base_controller.rb +0 -10
- data/core/app/controllers/admin/dialogs_controller.rb +0 -26
- data/core/app/controllers/admin/refinery_core_controller.rb +0 -12
- data/core/app/controllers/application_controller.rb +0 -6
- data/core/app/controllers/refinery/fast_controller.rb +0 -9
- data/core/app/controllers/sitemap_controller.rb +0 -14
- data/core/app/helpers/application_helper.rb +0 -5
- data/core/app/views/admin/_head.html.erb +0 -43
- data/core/app/views/admin/_javascripts.html.erb +0 -32
- data/core/app/views/admin/_menu.html.erb +0 -17
- data/core/app/views/admin/dialogs/show.html.erb +0 -19
- data/core/app/views/layouts/admin.html.erb +0 -24
- data/core/app/views/layouts/admin_dialog.html.erb +0 -14
- data/core/app/views/layouts/application.html.erb +0 -21
- data/core/app/views/shared/_content_page.html.erb +0 -63
- data/core/app/views/shared/_draft_page_message.html.erb +0 -3
- data/core/app/views/shared/_footer.html.erb +0 -4
- data/core/app/views/shared/_google_analytics.html.erb +0 -8
- data/core/app/views/shared/_head.html.erb +0 -42
- data/core/app/views/shared/_header.html.erb +0 -8
- data/core/app/views/shared/_html_tag.html.erb +0 -6
- data/core/app/views/shared/_ie6check.html.erb +0 -63
- data/core/app/views/shared/_javascripts.html.erb +0 -10
- data/core/app/views/shared/_menu.html.erb +0 -30
- data/core/app/views/shared/_menu_branch.html.erb +0 -26
- data/core/app/views/shared/_message.html.erb +0 -10
- data/core/app/views/shared/_no_script.html.erb +0 -9
- data/core/app/views/shared/_site_bar.html.erb +0 -25
- data/core/app/views/shared/admin/_continue_editing.html.erb +0 -3
- data/core/app/views/shared/admin/_error_messages.html.erb +0 -16
- data/core/app/views/shared/admin/_form_actions.html.erb +0 -77
- data/core/app/views/shared/admin/_image_picker.html.erb +0 -60
- data/core/app/views/shared/admin/_make_sortable.html.erb +0 -13
- data/core/app/views/shared/admin/_resource_picker.html.erb +0 -66
- data/core/app/views/shared/admin/_search.html.erb +0 -6
- data/core/app/views/shared/admin/_sortable_list.html.erb +0 -7
- data/core/app/views/shared/admin/_tabbed_fields.html.erb +0 -42
- data/core/app/views/welcome.html.erb +0 -17
- data/core/app/views/wymiframe.html.erb +0 -15
- data/core/config/locales/cs.yml +0 -77
- data/core/config/locales/da.yml +0 -75
- data/core/config/locales/de.yml +0 -75
- data/core/config/locales/el.yml +0 -75
- data/core/config/locales/en.yml +0 -75
- data/core/config/locales/es.yml +0 -68
- data/core/config/locales/fr.yml +0 -72
- data/core/config/locales/it.yml +0 -96
- data/core/config/locales/lolcat.yml +0 -68
- data/core/config/locales/lt.yml +0 -75
- data/core/config/locales/lv.yml +0 -72
- data/core/config/locales/nb.yml +0 -75
- data/core/config/locales/nl.yml +0 -75
- data/core/config/locales/pl.yml +0 -75
- data/core/config/locales/pt-BR.yml +0 -72
- data/core/config/locales/rs.yml +0 -76
- data/core/config/locales/ru.yml +0 -71
- data/core/config/locales/sl.yml +0 -72
- data/core/config/locales/sv.yml +0 -75
- data/core/config/locales/zh-CN.yml +0 -75
- data/core/config/locales/zh-TW.yml +0 -75
- data/core/config/routes.rb +0 -19
- data/core/crud.md +0 -197
- data/core/doc/included-jquery-ui-packages.jpg +0 -0
- data/core/engines.md +0 -179
- data/core/features/search.feature +0 -55
- data/core/features/site_bar.feature +0 -24
- data/core/features/step_definitions/core_steps.rb +0 -61
- data/core/features/support/paths.rb +0 -14
- data/core/features/uploads/beach.jpeg +0 -0
- data/core/features/uploads/refinery_is_awesome.txt +0 -1
- data/core/lib/core.rb +0 -143
- data/core/lib/generators/refinerycms_generator.rb +0 -107
- data/core/lib/generators/templates/.gitignore +0 -83
- data/core/lib/generators/templates/.rspec +0 -2
- data/core/lib/generators/templates/app/views/sitemap/index.xml.builder +0 -22
- data/core/lib/generators/templates/autotest/autotest.rb +0 -17
- data/core/lib/generators/templates/autotest/discover.rb +0 -2
- data/core/lib/generators/templates/config/cucumber.yml +0 -15
- data/core/lib/generators/templates/config/database.yml.mysql +0 -20
- data/core/lib/generators/templates/config/database.yml.postgresql +0 -57
- data/core/lib/generators/templates/config/database.yml.sqlite3 +0 -26
- data/core/lib/generators/templates/config/i18n-js.yml +0 -6
- data/core/lib/generators/templates/config/initializers/devise.rb +0 -142
- data/core/lib/generators/templates/config/settings.rb +0 -3
- data/core/lib/generators/templates/db/seeds.rb +0 -5
- data/core/lib/generators/templates/spec/rcov.opts +0 -2
- data/core/lib/generators/templates/spec/spec_helper.rb +0 -76
- data/core/lib/refinery/activity.rb +0 -45
- data/core/lib/refinery/admin/base_controller.rb +0 -111
- data/core/lib/refinery/admin_base_controller.rb +0 -5
- data/core/lib/refinery/application.rb +0 -76
- data/core/lib/refinery/application_controller.rb +0 -116
- data/core/lib/refinery/application_helper.rb +0 -19
- data/core/lib/refinery/base_presenter.rb +0 -27
- data/core/lib/refinery/catch_all_routes.rb +0 -11
- data/core/lib/refinery/crud.rb +0 -295
- data/core/lib/refinery/helpers/form_helper.rb +0 -66
- data/core/lib/refinery/helpers/head_helper.rb +0 -17
- data/core/lib/refinery/helpers/html_truncation_helper.rb +0 -25
- data/core/lib/refinery/helpers/image_helper.rb +0 -49
- data/core/lib/refinery/helpers/menu_helper.rb +0 -68
- data/core/lib/refinery/helpers/meta_helper.rb +0 -67
- data/core/lib/refinery/helpers/pagination_helper.rb +0 -16
- data/core/lib/refinery/helpers/script_helper.rb +0 -36
- data/core/lib/refinery/helpers/site_bar_helper.rb +0 -24
- data/core/lib/refinery/helpers/tag_helper.rb +0 -21
- data/core/lib/refinery/helpers/translation_helper.rb +0 -17
- data/core/lib/refinery/link_renderer.rb +0 -55
- data/core/lib/refinery/plugin.rb +0 -134
- data/core/lib/refinery/plugins.rb +0 -75
- data/core/lib/tasks/cucumber.rake +0 -53
- data/core/lib/tasks/doc.rake +0 -29
- data/core/lib/tasks/refinery.rake +0 -231
- data/core/lib/tasks/yard.rake +0 -30
- data/core/license.md +0 -21
- data/core/public/404.html +0 -26
- data/core/public/422.html +0 -26
- data/core/public/500.html +0 -26
- data/core/public/favicon.ico +0 -0
- data/core/public/images/refinery/add.png +0 -0
- data/core/public/images/refinery/admin_bg.png +0 -0
- data/core/public/images/refinery/ajax-loader.gif +0 -0
- data/core/public/images/refinery/branch-end.gif +0 -0
- data/core/public/images/refinery/branch-start.gif +0 -0
- data/core/public/images/refinery/branch.gif +0 -0
- data/core/public/images/refinery/carousel-left.png +0 -0
- data/core/public/images/refinery/carousel-right.png +0 -0
- data/core/public/images/refinery/cross.png +0 -0
- data/core/public/images/refinery/dialogLoadingAnimation.gif +0 -0
- data/core/public/images/refinery/header_background.png +0 -0
- data/core/public/images/refinery/hover-gradient.jpg +0 -0
- data/core/public/images/refinery/icons/accept.png +0 -0
- data/core/public/images/refinery/icons/add.png +0 -0
- data/core/public/images/refinery/icons/ajax-loader.gif +0 -0
- data/core/public/images/refinery/icons/application_edit.png +0 -0
- data/core/public/images/refinery/icons/application_go.png +0 -0
- data/core/public/images/refinery/icons/arrow_left.png +0 -0
- data/core/public/images/refinery/icons/arrow_switch.png +0 -0
- data/core/public/images/refinery/icons/arrow_up.png +0 -0
- data/core/public/images/refinery/icons/bin.png +0 -0
- data/core/public/images/refinery/icons/bin_closed.png +0 -0
- data/core/public/images/refinery/icons/cancel.png +0 -0
- data/core/public/images/refinery/icons/cog_add.png +0 -0
- data/core/public/images/refinery/icons/cog_edit.png +0 -0
- data/core/public/images/refinery/icons/cross.png +0 -0
- data/core/public/images/refinery/icons/delete.png +0 -0
- data/core/public/images/refinery/icons/doc.png +0 -0
- data/core/public/images/refinery/icons/down.gif +0 -0
- data/core/public/images/refinery/icons/edit.png +0 -0
- data/core/public/images/refinery/icons/email.png +0 -0
- data/core/public/images/refinery/icons/email_edit.png +0 -0
- data/core/public/images/refinery/icons/email_go.png +0 -0
- data/core/public/images/refinery/icons/email_open.png +0 -0
- data/core/public/images/refinery/icons/eye.png +0 -0
- data/core/public/images/refinery/icons/folder_page_white.png +0 -0
- data/core/public/images/refinery/icons/image_add.png +0 -0
- data/core/public/images/refinery/icons/image_edit.png +0 -0
- data/core/public/images/refinery/icons/img.png +0 -0
- data/core/public/images/refinery/icons/information.png +0 -0
- data/core/public/images/refinery/icons/layout_add.png +0 -0
- data/core/public/images/refinery/icons/layout_edit.png +0 -0
- data/core/public/images/refinery/icons/music.png +0 -0
- data/core/public/images/refinery/icons/page_add.png +0 -0
- data/core/public/images/refinery/icons/page_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_gear.png +0 -0
- data/core/public/images/refinery/icons/page_white_put.png +0 -0
- data/core/public/images/refinery/icons/pdf.png +0 -0
- data/core/public/images/refinery/icons/ppt.png +0 -0
- data/core/public/images/refinery/icons/star.png +0 -0
- data/core/public/images/refinery/icons/tick.png +0 -0
- data/core/public/images/refinery/icons/up.gif +0 -0
- data/core/public/images/refinery/icons/user_add.png +0 -0
- data/core/public/images/refinery/icons/user_comment.png +0 -0
- data/core/public/images/refinery/icons/user_edit.png +0 -0
- data/core/public/images/refinery/icons/xls.png +0 -0
- data/core/public/images/refinery/icons/zip.png +0 -0
- data/core/public/images/refinery/icons/zoom.png +0 -0
- data/core/public/images/refinery/logo-large.png +0 -0
- data/core/public/images/refinery/logo-medium.png +0 -0
- data/core/public/images/refinery/logo-site-bar.png +0 -0
- data/core/public/images/refinery/logo-small-medium.png +0 -0
- data/core/public/images/refinery/logo-small.png +0 -0
- data/core/public/images/refinery/logo-tiny.png +0 -0
- data/core/public/images/refinery/logo.png +0 -0
- data/core/public/images/refinery/nav-3-background.gif +0 -0
- data/core/public/images/refinery/nav_inactive_background.png +0 -0
- data/core/public/images/refinery/orange_button.png +0 -0
- data/core/public/images/refinery/page_bg.png +0 -0
- data/core/public/images/refinery/resolve_digital_footer_logo.png +0 -0
- data/core/public/images/refinery/text_field_background.png +0 -0
- data/core/public/images/refinery/tooltip-nib.gif +0 -0
- data/core/public/images/refinery/tooltip-nib.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_redo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_undo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/eye.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-p.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-pre.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_break.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_code.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_paste.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/photo_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/style.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/table_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_center.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_justify.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_left.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_bold.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_italic.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_bullets.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_numbers.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_paragraph.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_strikethrough.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_subscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_superscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_underline.png +0 -0
- data/core/public/images/wymeditor/skins/wymeditor_icon.png +0 -0
- data/core/public/javascripts/admin.js +0 -7
- data/core/public/javascripts/application.js +0 -1
- data/core/public/javascripts/dd_belatedpng.js +0 -13
- data/core/public/javascripts/i18n-messages.js +0 -2
- data/core/public/javascripts/jquery-min.js +0 -154
- data/core/public/javascripts/jquery-ui-custom-min.js +0 -249
- data/core/public/javascripts/jquery.js +0 -6240
- data/core/public/javascripts/jquery/GPL-LICENSE.txt +0 -278
- data/core/public/javascripts/jquery/MIT-LICENSE.txt +0 -20
- data/core/public/javascripts/jquery/jquery.corner.js +0 -345
- data/core/public/javascripts/jquery/jquery.html5-placeholder-shim.js +0 -88
- data/core/public/javascripts/jquery/jquery.jcarousel.js +0 -900
- data/core/public/javascripts/jquery/jquery.textTruncate.js +0 -174
- data/core/public/javascripts/jquery/jquery.timers.js +0 -138
- data/core/public/javascripts/modernizr-min.js +0 -30
- data/core/public/javascripts/rails.js +0 -152
- data/core/public/javascripts/refinery/admin.js +0 -1114
- data/core/public/javascripts/refinery/boot_wym.js +0 -285
- data/core/public/javascripts/refinery/core.js +0 -18
- data/core/public/javascripts/refinery/i18n.js +0 -340
- data/core/public/javascripts/refinery/nestedsortables.js +0 -164
- data/core/public/javascripts/refinery/serializelist.js +0 -66
- data/core/public/javascripts/refinery/site_bar.js +0 -16
- data/core/public/javascripts/refinery/submenu.js +0 -49
- data/core/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +0 -5142
- data/core/public/javascripts/wymeditor/lang/ca.js +0 -45
- data/core/public/javascripts/wymeditor/lang/cs.js +0 -45
- data/core/public/javascripts/wymeditor/lang/da.js +0 -48
- data/core/public/javascripts/wymeditor/lang/de.js +0 -45
- data/core/public/javascripts/wymeditor/lang/en.js +0 -47
- data/core/public/javascripts/wymeditor/lang/es.js +0 -45
- data/core/public/javascripts/wymeditor/lang/fa.js +0 -46
- data/core/public/javascripts/wymeditor/lang/fr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/he.js +0 -45
- data/core/public/javascripts/wymeditor/lang/hu.js +0 -45
- data/core/public/javascripts/wymeditor/lang/it.js +0 -45
- data/core/public/javascripts/wymeditor/lang/lv.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nb.js +0 -48
- data/core/public/javascripts/wymeditor/lang/nl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nn.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pl.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pt-BR.js +0 -47
- data/core/public/javascripts/wymeditor/lang/pt.js +0 -45
- data/core/public/javascripts/wymeditor/lang/rs.js +0 -47
- data/core/public/javascripts/wymeditor/lang/ru.js +0 -45
- data/core/public/javascripts/wymeditor/lang/sl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/sv.js +0 -45
- data/core/public/javascripts/wymeditor/lang/tr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/zh_cn.js +0 -47
- data/core/public/javascripts/wymeditor/skins/refinery/skin.js +0 -48
- data/core/public/robots.txt +0 -3
- data/core/public/stylesheets/application.css +0 -4
- data/core/public/stylesheets/formatting.css +0 -4
- data/core/public/stylesheets/home.css +0 -4
- data/core/public/stylesheets/refinery/application.css +0 -72
- data/core/public/stylesheets/refinery/formatting.css +0 -57
- data/core/public/stylesheets/refinery/home.css +0 -0
- data/core/public/stylesheets/refinery/refinery.css +0 -1572
- data/core/public/stylesheets/refinery/site_bar.css +0 -87
- data/core/public/stylesheets/refinery/submenu.css +0 -22
- data/core/public/stylesheets/refinery/theme.css +0 -36
- data/core/public/stylesheets/refinery/tooltips.css +0 -34
- data/core/public/stylesheets/refinery/ui.css +0 -107
- data/core/public/stylesheets/theme.css +0 -4
- data/core/public/stylesheets/wymeditor/skins/refinery/skin.css +0 -528
- data/core/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +0 -96
- data/core/public/wymeditor/GPL-license.txt +0 -278
- data/core/public/wymeditor/MIT-license.txt +0 -20
- data/core/public/wymeditor/README +0 -35
- data/core/refinerycms-core.gemspec +0 -20
- data/core/spec/lib/refinery/plugins_spec.rb +0 -90
- data/dashboard/app/controllers/admin/dashboard_controller.rb +0 -38
- data/dashboard/app/helpers/admin/dashboard_helper.rb +0 -24
- data/dashboard/app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb +0 -1
- data/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +0 -14
- data/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +0 -11
- data/dashboard/app/views/admin/dashboard/index.html.erb +0 -70
- data/dashboard/app/views/admin/dashboard/index.rss.builder +0 -26
- data/dashboard/config/locales/cs.yml +0 -25
- data/dashboard/config/locales/da.yml +0 -25
- data/dashboard/config/locales/de.yml +0 -25
- data/dashboard/config/locales/el.yml +0 -25
- data/dashboard/config/locales/en.yml +0 -25
- data/dashboard/config/locales/es.yml +0 -28
- data/dashboard/config/locales/fr.yml +0 -25
- data/dashboard/config/locales/it.yml +0 -27
- data/dashboard/config/locales/lolcat.yml +0 -24
- data/dashboard/config/locales/lt.yml +0 -25
- data/dashboard/config/locales/lv.yml +0 -27
- data/dashboard/config/locales/nb.yml +0 -25
- data/dashboard/config/locales/nl.yml +0 -25
- data/dashboard/config/locales/pl.yml +0 -29
- data/dashboard/config/locales/pt-BR.yml +0 -29
- data/dashboard/config/locales/rs.yml +0 -26
- data/dashboard/config/locales/ru.yml +0 -29
- data/dashboard/config/locales/sl.yml +0 -24
- data/dashboard/config/locales/sv.yml +0 -25
- data/dashboard/config/locales/zh-CN.yml +0 -25
- data/dashboard/config/locales/zh-TW.yml +0 -25
- data/dashboard/config/routes.rb +0 -11
- data/dashboard/features/dashboard.feature +0 -35
- data/dashboard/features/support/paths.rb +0 -14
- data/dashboard/lib/dashboard.rb +0 -19
- data/dashboard/license.md +0 -21
- data/dashboard/readme.md +0 -22
- data/dashboard/refinerycms-dashboard.gemspec +0 -20
- data/images/app/controllers/admin/images_controller.rb +0 -108
- data/images/app/helpers/admin/images_helper.rb +0 -27
- data/images/app/models/image.rb +0 -72
- data/images/app/views/admin/images/_existing_image.html.erb +0 -73
- data/images/app/views/admin/images/_form.html.erb +0 -54
- data/images/app/views/admin/images/_grid_view.html.erb +0 -19
- data/images/app/views/admin/images/_images.html.erb +0 -2
- data/images/app/views/admin/images/_list_view.html.erb +0 -10
- data/images/app/views/admin/images/_list_view_image.html.erb +0 -17
- data/images/app/views/admin/images/edit.html.erb +0 -1
- data/images/app/views/admin/images/index.html.erb +0 -38
- data/images/app/views/admin/images/insert.html.erb +0 -47
- data/images/app/views/admin/images/new.html.erb +0 -1
- data/images/config/locales/cs.yml +0 -41
- data/images/config/locales/da.yml +0 -41
- data/images/config/locales/de.yml +0 -41
- data/images/config/locales/el.yml +0 -41
- data/images/config/locales/en.yml +0 -41
- data/images/config/locales/es.yml +0 -40
- data/images/config/locales/fr.yml +0 -41
- data/images/config/locales/it.yml +0 -47
- data/images/config/locales/lolcat.yml +0 -41
- data/images/config/locales/lt.yml +0 -41
- data/images/config/locales/lv.yml +0 -41
- data/images/config/locales/nb.yml +0 -42
- data/images/config/locales/nl.yml +0 -40
- data/images/config/locales/pl.yml +0 -42
- data/images/config/locales/pt-BR.yml +0 -42
- data/images/config/locales/rs.yml +0 -42
- data/images/config/locales/ru.yml +0 -41
- data/images/config/locales/sl.yml +0 -40
- data/images/config/locales/sv.yml +0 -41
- data/images/config/locales/zh-CN.yml +0 -41
- data/images/config/locales/zh-TW.yml +0 -41
- data/images/config/routes.rb +0 -11
- data/images/db/migrate/20100913234707_create_refinerycms_images_schema.rb +0 -23
- data/images/features/manage_images.feature +0 -49
- data/images/features/step_definitions/image_steps.rb +0 -40
- data/images/features/support/factories.rb +0 -5
- data/images/features/support/paths.rb +0 -17
- data/images/features/uploads/beach.jpeg +0 -0
- data/images/features/uploads/id-rather-be-here.jpg +0 -0
- data/images/features/uploads/refinery_is_awesome.txt +0 -1
- data/images/lib/generators/refinerycms_images_generator.rb +0 -8
- data/images/lib/images.rb +0 -59
- data/images/license.md +0 -21
- data/images/readme.md +0 -34
- data/images/refinerycms-images.gemspec +0 -20
- data/images/spec/models/image_spec.rb +0 -87
- data/images/spec/uploads/beach.jpeg +0 -0
- data/pages/app/controllers/admin/page_parts_controller.rb +0 -24
- data/pages/app/controllers/admin/pages_controller.rb +0 -37
- data/pages/app/controllers/admin/pages_dialogs_controller.rb +0 -87
- data/pages/app/controllers/pages_controller.rb +0 -32
- data/pages/app/helpers/pages_helper.rb +0 -2
- data/pages/app/models/page.rb +0 -290
- data/pages/app/models/page_part.rb +0 -23
- data/pages/app/presenters/page_presenter.rb +0 -7
- data/pages/app/views/admin/pages/_form.html.erb +0 -61
- data/pages/app/views/admin/pages/_form_advanced_options.html.erb +0 -79
- data/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +0 -24
- data/pages/app/views/admin/pages/_form_fields_after_title.html.erb +0 -1
- data/pages/app/views/admin/pages/_form_new_page_parts.html.erb +0 -14
- data/pages/app/views/admin/pages/_form_page_parts.html.erb +0 -47
- data/pages/app/views/admin/pages/_locale_picker.html.erb +0 -11
- data/pages/app/views/admin/pages/_page.html.erb +0 -33
- data/pages/app/views/admin/pages/_page_part_field.html.erb +0 -5
- data/pages/app/views/admin/pages/_sortable_list.html.erb +0 -5
- data/pages/app/views/admin/pages/edit.html.erb +0 -1
- data/pages/app/views/admin/pages/index.html.erb +0 -40
- data/pages/app/views/admin/pages/new.html.erb +0 -1
- data/pages/app/views/admin/pages_dialogs/_page_link.html.erb +0 -13
- data/pages/app/views/admin/pages_dialogs/link_to.html.erb +0 -141
- data/pages/app/views/pages/home.html.erb +0 -1
- data/pages/app/views/pages/show.html.erb +0 -1
- data/pages/config/locales/cs.yml +0 -84
- data/pages/config/locales/da.yml +0 -84
- data/pages/config/locales/de.yml +0 -84
- data/pages/config/locales/el.yml +0 -84
- data/pages/config/locales/en.yml +0 -84
- data/pages/config/locales/es.yml +0 -83
- data/pages/config/locales/fr.yml +0 -84
- data/pages/config/locales/it.yml +0 -98
- data/pages/config/locales/lolcat.yml +0 -83
- data/pages/config/locales/lt.yml +0 -85
- data/pages/config/locales/lv.yml +0 -86
- data/pages/config/locales/nb.yml +0 -85
- data/pages/config/locales/nl.yml +0 -81
- data/pages/config/locales/pl.yml +0 -85
- data/pages/config/locales/pt-BR.yml +0 -85
- data/pages/config/locales/rs.yml +0 -84
- data/pages/config/locales/ru.yml +0 -108
- data/pages/config/locales/sl.yml +0 -83
- data/pages/config/locales/sv.yml +0 -84
- data/pages/config/locales/zh-CN.yml +0 -84
- data/pages/config/locales/zh-TW.yml +0 -84
- data/pages/config/routes.rb +0 -21
- data/pages/db/migrate/20100913234708_create_refinerycms_pages_schema.rb +0 -53
- data/pages/db/migrate/20101214040815_translate_page_plugin.rb +0 -29
- data/pages/db/migrate/20101216194133_remove_cached_slug_from_pages.rb +0 -9
- data/pages/db/seeds/pages.rb +0 -43
- data/pages/features/manage_pages.feature +0 -47
- data/pages/features/step_definitions/page_steps.rb +0 -53
- data/pages/features/support/paths.rb +0 -26
- data/pages/features/visit_pages.feature +0 -47
- data/pages/lib/generators/refinerycms_pages_generator.rb +0 -8
- data/pages/lib/pages.rb +0 -36
- data/pages/lib/pages/marketable_routes.rb +0 -3
- data/pages/lib/pages/tabs.rb +0 -30
- data/pages/license.md +0 -21
- data/pages/readme.md +0 -156
- data/pages/refinerycms-pages.gemspec +0 -21
- data/pages/spec/models/page_spec.rb +0 -155
- data/resources/app/controllers/admin/resources_controller.rb +0 -89
- data/resources/app/models/resource.rb +0 -53
- data/resources/app/views/admin/resources/_existing_resource.html.erb +0 -32
- data/resources/app/views/admin/resources/_form.html.erb +0 -55
- data/resources/app/views/admin/resources/_resource.html.erb +0 -17
- data/resources/app/views/admin/resources/_resources.html.erb +0 -10
- data/resources/app/views/admin/resources/edit.html.erb +0 -1
- data/resources/app/views/admin/resources/index.html.erb +0 -31
- data/resources/app/views/admin/resources/insert.html.erb +0 -54
- data/resources/app/views/admin/resources/new.html.erb +0 -1
- data/resources/config/locales/cs.yml +0 -34
- data/resources/config/locales/da.yml +0 -34
- data/resources/config/locales/de.yml +0 -34
- data/resources/config/locales/el.yml +0 -34
- data/resources/config/locales/en.yml +0 -34
- data/resources/config/locales/es.yml +0 -33
- data/resources/config/locales/fr.yml +0 -34
- data/resources/config/locales/it.yml +0 -43
- data/resources/config/locales/lolcat.yml +0 -34
- data/resources/config/locales/lt.yml +0 -34
- data/resources/config/locales/lv.yml +0 -34
- data/resources/config/locales/nb.yml +0 -34
- data/resources/config/locales/nl.yml +0 -33
- data/resources/config/locales/pl.yml +0 -35
- data/resources/config/locales/pt-BR.yml +0 -34
- data/resources/config/locales/rs.yml +0 -35
- data/resources/config/locales/ru.yml +0 -34
- data/resources/config/locales/sl.yml +0 -33
- data/resources/config/locales/sv.yml +0 -34
- data/resources/config/locales/zh-CN.yml +0 -34
- data/resources/config/locales/zh-TW.yml +0 -34
- data/resources/config/routes.rb +0 -11
- data/resources/db/migrate/20100913234709_create_refinerycms_resources_schema.rb +0 -21
- data/resources/features/manage_files.feature +0 -43
- data/resources/features/step_definitions/file_steps.rb +0 -21
- data/resources/features/support/paths.rb +0 -17
- data/resources/features/uploads/beach.jpeg +0 -0
- data/resources/features/uploads/refinery_is_awesome.txt +0 -1
- data/resources/lib/generators/refinerycms_resources_generator.rb +0 -8
- data/resources/lib/resources.rb +0 -58
- data/resources/license.md +0 -21
- data/resources/readme.md +0 -9
- data/resources/refinerycms-resources.gemspec +0 -20
- data/resources/spec/models/resource_spec.rb +0 -91
- data/resources/spec/uploads/refinery_is_awesome.txt +0 -1
- data/settings/app/controllers/admin/refinery_settings_controller.rb +0 -77
- data/settings/app/helpers/refinery_settings_helper.rb +0 -25
- data/settings/app/models/refinery_setting.rb +0 -212
- data/settings/app/views/admin/refinery_settings/_form.html.erb +0 -62
- data/settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +0 -23
- data/settings/app/views/admin/refinery_settings/_refinery_settings.html.erb +0 -5
- data/settings/app/views/admin/refinery_settings/edit.html.erb +0 -1
- data/settings/app/views/admin/refinery_settings/index.html.erb +0 -49
- data/settings/app/views/admin/refinery_settings/new.html.erb +0 -1
- data/settings/config/locales/cs.yml +0 -45
- data/settings/config/locales/da.yml +0 -46
- data/settings/config/locales/de.yml +0 -46
- data/settings/config/locales/el.yml +0 -46
- data/settings/config/locales/en.yml +0 -46
- data/settings/config/locales/es.yml +0 -43
- data/settings/config/locales/fr.yml +0 -44
- data/settings/config/locales/it.yml +0 -36
- data/settings/config/locales/lolcat.yml +0 -43
- data/settings/config/locales/lt.yml +0 -46
- data/settings/config/locales/lv.yml +0 -46
- data/settings/config/locales/nb.yml +0 -47
- data/settings/config/locales/nl.yml +0 -46
- data/settings/config/locales/pl.yml +0 -46
- data/settings/config/locales/pt-BR.yml +0 -44
- data/settings/config/locales/rs.yml +0 -46
- data/settings/config/locales/ru.yml +0 -43
- data/settings/config/locales/sl.yml +0 -25
- data/settings/config/locales/sv.yml +0 -45
- data/settings/config/locales/zh-CN.yml +0 -46
- data/settings/config/locales/zh-TW.yml +0 -46
- data/settings/config/routes.rb +0 -8
- data/settings/db/migrate/20100913234710_create_refinerycms_settings_schema.rb +0 -24
- data/settings/db/migrate/20100926142529_add_value_type_to_refinery_settings.rb +0 -9
- data/settings/features/manage_refinery_settings.feature +0 -5
- data/settings/features/step_definitions/setting_steps.rb +0 -9
- data/settings/features/support/paths.rb +0 -14
- data/settings/lib/generators/refinerycms_settings_generator.rb +0 -8
- data/settings/lib/settings.rb +0 -16
- data/settings/license.md +0 -21
- data/settings/readme.md +0 -55
- data/settings/refinerycms-settings.gemspec +0 -20
- data/settings/spec/models/refinery_setting_spec.rb +0 -101
@@ -1,87 +0,0 @@
|
|
1
|
-
#site_bar, #site_bar * {
|
2
|
-
color: white;
|
3
|
-
font-family: Arial;
|
4
|
-
font-size: 14px;
|
5
|
-
font-weight: normal;
|
6
|
-
}
|
7
|
-
#editor_switch, #site_bar_branding, a#site_bar_refinery_cms_logo {
|
8
|
-
position: absolute;
|
9
|
-
}
|
10
|
-
#editor_switch {
|
11
|
-
left: 0px;
|
12
|
-
}
|
13
|
-
#site_bar_branding {
|
14
|
-
right: 0px;
|
15
|
-
}
|
16
|
-
#site_bar #site_bar_company_name {
|
17
|
-
font-weight: bold;
|
18
|
-
}
|
19
|
-
#site_bar #site_bar_branding a {
|
20
|
-
font-weight: normal;
|
21
|
-
}
|
22
|
-
#site_bar #site_bar_branding a#logout {
|
23
|
-
margin-left: 12px;
|
24
|
-
}
|
25
|
-
#site_bar * {
|
26
|
-
line-height: 47px;
|
27
|
-
}
|
28
|
-
#site_bar {
|
29
|
-
height: 47px;
|
30
|
-
background: #22a7f2;
|
31
|
-
padding: 0px;
|
32
|
-
}
|
33
|
-
#site_bar a {
|
34
|
-
border-bottom: 1px dotted white;
|
35
|
-
text-decoration: none;
|
36
|
-
}
|
37
|
-
#site_bar a:hover {
|
38
|
-
border-bottom: 1px solid white;
|
39
|
-
}
|
40
|
-
#site_bar_content {
|
41
|
-
height:47px;
|
42
|
-
position: relative;
|
43
|
-
}
|
44
|
-
a#site_bar_refinery_cms_logo {
|
45
|
-
left: 44.5%;
|
46
|
-
border-bottom: none;
|
47
|
-
line-height: 29px;
|
48
|
-
height: 29px;
|
49
|
-
margin-top: 9px;
|
50
|
-
overflow: hidden;
|
51
|
-
}
|
52
|
-
a#site_bar_refinery_cms_logo:hover {
|
53
|
-
border-bottom: none;
|
54
|
-
opacity: 1;
|
55
|
-
}
|
56
|
-
a#site_bar_refinery_cms_logo:hover img {
|
57
|
-
margin-top: -29px;
|
58
|
-
}
|
59
|
-
#editor_switch a, #editor_switch a:hover {
|
60
|
-
color: white;
|
61
|
-
background: #e7682c url('/images/refinery/orange_button.png') repeat-x;
|
62
|
-
border-bottom: 0px none;
|
63
|
-
padding: 4px 14px;
|
64
|
-
border: 1px solid #fca87f;
|
65
|
-
height: 24px;
|
66
|
-
line-height: 24px;
|
67
|
-
cursor: pointer;
|
68
|
-
}
|
69
|
-
#editor_switch span {
|
70
|
-
border: 1px solid #0280c7;
|
71
|
-
height: 26px;
|
72
|
-
line-height: 26px;
|
73
|
-
margin-top: 9px;
|
74
|
-
display: block;
|
75
|
-
cursor: pointer;
|
76
|
-
}
|
77
|
-
|
78
|
-
#editor_switch a, #editor_switch span {
|
79
|
-
border-radius: 6px;
|
80
|
-
-moz-border-radius: 6px;
|
81
|
-
-webkit-border-radius: 6px;
|
82
|
-
}
|
83
|
-
|
84
|
-
.ie7 #site_bar #editor_switch a {
|
85
|
-
height: 26px;
|
86
|
-
line-height: 26px;
|
87
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
ul.collapsible_menu li {
|
2
|
-
position: relative;
|
3
|
-
}
|
4
|
-
ul.collapsible_menu li span.arrow {
|
5
|
-
background-repeat: no-repeat;
|
6
|
-
position: absolute;
|
7
|
-
right: 10px;
|
8
|
-
top: 13px;
|
9
|
-
width: 11px;
|
10
|
-
height: 7px;
|
11
|
-
cursor: pointer;
|
12
|
-
}
|
13
|
-
ul.collapsible_menu li span.arrow {
|
14
|
-
background-image: url('/images/refinery/icons/up.gif');
|
15
|
-
}
|
16
|
-
ul.collapsible_menu li.closed span.arrow {
|
17
|
-
background-image: url('/images/refinery/icons/down.gif');
|
18
|
-
}
|
19
|
-
ul.collapsible_menu > div {
|
20
|
-
width: 93%;
|
21
|
-
margin: 0px auto;
|
22
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/* alignment styles */
|
2
|
-
.text-align-left {
|
3
|
-
text-align: left;
|
4
|
-
}
|
5
|
-
.text-align-center {
|
6
|
-
text-align: center;
|
7
|
-
}
|
8
|
-
.text-align-right {
|
9
|
-
text-align: right;
|
10
|
-
}
|
11
|
-
.text-align-justify {
|
12
|
-
text-align: justify;
|
13
|
-
}
|
14
|
-
|
15
|
-
/* block alignment styles */
|
16
|
-
.image-align-left {
|
17
|
-
float: left;
|
18
|
-
margin-right: 6px;
|
19
|
-
margin-bottom: 6px;
|
20
|
-
}
|
21
|
-
.image-align-right {
|
22
|
-
float: right;
|
23
|
-
margin-left: 6px;
|
24
|
-
margin-bottom: 6px;
|
25
|
-
}
|
26
|
-
|
27
|
-
/* font sizes */
|
28
|
-
.font-size-small {
|
29
|
-
font-size: 0.75em;
|
30
|
-
}
|
31
|
-
.font-size-normal {
|
32
|
-
font-size: 1em;
|
33
|
-
}
|
34
|
-
.font-size-large {
|
35
|
-
font-size: 1.25em;
|
36
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
/* Tooltips CSS definitions */
|
2
|
-
.tooltip {
|
3
|
-
position: absolute!important;
|
4
|
-
overflow:hidden;
|
5
|
-
font-size: 13px;
|
6
|
-
font-family: inherit;
|
7
|
-
z-index: 10000!important;
|
8
|
-
text-align: center;
|
9
|
-
}
|
10
|
-
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
|
11
|
-
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
|
12
|
-
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
|
13
|
-
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #606060; border-left: 1px solid #606060; border-right: 1px solid #606060; }
|
14
|
-
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #606060; }
|
15
|
-
.tooltip .xb1 { margin: 0 5px; background: #606060; }
|
16
|
-
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
|
17
|
-
.tooltip .xb3 { margin: 0 2px; }
|
18
|
-
.tooltip .xb4 { height: 2px; margin: 0 1px; }
|
19
|
-
.tooltip .xboxcontent {
|
20
|
-
margin: 0;
|
21
|
-
color: #000;
|
22
|
-
word-wrap:break-word;
|
23
|
-
border-width: 4px 4px;
|
24
|
-
border-style: solid;
|
25
|
-
border-color: #606060;
|
26
|
-
background-color: white;
|
27
|
-
padding: 6px;
|
28
|
-
}
|
29
|
-
.tooltip .xb1, .xb2, .xb3, .xb4 {
|
30
|
-
border-color: #606060;
|
31
|
-
}
|
32
|
-
.tooltip-square .xtop, .tooltip-square .xbottom {
|
33
|
-
display: none;
|
34
|
-
}
|
@@ -1,107 +0,0 @@
|
|
1
|
-
.ui-dialog #dialog_loading {
|
2
|
-
position: fixed;
|
3
|
-
top: 50%;
|
4
|
-
left: 50%;
|
5
|
-
width: 208px;
|
6
|
-
height: 13px;
|
7
|
-
margin: -6px 0 0 -104px;
|
8
|
-
}
|
9
|
-
|
10
|
-
.ui-widget-overlay {
|
11
|
-
position: absolute;
|
12
|
-
top: 0px;
|
13
|
-
left: 0px;
|
14
|
-
right: 0px;
|
15
|
-
bottom: 0px;
|
16
|
-
width: auto !important;
|
17
|
-
opacity: .75;
|
18
|
-
filter:Alpha(Opacity=75);
|
19
|
-
background: #000;
|
20
|
-
}
|
21
|
-
|
22
|
-
.ui-dialog {
|
23
|
-
position: absolute;
|
24
|
-
background-color: #fff;
|
25
|
-
color: #000;
|
26
|
-
border: 4px solid #22A7F2;
|
27
|
-
width: auto;
|
28
|
-
}
|
29
|
-
.ui-dialog .ui-dialog-titlebar {
|
30
|
-
position: relative;
|
31
|
-
width: 100%;
|
32
|
-
height: 33px;
|
33
|
-
background-color: #22A7F2;
|
34
|
-
}
|
35
|
-
|
36
|
-
.ui-dialog .ui-dialog-title {
|
37
|
-
float: left;
|
38
|
-
height: 33px;
|
39
|
-
line-height: 33px;
|
40
|
-
font-size: 16px;
|
41
|
-
padding-left: 10px;
|
42
|
-
color: white;
|
43
|
-
}
|
44
|
-
.ui-dialog .ui-dialog-titlebar-close {
|
45
|
-
position: absolute;
|
46
|
-
right: 10px;
|
47
|
-
top: 5px;
|
48
|
-
width: 19px;
|
49
|
-
border: none;
|
50
|
-
}
|
51
|
-
.ui-dialog .ui-dialog-titlebar-close span {
|
52
|
-
display: block;
|
53
|
-
margin: 1px;
|
54
|
-
background: transparent url('/images/refinery/cross.png') top left no-repeat;
|
55
|
-
text-indent:-10000px;
|
56
|
-
}
|
57
|
-
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
|
58
|
-
padding: 0;
|
59
|
-
}
|
60
|
-
/** Hide the tab without using display:none; This is required to hide flash embeds etc.**/
|
61
|
-
.ui-tabs-hide {
|
62
|
-
display: block !important;
|
63
|
-
height: 0 !important;
|
64
|
-
width: 0 !important;
|
65
|
-
border: 0px none !important;
|
66
|
-
visibility: hidden !important;
|
67
|
-
position: absolute;
|
68
|
-
left: -10000px;
|
69
|
-
top: -10000px;
|
70
|
-
}
|
71
|
-
.ie7 .ui-tabs-hide {
|
72
|
-
display: none !important !important;
|
73
|
-
height: auto !important !important;
|
74
|
-
width: auto !important !important;
|
75
|
-
position: static;
|
76
|
-
}
|
77
|
-
/** Makes sure your embed does not have leftover height when hidden **/
|
78
|
-
.ui-tabs-hide object,
|
79
|
-
.ui-tabs-hide embed {
|
80
|
-
height: 0px !important;
|
81
|
-
width: 0px !important;
|
82
|
-
}
|
83
|
-
.ui-tabs li.ui-state-default {
|
84
|
-
float: left;
|
85
|
-
list-style: none;
|
86
|
-
margin-right: 2px;
|
87
|
-
}
|
88
|
-
.ui-tabs .ui-state-default a {
|
89
|
-
background-color: #bcbcbc;
|
90
|
-
color: white;
|
91
|
-
padding: 8px 13px;
|
92
|
-
border-bottom: none;
|
93
|
-
display: block;
|
94
|
-
margin-top: 6px;
|
95
|
-
}
|
96
|
-
.ui-tabs .ui-state-active a {
|
97
|
-
background-color: #808080;
|
98
|
-
padding: 11px 13px;
|
99
|
-
margin-top: 0px;
|
100
|
-
}
|
101
|
-
.ui-dialog iframe {
|
102
|
-
clear:both;
|
103
|
-
border: 0px none;
|
104
|
-
margin-bottom:-1px;
|
105
|
-
margin-top:1px;
|
106
|
-
width: 100% !important;
|
107
|
-
}
|
@@ -1,528 +0,0 @@
|
|
1
|
-
/*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/
|
2
|
-
.wym_skin_refinery p, .wym_skin_refinery h2, .wym_skin_refinery h3,
|
3
|
-
.wym_skin_refinery ul, .wym_skin_refinery li {
|
4
|
-
background: transparent;
|
5
|
-
margin: 0;
|
6
|
-
padding: 0;
|
7
|
-
border-width: 0;
|
8
|
-
list-style: none;
|
9
|
-
}
|
10
|
-
|
11
|
-
|
12
|
-
/*HIDDEN BY DEFAULT*/
|
13
|
-
.wym_skin_refinery .wym_area_left {
|
14
|
-
display: none;
|
15
|
-
}
|
16
|
-
.wym_skin_refinery .wym_area_right {
|
17
|
-
display: block;
|
18
|
-
}
|
19
|
-
|
20
|
-
|
21
|
-
/*TYPO*/
|
22
|
-
.wym_skin_refinery {
|
23
|
-
font-size: 62.5%;
|
24
|
-
font-family: Verdana, Arial, sans-serif;
|
25
|
-
}
|
26
|
-
.wym_skin_refinery h2 {
|
27
|
-
font-size: 110%; /* = 11px */
|
28
|
-
}
|
29
|
-
.wym_skin_refinery h3 {
|
30
|
-
font-size: 100%; /* = 10px */
|
31
|
-
}
|
32
|
-
.wym_skin_refinery li {
|
33
|
-
font-size: 100%; /* = 10px */
|
34
|
-
}
|
35
|
-
|
36
|
-
|
37
|
-
/*WYM_BOX*/
|
38
|
-
.wym_skin_refinery {
|
39
|
-
border: 1px solid #CCCCCC;
|
40
|
-
background: #F2F2F2;
|
41
|
-
padding: 5px 5px 0px 5px
|
42
|
-
}
|
43
|
-
|
44
|
-
/*auto-clear the wym_box*/
|
45
|
-
.wym_skin_refinery:after {
|
46
|
-
content: ".";
|
47
|
-
display: block;
|
48
|
-
height: 0;
|
49
|
-
clear: both;
|
50
|
-
visibility: hidden;
|
51
|
-
}
|
52
|
-
* html .wym_skin_refinery {
|
53
|
-
height: 1%;
|
54
|
-
}
|
55
|
-
|
56
|
-
|
57
|
-
/*WYM_HTML*/
|
58
|
-
.wym_skin_refinery .wym_html {
|
59
|
-
width: 100%;
|
60
|
-
}
|
61
|
-
.wym_skin_refinery .wym_html textarea {
|
62
|
-
width: 100% !important;
|
63
|
-
height: 400px;
|
64
|
-
border: 1px solid gray;
|
65
|
-
background: white;
|
66
|
-
}
|
67
|
-
|
68
|
-
/*WYM_IFRAME*/
|
69
|
-
.wym_skin_refinery .wym_iframe {
|
70
|
-
width: 100%;
|
71
|
-
}
|
72
|
-
.wym_skin_refinery .wym_iframe iframe {
|
73
|
-
border: 1px solid #CCCCCC;
|
74
|
-
}
|
75
|
-
.wym_skin_refinery .wym_iframe iframe {
|
76
|
-
width: 100%;
|
77
|
-
background: white
|
78
|
-
}
|
79
|
-
textarea.wymeditor, .wym_skin_refinery .wym_iframe iframe {
|
80
|
-
height: 400px;
|
81
|
-
}
|
82
|
-
|
83
|
-
/*AREAS*/
|
84
|
-
.wym_skin_refinery .wym_area_left {
|
85
|
-
width: 150px;
|
86
|
-
float: left;
|
87
|
-
}
|
88
|
-
.wym_skin_refinery .wym_area_right {
|
89
|
-
width: 150px;
|
90
|
-
float: right;
|
91
|
-
}
|
92
|
-
.wym_skin_refinery .wym_area_bottom {
|
93
|
-
height: 1%;
|
94
|
-
clear: both;
|
95
|
-
}
|
96
|
-
* html .wym_skin_refinery .wym_area_main {
|
97
|
-
height: 1%;
|
98
|
-
}
|
99
|
-
* html .wym_skin_refinery .wym_area_top {
|
100
|
-
height: 1%;
|
101
|
-
}
|
102
|
-
*+html .wym_skin_refinery .wym_area_top {
|
103
|
-
height: 1%;
|
104
|
-
}
|
105
|
-
.ie6 .wym_skin_refinery .wym_area_top, .ie7 .wym_skin_refinery .wym_area_top, .ie8 .wym_skin_refinery .wym_area_top {
|
106
|
-
padding-bottom: 5px;
|
107
|
-
}
|
108
|
-
|
109
|
-
/*SECTIONS SYSTEM*/
|
110
|
-
|
111
|
-
/*common defaults for all sections*/
|
112
|
-
.wym_skin_refinery .wym_section {
|
113
|
-
margin-bottom: 5px;
|
114
|
-
}
|
115
|
-
.wym_skin_refinery .wym_section h2,
|
116
|
-
.wym_skin_refinery .wym_section h3 {
|
117
|
-
padding: 1px 3px;
|
118
|
-
margin: 0;
|
119
|
-
}
|
120
|
-
.wym_skin_refinery .wym_section a {
|
121
|
-
padding: 0 3px;
|
122
|
-
display: block;
|
123
|
-
text-decoration: none;
|
124
|
-
color: black;
|
125
|
-
}
|
126
|
-
.wym_skin_refinery .wym_section a:hover, .wym_skin_refinery .wym_section a.selected {
|
127
|
-
background-color: #22A7F2;
|
128
|
-
color: white;
|
129
|
-
}
|
130
|
-
/*hide section titles by default*/
|
131
|
-
.wym_skin_refinery .wym_section h2 {
|
132
|
-
display: none;
|
133
|
-
}
|
134
|
-
/*disable any margin-collapse*/
|
135
|
-
.wym_skin_refinery .wym_section {
|
136
|
-
padding: 0px;
|
137
|
-
}
|
138
|
-
/*auto-clear sections*/
|
139
|
-
.wym_skin_refinery .wym_section ul:after {
|
140
|
-
content: ".";
|
141
|
-
display: block;
|
142
|
-
height: 0;
|
143
|
-
clear: both;
|
144
|
-
visibility: hidden;
|
145
|
-
}
|
146
|
-
* html .wym_skin_refinery .wym_section ul {
|
147
|
-
height: 1%;
|
148
|
-
}
|
149
|
-
|
150
|
-
/*option: add this class to a section to make it render as a panel*/
|
151
|
-
.wym_skin_refinery .wym_panel {
|
152
|
-
}
|
153
|
-
.wym_skin_refinery .wym_panel h2 {
|
154
|
-
display: block;
|
155
|
-
}
|
156
|
-
|
157
|
-
/*option: add this class to a section to make it render as a dropdown menu*/
|
158
|
-
.wym_skin_refinery .wym_dropdown h2 {
|
159
|
-
display: block;
|
160
|
-
}
|
161
|
-
.wym_skin_refinery .wym_dropdown ul {
|
162
|
-
display: none;
|
163
|
-
position: absolute;
|
164
|
-
background: white;
|
165
|
-
}
|
166
|
-
.wym_skin_refinery .wym_dropdown:hover ul,
|
167
|
-
.wym_skin_refinery .wym_dropdown.hover ul {
|
168
|
-
display: block;
|
169
|
-
}
|
170
|
-
|
171
|
-
/*option: add this class to a section to make its elements render buttons (icons are only available for the wym_tools section for now)*/
|
172
|
-
.wym_skin_refinery .wym_buttons li {
|
173
|
-
float: left;
|
174
|
-
}
|
175
|
-
.wym_skin_refinery .wym_buttons a {
|
176
|
-
width: auto;
|
177
|
-
height: 24px;
|
178
|
-
overflow: hidden;
|
179
|
-
}
|
180
|
-
|
181
|
-
.wym_skin_refinery .wym_section li a {
|
182
|
-
background-color: #F2F2F2;
|
183
|
-
background-repeat: no-repeat;
|
184
|
-
background-position: 4px 3px;
|
185
|
-
color: #41403C;
|
186
|
-
font-family: Arial;
|
187
|
-
font-size: 11px;
|
188
|
-
line-height: 24px;
|
189
|
-
padding-left: 4px;
|
190
|
-
padding-right: 4px;
|
191
|
-
}
|
192
|
-
|
193
|
-
/* spacing */
|
194
|
-
.wym_skin_refinery .wym_section li.wym_containers_p
|
195
|
-
, .wym_skin_refinery .wym_section li.wym_containers_h2
|
196
|
-
, .wym_skin_refinery .wym_section li.wym_tools_strong
|
197
|
-
, .wym_skin_refinery .wym_section li.wym_tools_unordered_list
|
198
|
-
, .wym_skin_refinery .wym_section li.wym_tools_link
|
199
|
-
, .wym_skin_refinery .wym_section li.wym_tools_image {
|
200
|
-
margin-right: 1px;
|
201
|
-
}
|
202
|
-
.wym_skin_refinery .wym_section li.wym_tools_unordered_list
|
203
|
-
, .wym_skin_refinery .wym_section li.wym_tools_link
|
204
|
-
, .wym_skin_refinery .wym_section li.wym_tools_image
|
205
|
-
, .wym_skin_refinery .wym_section li.wym_tools_html {
|
206
|
-
margin-left: 10px;
|
207
|
-
padding-left: 10px;
|
208
|
-
border-left: 1px solid #CCC;
|
209
|
-
}
|
210
|
-
|
211
|
-
/* image replacements */
|
212
|
-
.wym_skin_refinery .wym_section li.wym_tools_ordered_list a
|
213
|
-
, .wym_skin_refinery .wym_section li.wym_tools_unordered_list a
|
214
|
-
, .wym_skin_refinery .wym_section li.wym_tools_link a
|
215
|
-
, .wym_skin_refinery .wym_section li.wym_tools_unlink a
|
216
|
-
, .wym_skin_refinery .wym_section li.wym_tools_image a
|
217
|
-
, .wym_skin_refinery .wym_section li.wym_tools_table a
|
218
|
-
, .wym_skin_refinery .wym_section li.wym_tools_html a
|
219
|
-
, .wym_skin_refinery .wym_section li.wym_tools_class a {
|
220
|
-
padding-left: 24px;
|
221
|
-
}
|
222
|
-
.wym_skin_refinery .wym_section li.wym_tools_ordered_list a {
|
223
|
-
background-image: url('/images/wymeditor/skins/refinery/text_list_numbers.png');
|
224
|
-
}
|
225
|
-
.wym_skin_refinery .wym_section li.wym_tools_unordered_list a {
|
226
|
-
background-image: url('/images/wymeditor/skins/refinery/text_list_bullets.png');
|
227
|
-
}
|
228
|
-
.wym_skin_refinery .wym_section li.wym_tools_link a {
|
229
|
-
background-image: url('/images/wymeditor/skins/refinery/link_add.png');
|
230
|
-
}
|
231
|
-
.wym_skin_refinery .wym_section li.wym_tools_unlink a {
|
232
|
-
background-image: url('/images/wymeditor/skins/refinery/link_break.png');
|
233
|
-
}
|
234
|
-
.wym_skin_refinery .wym_section li.wym_tools_image a {
|
235
|
-
background-image: url('/images/wymeditor/skins/refinery/photo_add.png');
|
236
|
-
}
|
237
|
-
.wym_skin_refinery .wym_section li.wym_tools_table a {
|
238
|
-
background-image: url('/images/wymeditor/skins/refinery/table_add.png');
|
239
|
-
}
|
240
|
-
.wym_skin_refinery .wym_section li.wym_tools_html a {
|
241
|
-
background-image: url('/images/wymeditor/skins/refinery/page_code.png');
|
242
|
-
}
|
243
|
-
|
244
|
-
/*image replacements
|
245
|
-
.wym_skin_refinery .wym_buttons li a {
|
246
|
-
text-indent: -9999px;
|
247
|
-
background-repeat: no-repeat;
|
248
|
-
background-position: 4px 4px;
|
249
|
-
} */
|
250
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_strong a, .wym_skin_refinery .wym_buttons li.wym_tools_emphasis a {
|
251
|
-
width: 20px;
|
252
|
-
height: 20px;
|
253
|
-
overflow: hidden;
|
254
|
-
padding: 2px;
|
255
|
-
text-indent: -9999px;
|
256
|
-
background-repeat: no-repeat;
|
257
|
-
background-position: 4px 4px;
|
258
|
-
}
|
259
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_strong a {
|
260
|
-
background-image: url('/images/wymeditor/skins/refinery/text_bold.png');
|
261
|
-
}
|
262
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_emphasis a {
|
263
|
-
background-image: url('/images/wymeditor/skins/refinery/text_italic.png');
|
264
|
-
}
|
265
|
-
/*
|
266
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_superscript a {
|
267
|
-
background-image: url('/images/wymeditor/skins/refinery/text_superscript.png');
|
268
|
-
}
|
269
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_subscript a {
|
270
|
-
background-image: url('/images/wymeditor/skins/refinery/text_subscript.png');
|
271
|
-
}
|
272
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_ordered_list a {
|
273
|
-
background-image: url('/images/wymeditor/skins/refinery/text_list_numbers.png');
|
274
|
-
}
|
275
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_unordered_list a {
|
276
|
-
background-image: url('/images/wymeditor/skins/refinery/text_list_bullets.png');
|
277
|
-
}
|
278
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_indent a {
|
279
|
-
background-image: url('/images/wymeditor/skins/refinery/text_indent.png');
|
280
|
-
}
|
281
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_outdent a {
|
282
|
-
background-image: url('/images/wymeditor/skins/refinery/text_indent_remove.png');
|
283
|
-
}
|
284
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_undo a {
|
285
|
-
background-image: url('/images/wymeditor/skins/refinery/arrow_undo.png');
|
286
|
-
}
|
287
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_redo a {
|
288
|
-
background-image: url('/images/wymeditor/skins/refinery/arrow_redo.png');
|
289
|
-
}
|
290
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_link a {
|
291
|
-
background-image: url('/images/wymeditor/skins/refinery/link_add.png');
|
292
|
-
}
|
293
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_unlink a {
|
294
|
-
background-image: url('/images/wymeditor/skins/refinery/link_break.png');
|
295
|
-
}
|
296
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_image a {
|
297
|
-
background-image: url('/images/wymeditor/skins/refinery/photo_add.png');
|
298
|
-
}
|
299
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_table a {
|
300
|
-
background-image: url('/images/wymeditor/skins/refinery/table_add.png');
|
301
|
-
}
|
302
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_paste a {
|
303
|
-
background-image: url('/images/wymeditor/skins/refinery/page_paste.png');
|
304
|
-
}
|
305
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_html a {
|
306
|
-
background-image: url('/images/wymeditor/skins/refinery/page_code.png');
|
307
|
-
}
|
308
|
-
.wym_skin_refinery .wym_buttons li.wym_tools_preview a {
|
309
|
-
background-image: url('/images/wymeditor/skins/refinery/eye.png');
|
310
|
-
}
|
311
|
-
*/
|
312
|
-
/* make tools and containers play nicely next to eachother */
|
313
|
-
|
314
|
-
.wym_skin_refinery .wym_tools, .wym_skin_refinery .wym_containers {
|
315
|
-
float: left;
|
316
|
-
margin: 0px 0px 5px 0px;
|
317
|
-
}
|
318
|
-
|
319
|
-
/* image replacements for containers */
|
320
|
-
.wym_skin_refinery .wym_containers li {
|
321
|
-
float: left;
|
322
|
-
}
|
323
|
-
.wym_skin_refinery .wym_containers li a, .wym_skin_refinery li.wym_tools_class a {
|
324
|
-
background-repeat: no-repeat;
|
325
|
-
width: auto;
|
326
|
-
height: 24px;
|
327
|
-
overflow: hidden;
|
328
|
-
border: 0px none;
|
329
|
-
}
|
330
|
-
.wym_skin_refinery .wym_containers li a {
|
331
|
-
background-repeat: no-repeat;
|
332
|
-
background-position: center center;
|
333
|
-
width: 20px; height: 20px;
|
334
|
-
overflow: hidden;
|
335
|
-
padding: 2px;
|
336
|
-
border: 0px none;
|
337
|
-
}
|
338
|
-
.wym_skin_refinery li.wym_containers_h1 a {
|
339
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_1.png');
|
340
|
-
}
|
341
|
-
.wym_skin_refinery li.wym_containers_h2 a {
|
342
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_2.png');
|
343
|
-
}
|
344
|
-
.wym_skin_refinery li.wym_containers_h3 a {
|
345
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_3.png');
|
346
|
-
}
|
347
|
-
.wym_skin_refinery li.wym_containers_h4 a {
|
348
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_4.png');
|
349
|
-
}
|
350
|
-
.wym_skin_refinery li.wym_containers_h5 a {
|
351
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_5.png');
|
352
|
-
}
|
353
|
-
.wym_skin_refinery li.wym_containers_h6 a {
|
354
|
-
background-image: url('/images/wymeditor/skins/refinery/text_heading_6.png');
|
355
|
-
}
|
356
|
-
.wym_skin_refinery li.wym_containers_p a {
|
357
|
-
background-image: url('/images/wymeditor/skins/refinery/text_paragraph.png');
|
358
|
-
}
|
359
|
-
.wym_skin_refinery li.wym_tools_class a {
|
360
|
-
background-image: url('/images/wymeditor/skins/refinery/style.png');
|
361
|
-
}
|
362
|
-
|
363
|
-
|
364
|
-
/*DECORATION*/
|
365
|
-
.wym_skin_refinery .wym_section h2 {
|
366
|
-
background: #DDD;
|
367
|
-
border: solid gray;
|
368
|
-
border-width: 0 0 1px;
|
369
|
-
}
|
370
|
-
.wym_skin_refinery .wym_section h2 span {
|
371
|
-
color: gray;
|
372
|
-
}
|
373
|
-
.wym_skin_refinery .wym_panel {
|
374
|
-
padding: 0;
|
375
|
-
border: solid gray;
|
376
|
-
border-width: 1px;
|
377
|
-
background: white;
|
378
|
-
}
|
379
|
-
.wym_skin_refinery .wym_panel ul {
|
380
|
-
margin: 2px 0 5px;
|
381
|
-
}
|
382
|
-
.wym_skin_refinery .wym_dropdown {
|
383
|
-
padding: 0;
|
384
|
-
border: solid gray;
|
385
|
-
border-width: 1px 1px 0 1px;
|
386
|
-
}
|
387
|
-
.wym_skin_refinery .wym_dropdown ul {
|
388
|
-
border: solid gray;
|
389
|
-
border-width: 0 1px 1px 1px;
|
390
|
-
margin-left: -1px;
|
391
|
-
padding: 5px 10px 5px 3px;
|
392
|
-
}
|
393
|
-
|
394
|
-
/*DIALOGS*/
|
395
|
-
.wym_dialog div.row {
|
396
|
-
margin-bottom: 5px;
|
397
|
-
}
|
398
|
-
.wym_dialog div.row input {
|
399
|
-
margin-right: 5px;
|
400
|
-
}
|
401
|
-
.wym_dialog div.row label {
|
402
|
-
float: left;
|
403
|
-
width: 150px;
|
404
|
-
display: block;
|
405
|
-
text-align: right;
|
406
|
-
margin-right: 10px;
|
407
|
-
}
|
408
|
-
.wym_dialog div.row-indent {
|
409
|
-
padding-left: 160px;
|
410
|
-
}
|
411
|
-
/*autoclearing*/
|
412
|
-
.wym_dialog div.row:after {
|
413
|
-
content: ".";
|
414
|
-
display: block;
|
415
|
-
height: 0;
|
416
|
-
clear: both;
|
417
|
-
visibility: hidden;
|
418
|
-
}
|
419
|
-
.wym_dialog div.row {
|
420
|
-
display: inline-block;
|
421
|
-
}
|
422
|
-
/* Hides from IE-mac \*/
|
423
|
-
* html .wym_dialog div.row {
|
424
|
-
height: 1%;
|
425
|
-
}
|
426
|
-
.wym_dialog div.row {
|
427
|
-
display: block;
|
428
|
-
}
|
429
|
-
/* End hide from IE-mac */
|
430
|
-
|
431
|
-
/*WYMEDITOR_LINK*/
|
432
|
-
a.wym_wymeditor_link {
|
433
|
-
text-indent: -9999px;
|
434
|
-
float: right;
|
435
|
-
display: block;
|
436
|
-
width: 50px;
|
437
|
-
height: 15px;
|
438
|
-
background: url(../wymeditor_icon.png);
|
439
|
-
overflow: hidden;
|
440
|
-
text-decoration: none;
|
441
|
-
}
|
442
|
-
|
443
|
-
|
444
|
-
/* hide containers and classes */
|
445
|
-
.wym_skin_refinery .wym_area_right, .wym_skin_refinery .wym_area_bottom {
|
446
|
-
display: none !important;
|
447
|
-
}
|
448
|
-
.wym_skin_refinery .wym_area_main {
|
449
|
-
margin-right: 0px !important;
|
450
|
-
}
|
451
|
-
|
452
|
-
.wym_skin_refinery .wym_buttons ul, .wym_buttons ul li {
|
453
|
-
margin: 0px;
|
454
|
-
}
|
455
|
-
|
456
|
-
.wym_skin_refinery .wym_buttons li a {
|
457
|
-
border-bottom: 0px !important;
|
458
|
-
}
|
459
|
-
|
460
|
-
#dialog_frame {
|
461
|
-
width: 928px;
|
462
|
-
height: 500px;
|
463
|
-
padding: 0px;
|
464
|
-
border: 0px solid #F2F1ED;
|
465
|
-
}
|
466
|
-
.wym_hideables {
|
467
|
-
display: none;
|
468
|
-
}
|
469
|
-
|
470
|
-
.wym_classes {
|
471
|
-
display: block;
|
472
|
-
position: absolute;
|
473
|
-
left: 0px;
|
474
|
-
top: 23px;
|
475
|
-
padding-top: 6px !important;
|
476
|
-
width: 200px;
|
477
|
-
}
|
478
|
-
.wym_classes_hidden {
|
479
|
-
display: none;
|
480
|
-
}
|
481
|
-
.wym_tools_class.activated {
|
482
|
-
position: relative;
|
483
|
-
}
|
484
|
-
.wym_skin_refinery .wym_buttons .wym_tools_class .wym_classes li {
|
485
|
-
float: left;
|
486
|
-
width: 200px;
|
487
|
-
cursor: pointer;
|
488
|
-
background-color: #F6F5F4;
|
489
|
-
}
|
490
|
-
.wym_skin_refinery .wym_buttons .wym_tools_class .wym_classes li a {
|
491
|
-
text-indent: 0px;
|
492
|
-
background-image: none;
|
493
|
-
background-repeat: no-repeat;
|
494
|
-
background-position: 0px 0px;
|
495
|
-
width: auto;
|
496
|
-
}
|
497
|
-
.wym_skin_refinery .wym_tools_class .wym_classes .wym_tools_class_multiple_rules span {
|
498
|
-
display: block;
|
499
|
-
cursor: auto;
|
500
|
-
font-size: 13px;
|
501
|
-
font-weight: bold;
|
502
|
-
font-style: italic;
|
503
|
-
margin: 3px 0px 0px 6px;
|
504
|
-
background: #EDEEDE;
|
505
|
-
}
|
506
|
-
.wym_skin_refinery .wym_tools_class .wym_tools_class_multiple_rules ul li {
|
507
|
-
}
|
508
|
-
.wym_skin_refinery .wym_tools_class .wym_classes .wym_tools_class_multiple_rules ul li a {
|
509
|
-
width: 167px;
|
510
|
-
padding-left: 12px;
|
511
|
-
padding-right: 21px;
|
512
|
-
height: 20px;
|
513
|
-
line-height: 20px;
|
514
|
-
}
|
515
|
-
|
516
|
-
.wym_skin_refinery .wym_tools_class .wym_classes li.enabled a {
|
517
|
-
background-image: url('/images/refinery/icons/star.png');
|
518
|
-
background-repeat: no-repeat;
|
519
|
-
background-position: 181px 2px;
|
520
|
-
}
|
521
|
-
|
522
|
-
.wym_skin_refinery .wym_status.wym_section {
|
523
|
-
display: none;
|
524
|
-
}
|
525
|
-
|
526
|
-
.wym_skin_refinery {
|
527
|
-
opacity: 0;
|
528
|
-
}
|