refinerycms 0.9.5.13 → 0.9.5.14
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +6 -1
- data/app/controllers/admin/base_controller.rb +2 -2
- data/app/controllers/application.rb +1 -1
- data/app/controllers/application_controller.rb +2 -2
- data/app/helpers/application_helper.rb +2 -2
- data/config/environment.rb +6 -6
- data/config/environments/development.rb +1 -1
- data/config/initializers/inflections.rb +1 -1
- data/config/preinitializer.rb +3 -3
- data/config/routes.rb +5 -5
- data/db/migrate/20091109012126_add_missing_indexes.rb +4 -4
- data/db/schema.rb +1 -2
- data/db/seeds.rb +35 -35
- data/lib/refinery_initializer.rb +2 -2
- data/public/404.html +15 -15
- data/public/422.html +8 -8
- data/public/500.html +8 -8
- data/public/images/refinery/logo-large.png +0 -0
- data/public/images/refinery/logo-medium.png +0 -0
- data/public/images/refinery/logo-small-medium.png +0 -0
- data/public/images/refinery/logo-small.png +0 -0
- data/public/images/refinery/resolve_digital_footer_logo.png +0 -0
- data/public/javascripts/builder.js +97 -97
- data/public/javascripts/controls.js +655 -655
- data/public/javascripts/dragdrop.js +936 -936
- data/public/javascripts/effects.js +713 -713
- data/public/javascripts/jquery/GPL-LICENSE.txt +96 -96
- data/public/javascripts/jquery/jquery.js +168 -168
- data/public/javascripts/lightbox.js +397 -397
- data/public/javascripts/livepipe.js +146 -146
- data/public/javascripts/prototype.js +2996 -2996
- data/public/javascripts/refinery/admin.js +20 -20
- data/public/javascripts/refinery/boot_wym.js +110 -110
- data/public/javascripts/refinery/dialog.js +1 -1
- data/public/javascripts/refinery/parse_url.js +27 -27
- data/public/javascripts/refinery/prototype.enhancements.js +17 -17
- data/public/javascripts/refinery/tooltips.js +34 -34
- data/public/javascripts/scriptaculous.js +22 -22
- data/public/javascripts/slider.js +239 -239
- data/public/javascripts/tabs.js +130 -130
- data/public/javascripts/thickbox.js +23 -23
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +23 -23
- data/public/javascripts/wymeditor/lang/ca.js +42 -42
- data/public/javascripts/wymeditor/lang/cs.js +42 -42
- data/public/javascripts/wymeditor/lang/de.js +42 -42
- data/public/javascripts/wymeditor/lang/en.js +44 -44
- data/public/javascripts/wymeditor/lang/es.js +42 -42
- data/public/javascripts/wymeditor/lang/fa.js +42 -42
- data/public/javascripts/wymeditor/lang/fr.js +42 -42
- data/public/javascripts/wymeditor/lang/he.js +42 -42
- data/public/javascripts/wymeditor/lang/hu.js +42 -42
- data/public/javascripts/wymeditor/lang/it.js +42 -42
- data/public/javascripts/wymeditor/lang/nb.js +42 -42
- data/public/javascripts/wymeditor/lang/nl.js +42 -42
- data/public/javascripts/wymeditor/lang/nn.js +42 -42
- data/public/javascripts/wymeditor/lang/pl.js +42 -42
- data/public/javascripts/wymeditor/lang/pt-br.js +42 -42
- data/public/javascripts/wymeditor/lang/pt.js +42 -42
- data/public/javascripts/wymeditor/lang/ru.js +42 -42
- data/public/javascripts/wymeditor/lang/sv.js +42 -42
- data/public/javascripts/wymeditor/lang/tr.js +42 -42
- data/public/javascripts/wymeditor/lang/zh_cn.js +44 -44
- data/public/javascripts/wymeditor/skins/refinery/skin.js +31 -31
- data/public/stylesheets/application.css +3 -3
- data/public/stylesheets/formatting.css +3 -3
- data/public/stylesheets/home.css +2 -2
- data/public/stylesheets/lightbox.css +1 -1
- data/public/stylesheets/refinery/application.css +13 -13
- data/public/stylesheets/refinery/formatting.css +3 -3
- data/public/stylesheets/refinery/refinery.css +49 -44
- data/public/stylesheets/refinery/theme.css +1 -1
- data/public/stylesheets/refinery/thickbox.css +4 -4
- data/public/stylesheets/wymeditor/skins/refinery/skin.css +115 -115
- data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +66 -66
- data/public/wymeditor/GPL-license.txt +96 -96
- data/script/performance/benchmarker +3 -0
- data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +12 -12
- data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +7 -7
- data/vendor/plugins/acts_as_indexed/lib/search_index.rb +7 -7
- data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +1 -1
- data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +5 -5
- data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +2 -2
- data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +140 -140
- data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +18 -18
- data/vendor/plugins/attachment_fu/install.rb +1 -1
- data/vendor/plugins/attachment_fu/lib/geometry.rb +2 -2
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb +3 -3
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb +4 -4
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb +11 -11
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb +7 -7
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb +5 -5
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb +4 -4
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb +1 -1
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb +11 -11
- data/vendor/plugins/attachment_fu/test/backends/db_file_test.rb +2 -2
- data/vendor/plugins/attachment_fu/test/backends/file_system_test.rb +24 -24
- data/vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb +14 -14
- data/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb +7 -7
- data/vendor/plugins/attachment_fu/test/base_attachment_tests.rb +10 -10
- data/vendor/plugins/attachment_fu/test/basic_test.rb +10 -10
- data/vendor/plugins/attachment_fu/test/extra_attachment_test.rb +9 -9
- data/vendor/plugins/attachment_fu/test/fixtures/attachment.rb +10 -10
- data/vendor/plugins/attachment_fu/test/geometry_test.rb +12 -12
- data/vendor/plugins/attachment_fu/test/processors/core_image_test.rb +6 -6
- data/vendor/plugins/attachment_fu/test/processors/gd2_test.rb +4 -4
- data/vendor/plugins/attachment_fu/test/processors/image_science_test.rb +4 -4
- data/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb +13 -13
- data/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb +33 -33
- data/vendor/plugins/attachment_fu/test/schema.rb +14 -14
- data/vendor/plugins/attachment_fu/test/test_helper.rb +11 -11
- data/vendor/plugins/attachment_fu/test/validation_test.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb +5 -5
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb +5 -5
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb +6 -6
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb +16 -16
- data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +30 -30
- data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +4 -4
- data/vendor/plugins/authentication/app/controllers/users_controller.rb +7 -7
- data/vendor/plugins/authentication/app/helpers/sessions_helper.rb +1 -1
- data/vendor/plugins/authentication/app/helpers/users_helper.rb +1 -1
- data/vendor/plugins/authentication/app/models/user.rb +56 -56
- data/vendor/plugins/authentication/app/models/user_mailer.rb +6 -6
- data/vendor/plugins/authentication/app/models/user_observer.rb +2 -2
- data/vendor/plugins/authentication/app/models/user_plugin.rb +4 -4
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +36 -36
- data/vendor/plugins/authentication/app/views/admin/users/edit.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/new.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/sessions/new.html.erb +19 -19
- data/vendor/plugins/authentication/app/views/user_mailer/activation.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/user_mailer/signup_notification.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/users/new.html.erb +3 -3
- data/vendor/plugins/authentication/config/routes.rb +1 -1
- data/vendor/plugins/authentication/init.rb +5 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +1 -1
- data/vendor/plugins/authentication/test/functional/sessions_controller_test.rb +2 -2
- data/vendor/plugins/authentication/test/functional/users_controller_test.rb +3 -3
- data/vendor/plugins/authentication/test/test_helper.rb +1 -1
- data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +1 -1
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +1 -1
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +10 -10
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +30 -30
- data/vendor/plugins/dashboard/config/routes.rb +2 -2
- data/vendor/plugins/dashboard/init.rb +6 -6
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +28 -28
- data/vendor/plugins/images/app/helpers/admin/images_helper.rb +14 -14
- data/vendor/plugins/images/app/models/image.rb +11 -11
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +21 -21
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +13 -13
- data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +2 -2
- data/vendor/plugins/images/app/views/admin/images/edit.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +15 -15
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +91 -91
- data/vendor/plugins/images/app/views/admin/images/new.html.erb +1 -1
- data/vendor/plugins/images/config/routes.rb +2 -2
- data/vendor/plugins/images/init.rb +7 -7
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +4 -4
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -5
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +3 -3
- data/vendor/plugins/inquiries/app/helpers/inquiries_helper.rb +3 -3
- data/vendor/plugins/inquiries/app/models/inquiry.rb +6 -6
- data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +1 -1
- data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +3 -3
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +19 -19
- data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +27 -27
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +59 -59
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +44 -44
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +15 -15
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +3 -3
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +29 -29
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +32 -32
- data/vendor/plugins/inquiries/app/views/inquiries/thank_you.html.erb +8 -8
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/confirmation.html.erb +1 -1
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/notification.html.erb +1 -1
- data/vendor/plugins/inquiries/config/routes.rb +3 -3
- data/vendor/plugins/inquiries/init.rb +10 -10
- data/vendor/plugins/news/app/controllers/admin/news_items_controller.rb +3 -3
- data/vendor/plugins/news/app/controllers/news_items_controller.rb +2 -2
- data/vendor/plugins/news/app/models/news_item.rb +5 -5
- data/vendor/plugins/news/app/views/admin/news_items/_form.html.erb +16 -16
- data/vendor/plugins/news/app/views/admin/news_items/_news_item.html.erb +14 -14
- data/vendor/plugins/news/app/views/admin/news_items/edit.html.erb +1 -1
- data/vendor/plugins/news/app/views/admin/news_items/index.html.erb +25 -25
- data/vendor/plugins/news/app/views/admin/news_items/new.html.erb +1 -1
- data/vendor/plugins/news/app/views/news_items/_recent_posts.html.erb +6 -6
- data/vendor/plugins/news/app/views/news_items/index.html.erb +20 -20
- data/vendor/plugins/news/app/views/news_items/show.html.erb +16 -16
- data/vendor/plugins/news/config/routes.rb +3 -3
- data/vendor/plugins/news/init.rb +7 -7
- data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +10 -10
- data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +4 -4
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +4 -4
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +3 -3
- data/vendor/plugins/pages/app/helpers/pages_helper.rb +1 -1
- data/vendor/plugins/pages/app/models/page.rb +95 -95
- data/vendor/plugins/pages/app/models/page_part.rb +5 -5
- data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +222 -222
- data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +232 -232
- data/vendor/plugins/pages/app/views/admin/pages/_list.html.erb +26 -26
- data/vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb +3 -3
- data/vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb +2 -2
- data/vendor/plugins/pages/app/views/admin/pages/edit.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +37 -37
- data/vendor/plugins/pages/app/views/admin/pages/new.html.erb +1 -1
- data/vendor/plugins/pages/app/views/pages/home.html.erb +8 -8
- data/vendor/plugins/pages/app/views/pages/show.html.erb +11 -11
- data/vendor/plugins/pages/config/routes.rb +5 -5
- data/vendor/plugins/pages/init.rb +7 -7
- data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +7 -7
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +30 -30
- data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +61 -61
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +32 -32
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +28 -28
- data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +4 -4
- data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +11 -11
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +3 -3
- data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +14 -14
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +21 -21
- data/vendor/plugins/refinery/app/views/shared/_message.html.erb +8 -8
- data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +2 -2
- data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +7 -7
- data/vendor/plugins/refinery/app/views/shared/admin/_continue_editing.html.erb +41 -41
- data/vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +13 -13
- data/vendor/plugins/refinery/app/views/shared/admin/_image_picker.html.erb +31 -31
- data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +65 -65
- data/vendor/plugins/refinery/app/views/shared/admin/_resource_picker.html.erb +16 -16
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +5 -5
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +8 -8
- data/vendor/plugins/refinery/app/views/welcome.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/wymiframe.html.erb +6 -6
- data/vendor/plugins/refinery/config/routes.rb +5 -5
- data/vendor/plugins/refinery/init.rb +8 -8
- data/vendor/plugins/refinery/lib/crud.rb +17 -17
- data/vendor/plugins/refinery/lib/generators/refinery/install.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +17 -17
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +3 -3
- data/vendor/plugins/refinery/lib/generators/refinery/templates/controller.rb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/init.rb +6 -6
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +22 -22
- data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +4 -4
- data/vendor/plugins/refinery/lib/generators/refinery/templates/public_controller.rb +10 -10
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +3 -3
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +15 -15
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_sortable_list.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/edit.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +33 -33
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/new.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/index.html.erb +14 -14
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +21 -21
- data/vendor/plugins/refinery/lib/indexer.rb +29 -29
- data/vendor/plugins/refinery/lib/refinery.rb +10 -10
- data/vendor/plugins/refinery/lib/refinery/activity.rb +5 -5
- data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +15 -15
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +39 -39
- data/vendor/plugins/refinery/lib/refinery/application_helper.rb +69 -69
- data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +18 -18
- data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +5 -5
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +2 -2
- data/vendor/plugins/refinery/lib/refinery/link_renderer.rb +13 -13
- data/vendor/plugins/refinery/lib/refinery/plugin.rb +24 -24
- data/vendor/plugins/refinery/lib/refinery/plugins.rb +2 -2
- data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +8 -8
- data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +19 -19
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +29 -29
- data/vendor/plugins/refinery_dialogs/config/routes.rb +2 -2
- data/vendor/plugins/refinery_dialogs/init.rb +7 -7
- data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +2 -2
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +52 -52
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +11 -11
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_make_sortable.html.erb +3 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +12 -12
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +2 -2
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +19 -19
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/new.html.erb +1 -1
- data/vendor/plugins/refinery_settings/config/routes.rb +3 -3
- data/vendor/plugins/refinery_settings/init.rb +8 -8
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +48 -48
- data/vendor/plugins/resources/app/models/resource.rb +12 -12
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +21 -21
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +15 -15
- data/vendor/plugins/resources/app/views/admin/resources/edit.html.erb +1 -1
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +19 -19
- data/vendor/plugins/resources/app/views/admin/resources/insert.html.erb +86 -86
- data/vendor/plugins/resources/app/views/admin/resources/new.html.erb +1 -1
- data/vendor/plugins/resources/config/routes.rb +2 -2
- data/vendor/plugins/resources/init.rb +6 -6
- metadata +31 -23
@@ -45,8 +45,8 @@
|
|
45
45
|
}
|
46
46
|
|
47
47
|
* html #TB_overlay { /* ie6 hack */
|
48
|
-
|
49
|
-
|
48
|
+
position: absolute;
|
49
|
+
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
|
50
50
|
}
|
51
51
|
|
52
52
|
#TB_window {
|
@@ -152,8 +152,8 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
|
|
152
152
|
}
|
153
153
|
|
154
154
|
* html #TB_HideSelect { /* ie6 hack */
|
155
|
-
|
156
|
-
|
155
|
+
position: absolute;
|
156
|
+
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
|
157
157
|
}
|
158
158
|
|
159
159
|
#TB_iframeContent{
|
@@ -1,164 +1,164 @@
|
|
1
1
|
/*TRYING TO RESET STYLES THAT MAY INTERFERE WITH WYMEDITOR*/
|
2
|
-
|
3
|
-
|
2
|
+
.wym_skin_refinery p, .wym_skin_refinery h2, .wym_skin_refinery h3,
|
3
|
+
.wym_skin_refinery ul, .wym_skin_refinery li { background: transparent margin: 0; padding: 0; border-width:0; list-style: none; }
|
4
4
|
|
5
5
|
|
6
6
|
/*HIDDEN BY DEFAULT*/
|
7
|
-
|
8
|
-
|
7
|
+
.wym_skin_refinery .wym_area_left { display: none; }
|
8
|
+
.wym_skin_refinery .wym_area_right { display: block; }
|
9
9
|
|
10
10
|
|
11
|
-
/*TYPO*/
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
11
|
+
/*TYPO*/
|
12
|
+
.wym_skin_refinery { font-size: 62.5%; font-family: Verdana, Arial, sans-serif; }
|
13
|
+
.wym_skin_refinery h2 { font-size: 110%; /* = 11px */}
|
14
|
+
.wym_skin_refinery h3 { font-size: 100%; /* = 10px */}
|
15
|
+
.wym_skin_refinery li { font-size: 100%; /* = 10px */}
|
16
16
|
|
17
17
|
|
18
18
|
/*WYM_BOX*/
|
19
|
-
|
19
|
+
.wym_skin_refinery { border: 1px solid gray; background: #F2F2F2; padding: 5px}
|
20
20
|
|
21
|
-
|
22
|
-
|
23
|
-
* html .wym_skin_refinery
|
21
|
+
/*auto-clear the wym_box*/
|
22
|
+
.wym_skin_refinery:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
23
|
+
* html .wym_skin_refinery { height: 1%;}
|
24
24
|
|
25
25
|
|
26
26
|
/*WYM_HTML*/
|
27
|
-
|
28
|
-
|
27
|
+
.wym_skin_refinery .wym_html { width: 98%;}
|
28
|
+
.wym_skin_refinery .wym_html textarea { width: 100% !important; height:200px; border: 1px solid gray; background: white; }
|
29
29
|
|
30
30
|
|
31
31
|
/*WYM_IFRAME*/
|
32
|
-
|
33
|
-
|
34
|
-
|
32
|
+
.wym_skin_refinery .wym_iframe { width: 100%;}
|
33
|
+
.wym_skin_refinery .wym_iframe iframe { width: 99%; border: 1px solid gray; background: white }
|
34
|
+
|
35
35
|
/* adjust for two rows of icons */
|
36
|
-
|
36
|
+
.wym_two_column .wym_skin_refinery .wym_iframe iframe, .wym_two_column .wym_skin_refinery .wym_html textarea { height: 376px; }
|
37
37
|
|
38
38
|
|
39
39
|
/*AREAS*/
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
* html .wym_skin_refinery .wym_area_main
|
44
|
-
* html .wym_skin_refinery .wym_area_top
|
45
|
-
*+html .wym_skin_refinery .wym_area_top
|
40
|
+
.wym_skin_refinery .wym_area_left { width: 150px; float: left;}
|
41
|
+
.wym_skin_refinery .wym_area_right { width: 150px; float: right;}
|
42
|
+
.wym_skin_refinery .wym_area_bottom { height: 1%; clear: both;}
|
43
|
+
* html .wym_skin_refinery .wym_area_main { height: 1%;}
|
44
|
+
* html .wym_skin_refinery .wym_area_top { height: 1%;}
|
45
|
+
*+html .wym_skin_refinery .wym_area_top { height: 1%;}
|
46
46
|
|
47
47
|
/*SECTIONS SYSTEM*/
|
48
48
|
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
* html .wym_skin_refinery .wym_section ul
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
49
|
+
/*common defaults for all sections*/
|
50
|
+
.wym_skin_refinery .wym_section { margin-bottom: 5px; }
|
51
|
+
.wym_skin_refinery .wym_section h2,
|
52
|
+
.wym_skin_refinery .wym_section h3 { padding: 1px 3px; margin: 0; }
|
53
|
+
.wym_skin_refinery .wym_section a { padding: 0 3px; display: block; text-decoration: none; color: black; }
|
54
|
+
.wym_skin_refinery .wym_section a:hover, .wym_skin_refinery .wym_section a.selected { background-color: yellow; }
|
55
|
+
/*hide section titles by default*/
|
56
|
+
.wym_skin_refinery .wym_section h2 { display: none; }
|
57
|
+
/*disable any margin-collapse*/
|
58
|
+
.wym_skin_refinery .wym_section { padding: 0px;}
|
59
|
+
/*auto-clear sections*/
|
60
|
+
.wym_skin_refinery .wym_section ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
61
|
+
* html .wym_skin_refinery .wym_section ul { height: 1%;}
|
62
|
+
|
63
|
+
/*option: add this class to a section to make it render as a panel*/
|
64
|
+
.wym_skin_refinery .wym_panel { }
|
65
|
+
.wym_skin_refinery .wym_panel h2 { display: block; }
|
66
|
+
|
67
|
+
/*option: add this class to a section to make it render as a dropdown menu*/
|
68
|
+
.wym_skin_refinery .wym_dropdown h2 { display: block; }
|
69
|
+
.wym_skin_refinery .wym_dropdown ul { display: none; position: absolute; background: white; }
|
70
|
+
.wym_skin_refinery .wym_dropdown:hover ul,
|
71
|
+
.wym_skin_refinery .wym_dropdown.hover ul { display: block; }
|
72
|
+
|
73
|
+
/*option: add this class to a section to make its elements render buttons (icons are only available for the wym_tools section for now)*/
|
74
|
+
.wym_skin_refinery .wym_buttons li { float:left;}
|
75
|
+
.wym_skin_refinery .wym_buttons a { width: 20px; height: 20px; overflow: hidden; padding: 2px }
|
76
|
+
/*image replacements*/
|
77
|
+
.wym_skin_refinery .wym_buttons li a { background: url('/images/wymeditor/skins/refinery/icons.png') no-repeat; text-indent: -9999px;}
|
78
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_strong a { background-position: 0 -382px;}
|
79
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_emphasis a { background-position: 0 -22px;}
|
80
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_superscript a { background-position: 0 -430px;}
|
81
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_subscript a { background-position: 0 -454px;}
|
82
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_ordered_list a { background-position: 0 -48px;}
|
83
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_unordered_list a{ background-position: 0 -72px;}
|
84
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_indent a { background-position: 0 -574px;}
|
85
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_outdent a { background-position: 0 -598px;}
|
86
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_undo a { background-position: 0 -502px;}
|
87
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_redo a { background-position: 0 -526px;}
|
88
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_link a { background-position: 0 -96px;}
|
89
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_unlink a { background-position: 0 -168px;}
|
90
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_image a { background-position: 0 -121px;}
|
91
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_table a { background-position: 0 -144px;}
|
92
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_paste a { background-position: 0 -552px;}
|
93
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_html a { background-position: 0 -193px;}
|
94
|
+
.wym_skin_refinery .wym_buttons li.wym_tools_preview a { background-position: 0 -408px;}
|
95
|
+
|
96
|
+
/* make tools and containers play nicely next to eachother */
|
97
|
+
|
98
|
+
.wym_skin_refinery .wym_tools, .wym_skin_refinery .wym_containers { float: left; margin: 0px 0px 5px 0px; }
|
99
|
+
|
100
|
+
/* image replacements for containers */
|
101
101
|
.wym_skin_refinery .wym_containers li { float: left; }
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
102
|
+
.wym_skin_refinery .wym_containers li a, .wym_skin_refinery li.wym_tools_class a {background-repeat: no-repeat; background-position: center center;width: 20px; height: 20px; overflow: hidden; padding: 2px; border: 0px none;}
|
103
|
+
|
104
|
+
.wym_skin_refinery li.wym_containers_h1 a { background-image: url('/images/wymeditor/skins/refinery/h1.png'); }
|
105
|
+
.wym_skin_refinery li.wym_containers_h2 a { background-image: url('/images/wymeditor/skins/refinery/h2.png');}
|
106
|
+
.wym_skin_refinery li.wym_containers_h3 a { background-image: url('/images/wymeditor/skins/refinery/h3.png');}
|
107
|
+
.wym_skin_refinery li.wym_containers_h4 a { background-image: url('/images/wymeditor/skins/refinery/h4.png');}
|
108
|
+
.wym_skin_refinery li.wym_containers_h5 a { background-image: url('/images/wymeditor/skins/refinery/h5.png');}
|
109
|
+
.wym_skin_refinery li.wym_containers_h6 a { background-image: url('/images/wymeditor/skins/refinery/h6.png');}
|
110
|
+
.wym_skin_refinery li.wym_containers_p a { background-image: url('/images/wymeditor/skins/refinery/paragraph.png');}
|
111
111
|
.wym_skin_refinery li.wym_tools_class a { background-image: url('/images/wymeditor/skins/refinery/css.png');}
|
112
112
|
|
113
113
|
/*DECORATION*/
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
114
|
+
.wym_skin_refinery .wym_section h2 { background: #DDD; border: solid gray; border-width: 0 0 1px;}
|
115
|
+
.wym_skin_refinery .wym_section h2 span { color: gray;}
|
116
|
+
.wym_skin_refinery .wym_panel { padding: 0; border: solid gray; border-width: 1px; background: white;}
|
117
|
+
.wym_skin_refinery .wym_panel ul { margin: 2px 0 5px; }
|
118
|
+
.wym_skin_refinery .wym_dropdown { padding: 0; border: solid gray; border-width: 1px 1px 0 1px; }
|
119
|
+
.wym_skin_refinery .wym_dropdown ul { border: solid gray; border-width: 0 1px 1px 1px; margin-left: -1px; padding: 5px 10px 5px 3px;}
|
120
|
+
|
121
121
|
/*DIALOGS*/
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
122
|
+
.wym_dialog div.row { margin-bottom: 5px;}
|
123
|
+
.wym_dialog div.row input { margin-right: 5px;}
|
124
|
+
.wym_dialog div.row label { float: left; width: 150px; display: block; text-align: right; margin-right: 10px; }
|
125
|
+
.wym_dialog div.row-indent { padding-left: 160px; }
|
126
|
+
/*autoclearing*/
|
127
|
+
.wym_dialog div.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
128
|
+
.wym_dialog div.row { display: inline-block; }
|
129
|
+
/* Hides from IE-mac \*/
|
130
|
+
* html .wym_dialog div.row { height: 1%; }
|
131
|
+
.wym_dialog div.row { display: block; }
|
132
|
+
/* End hide from IE-mac */
|
133
|
+
|
134
134
|
/*WYMEDITOR_LINK*/
|
135
|
-
|
135
|
+
a.wym_wymeditor_link { text-indent: -9999px; float: right; display: block; width: 50px; height: 15px; background: url(../wymeditor_icon.png); overflow: hidden; text-decoration: none; }
|
136
136
|
|
137
137
|
|
138
138
|
/* hide containers and classes */
|
139
139
|
.wym_skin_refinery .wym_area_right, .wym_skin_refinery .wym_area_bottom {
|
140
|
-
|
140
|
+
display: none !important;
|
141
141
|
}
|
142
142
|
.wym_skin_refinery .wym_area_main {
|
143
|
-
|
143
|
+
margin-right: 0px !important;
|
144
144
|
}
|
145
145
|
|
146
146
|
.wym_skin_refinery .wym_buttons ul, .wym_buttons ul li {
|
147
|
-
|
147
|
+
margin: 0px;
|
148
148
|
}
|
149
149
|
|
150
150
|
.wym_skin_refinery .wym_buttons li a {
|
151
|
-
|
151
|
+
border-bottom: 0px !important;
|
152
152
|
}
|
153
153
|
|
154
154
|
#dialog_frame {
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
155
|
+
width:928px;
|
156
|
+
height:480px;
|
157
|
+
padding: 0px;
|
158
|
+
border: 0px solid #F2F1ED;
|
159
159
|
}
|
160
160
|
.wym_hideables {
|
161
|
-
|
161
|
+
display: none;
|
162
162
|
}
|
163
163
|
|
164
164
|
.wym_classes {
|
@@ -5,88 +5,88 @@
|
|
5
5
|
* and GPL (GPL-license.txt) licenses.
|
6
6
|
*
|
7
7
|
* For further information visit:
|
8
|
-
*
|
8
|
+
* http://www.wymeditor.org/
|
9
9
|
*
|
10
10
|
* File Name:
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*
|
11
|
+
* wymeditor.css
|
12
|
+
* Main editor css file.
|
13
|
+
* See the documentation for more info.
|
14
14
|
*
|
15
15
|
* File Authors:
|
16
|
-
*
|
17
|
-
*
|
16
|
+
* Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg)
|
17
|
+
* Daniel Reszka (d.reszka a-t wymeditor dotorg)
|
18
18
|
*/
|
19
19
|
|
20
20
|
/* VISUAL FEEDBACK */
|
21
21
|
|
22
22
|
/* basic */
|
23
|
-
|
23
|
+
body { background: #fff;}
|
24
24
|
|
25
25
|
/* make HTML blocs visible */
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
26
|
+
p,
|
27
|
+
h1,
|
28
|
+
h2,
|
29
|
+
h3,
|
30
|
+
h4,
|
31
|
+
h5,
|
32
|
+
h6,
|
33
|
+
ul,
|
34
|
+
ol,
|
35
|
+
table,
|
36
|
+
blockquote,
|
37
|
+
pre { background: #FFFFFF no-repeat 2px 2px;
|
38
|
+
padding:8px 5px 5px;
|
39
|
+
margin:6px 0px;
|
40
|
+
border: 1px dotted #cccccc;
|
41
|
+
}
|
42
|
+
td { background: #F0F4F8; }
|
43
|
+
th { background: #ffffcc; }
|
44
|
+
ul,
|
45
|
+
ol { border-left:20px solid #B9C4D0; padding:0px 5px; }
|
46
|
+
caption { background: #E4E4B0; padding: 5px; font-weight: bold; }
|
47
|
+
table { font-size: 12px; width: 500px; }
|
48
|
+
td { width: 25%; }
|
49
|
+
blockquote { margin-left: 30px; }
|
50
|
+
pre { background-color:transparent; border: 1px solid white; }
|
51
51
|
|
52
52
|
/* Gecko min height fix */
|
53
|
-
|
54
|
-
|
55
|
-
|
53
|
+
p { min-height: 1em; } /*min-height is needed under Firefox, because empty parargraphs */
|
54
|
+
*+html p { min-height: auto; } /* but we have to remove it under IE7 because it triggers the 'haslayout' mode */
|
55
|
+
td { height: 1.6em; }
|
56
56
|
|
57
57
|
/* labels */
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
58
|
+
p { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-p.png'); }
|
59
|
+
h1 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h1.png'); }
|
60
|
+
h2 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h2.png'); }
|
61
|
+
h3 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h3.png'); }
|
62
|
+
h4 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h4.png'); }
|
63
|
+
h5 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h5.png'); }
|
64
|
+
h6 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h6.png'); }
|
65
|
+
blockquote{ background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png'); }
|
66
|
+
pre { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-pre.png'); }
|
67
67
|
|
68
68
|
/* specific HTML elements */
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
69
|
+
caption { text-align: left; }
|
70
|
+
img { margin-right: 5px;
|
71
|
+
border-style: solid;
|
72
|
+
border-color: gray;
|
73
|
+
border-width: 0; }
|
74
|
+
a img { border-width: 1px; border-color: blue; }
|
75
|
+
acronym { border: 1px solid gray; }
|
76
|
+
span { background-color: #eef; }
|
77
77
|
|
78
78
|
/* visual feedback for non-valid nesting of elements*/
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
79
|
+
h1 h1, h1 h2, h1 h3, h1 h4, h1 h5, h1 h6, h1 p, h1 pre, h1 address,
|
80
|
+
h2 h1, h2 h2, h2 h3, h2 h4, h2 h5, h2 h6, h2 p, h2 pre, h2 address,
|
81
|
+
h3 h1, h3 h2, h3 h3, h3 h4, h3 h5, h3 h6, h3 p, h3 pre, h3 address,
|
82
|
+
h4 h1, h4 h2, h4 h3, h4 h4, h4 h5, h4 h6, h4 p, h4 pre, h4 address,
|
83
|
+
h5 h1, h5 h2, h5 h3, h5 h4, h5 h5, h5 h6, h5 p, h5 pre, h5 address,
|
84
|
+
h6 h1, h6 h2, h6 h3, h6 h4, h6 h4, h6 h6, h6 p, h6 pre, h6 address,
|
85
|
+
p h1, p h2, p h3, p h4, p h5, p h6, p pre, p address,
|
86
|
+
pre h1, pre h2, pre h3, pre h4, pre h5, pre h6, pre p, pre pre, pre address,
|
87
|
+
address h1, address h2, address h3, address h4, address h5, address h6,
|
88
|
+
address p, address pre, address address
|
89
|
+
{ background-color: #ff9999 !important;
|
90
|
+
border: 1px solid red !important;
|
91
|
+
font-size: 12px !important;
|
92
|
+
font-weight: normal; }
|