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,47 +0,0 @@
|
|
1
|
-
WYMeditor.STRINGS['sl'] = {
|
2
|
-
Strong: 'Močno',
|
3
|
-
Bold: 'Krepko',
|
4
|
-
Emphasis: 'Ležeče',
|
5
|
-
Superscript: 'Nadpisano besedilo',
|
6
|
-
Subscript: 'Podpisano besedilo',
|
7
|
-
Ordered_List: 'Oštevilčen Seznam',
|
8
|
-
Unordered_List: 'Označen Seznam',
|
9
|
-
Indent: 'Povečaj zamik',
|
10
|
-
Outdent: 'Zmanjšaj zamik',
|
11
|
-
Undo: 'Razveljavi',
|
12
|
-
Redo: 'Redo',
|
13
|
-
Link: 'Dodaj Povezavo',
|
14
|
-
Unlink: 'Odstrani Povezavo',
|
15
|
-
Image: 'Vstavi Sliko',
|
16
|
-
Table: 'Vstavi Tabelo',
|
17
|
-
HTML: 'HTML',
|
18
|
-
Paragraph: 'Odstavek',
|
19
|
-
Heading_1: 'Naslov 1',
|
20
|
-
Heading_2: 'Naslov 2',
|
21
|
-
Heading_3: 'Naslov 3',
|
22
|
-
Heading_4: 'Naslov 4',
|
23
|
-
Heading_5: 'Naslov 5',
|
24
|
-
Heading_6: 'Naslov 6',
|
25
|
-
Preformatted: 'Vnaprej Oblikovano',
|
26
|
-
Blockquote: 'Navedek',
|
27
|
-
Table_Header: 'Glava Tabele',
|
28
|
-
URL: 'URL',
|
29
|
-
Title: 'Naslov',
|
30
|
-
Alternative_Text: 'Alternativno besedilo',
|
31
|
-
Caption: 'Napis',
|
32
|
-
Summary: 'Povzetek',
|
33
|
-
Number_Of_Rows: 'Število vrstic',
|
34
|
-
Number_Of_Cols: 'Število kolon',
|
35
|
-
Insert: 'Vstavi',
|
36
|
-
Submit: 'Predloži',
|
37
|
-
Cancel: 'Prekliči',
|
38
|
-
Choose: 'Izberi',
|
39
|
-
Preview: 'Predogled',
|
40
|
-
Paste_From_Word: 'Prilepite vaše besedilo spodaj',
|
41
|
-
Tools: 'Orodja',
|
42
|
-
Containers: 'Zabojniki',
|
43
|
-
Classes: 'Razredi',
|
44
|
-
Status: 'Status',
|
45
|
-
Source_Code: 'Izvorna koda',
|
46
|
-
Css_Class: 'Uporabi CSS Razred'
|
47
|
-
};
|
@@ -1,45 +0,0 @@
|
|
1
|
-
WYMeditor.STRINGS['sv'] = {
|
2
|
-
Strong: 'Viktigt',
|
3
|
-
Emphasis: 'Betoning',
|
4
|
-
Superscript: 'Upphöjt',
|
5
|
-
Subscript: 'Nedsänkt',
|
6
|
-
Ordered_List: 'Nummerlista',
|
7
|
-
Unordered_List: 'Punktlista',
|
8
|
-
Indent: 'Indrag',
|
9
|
-
Outdent: 'Utdrag',
|
10
|
-
Undo: 'Ångra',
|
11
|
-
Redo: 'Gör om',
|
12
|
-
Link: 'Länk',
|
13
|
-
Unlink: 'Ta bort länk',
|
14
|
-
Image: 'Bild',
|
15
|
-
Table: 'Tabell',
|
16
|
-
HTML: 'HTML',
|
17
|
-
Paragraph: 'Paragraf',
|
18
|
-
Heading_1: 'Rubrik 1',
|
19
|
-
Heading_2: 'Rubrik 2',
|
20
|
-
Heading_3: 'Rubrik 3',
|
21
|
-
Heading_4: 'Rubrik 4',
|
22
|
-
Heading_5: 'Rubrik 5',
|
23
|
-
Heading_6: 'Rubrik 6',
|
24
|
-
Preformatted: 'Förformaterad',
|
25
|
-
Blockquote: 'Blockcitat',
|
26
|
-
Table_Header: 'Tabellrubrik',
|
27
|
-
URL: 'URL',
|
28
|
-
Title: 'Titel',
|
29
|
-
Alternative_Text: 'Alternativ text',
|
30
|
-
Caption: 'Överskrift',
|
31
|
-
Summary: 'Summary',
|
32
|
-
Number_Of_Rows: 'Antal rader',
|
33
|
-
Number_Of_Cols: 'Antal kolumner',
|
34
|
-
Submit: 'Skicka',
|
35
|
-
Cancel: 'Avbryt',
|
36
|
-
Choose: 'Välj',
|
37
|
-
Preview: 'Förhandsgranska',
|
38
|
-
Paste_From_Word: 'Klistra in från Word',
|
39
|
-
Tools: 'Verktyg',
|
40
|
-
Containers: 'Formatering',
|
41
|
-
Classes: 'Klasser',
|
42
|
-
Status: 'Status',
|
43
|
-
Source_Code: 'Källkod'
|
44
|
-
};
|
45
|
-
|
@@ -1,45 +0,0 @@
|
|
1
|
-
WYMeditor.STRINGS['tr'] = {
|
2
|
-
Strong: 'Kalın',
|
3
|
-
Emphasis: 'Vurgu',
|
4
|
-
Superscript: 'Superscript',
|
5
|
-
Subscript: 'Subscript',
|
6
|
-
Ordered_List: 'Sıralı List',
|
7
|
-
Unordered_List: 'Sırasız List',
|
8
|
-
Indent: 'İçerlek',
|
9
|
-
Outdent: 'Çıkıntılı',
|
10
|
-
Undo: 'Geri Al',
|
11
|
-
Redo: 'Yinele',
|
12
|
-
Link: 'Bağlantı',
|
13
|
-
Unlink: 'Bağlantıyı Kaldır',
|
14
|
-
Image: 'İmaj',
|
15
|
-
Table: 'Tablo',
|
16
|
-
HTML: 'HTML',
|
17
|
-
Paragraph: 'Parağraf',
|
18
|
-
Heading_1: 'Başlık 1',
|
19
|
-
Heading_2: 'Başlık 2',
|
20
|
-
Heading_3: 'Başlık 3',
|
21
|
-
Heading_4: 'Başlık 4',
|
22
|
-
Heading_5: 'Başlık 5',
|
23
|
-
Heading_6: 'Başlık 6',
|
24
|
-
Preformatted: 'Önceden Formatlı',
|
25
|
-
Blockquote: 'Alıntı',
|
26
|
-
Table_Header: 'Tablo Başlığı',
|
27
|
-
URL: 'URL',
|
28
|
-
Title: 'Başlık',
|
29
|
-
Alternative_Text: 'Alternatif Metin',
|
30
|
-
Caption: 'Etiket',
|
31
|
-
Summary: 'Summary',
|
32
|
-
Number_Of_Rows: 'Satır sayısı',
|
33
|
-
Number_Of_Cols: 'Sütun sayısı',
|
34
|
-
Submit: 'Gönder',
|
35
|
-
Cancel: 'İptal',
|
36
|
-
Choose: 'Seç',
|
37
|
-
Preview: 'Önizleme',
|
38
|
-
Paste_From_Word: 'Wordden yapıştır',
|
39
|
-
Tools: 'Araçlar',
|
40
|
-
Containers: 'Kapsayıcılar',
|
41
|
-
Classes: 'Sınıflar',
|
42
|
-
Status: 'Durum',
|
43
|
-
Source_Code: 'Kaynak Kodu'
|
44
|
-
};
|
45
|
-
|
@@ -1,47 +0,0 @@
|
|
1
|
-
WYMeditor.STRINGS['zh_cn'] = {
|
2
|
-
Strong: '加粗',
|
3
|
-
Emphasis: '斜体',
|
4
|
-
Superscript: '上标',
|
5
|
-
Subscript: '下标',
|
6
|
-
Ordered_List: '有序列表',
|
7
|
-
Unordered_List: '无序列表',
|
8
|
-
Indent: '增加缩进',
|
9
|
-
Outdent: '减少缩进',
|
10
|
-
Undo: '撤消',
|
11
|
-
Redo: '重做',
|
12
|
-
Link: '链接',
|
13
|
-
Unlink: '取消链接',
|
14
|
-
Image: '图片',
|
15
|
-
Table: '表格',
|
16
|
-
HTML: 'HTML源代码',
|
17
|
-
Paragraph: '段落',
|
18
|
-
Heading_1: '标题 1',
|
19
|
-
Heading_2: '标题 2',
|
20
|
-
Heading_3: '标题 3',
|
21
|
-
Heading_4: '标题 4',
|
22
|
-
Heading_5: '标题 5',
|
23
|
-
Heading_6: '标题 6',
|
24
|
-
Preformatted: '原始文本',
|
25
|
-
Blockquote: '引语',
|
26
|
-
Table_Header: '表头',
|
27
|
-
URL: '地址',
|
28
|
-
Title: '提示文字',
|
29
|
-
Alternative_Text: '失效文字',
|
30
|
-
Caption: '标题',
|
31
|
-
Summary: 'Summary',
|
32
|
-
Number_Of_Rows: '行数',
|
33
|
-
Number_Of_Cols: '列数',
|
34
|
-
Submit: '提交',
|
35
|
-
Cancel: '放弃',
|
36
|
-
Choose: '选择',
|
37
|
-
Preview: '预览',
|
38
|
-
Paste_From_Word: '从Word粘贴纯文本',
|
39
|
-
Tools: '工具',
|
40
|
-
Containers: '容器',
|
41
|
-
Classes: '预定义样式',
|
42
|
-
Status: '状态',
|
43
|
-
Source_Code: '源代码',
|
44
|
-
Attachment: '附件',
|
45
|
-
NewParagraph: '新段落'
|
46
|
-
};
|
47
|
-
|
@@ -1,48 +0,0 @@
|
|
1
|
-
WYMeditor.SKINS['refinery'] = {
|
2
|
-
|
3
|
-
init: function(wym) {
|
4
|
-
//render following sections as buttons
|
5
|
-
$(wym._box).find(wym._options.toolsSelector)
|
6
|
-
.addClass('wym_buttons');
|
7
|
-
|
8
|
-
// auto add some margin to the main area sides if left area
|
9
|
-
// or right area are not empty (if they contain sections)
|
10
|
-
$(wym._box).find('div.wym_area_right ul')
|
11
|
-
.parents('div.wym_area_right').show()
|
12
|
-
.parents(wym._options.boxSelector)
|
13
|
-
.find('div.wym_area_main')
|
14
|
-
.css({'margin-right': '155px'});
|
15
|
-
|
16
|
-
$(wym._box).find('div.wym_area_left ul')
|
17
|
-
.parents('div.wym_area_left').show()
|
18
|
-
.parents(wym._options.boxSelector)
|
19
|
-
.find('div.wym_area_main')
|
20
|
-
.css({'margin-left': '155px'});
|
21
|
-
|
22
|
-
//make hover work under IE < 7
|
23
|
-
$(wym._box).find('.wym_section').hover(function(){
|
24
|
-
$(this).addClass('hover');
|
25
|
-
},function(){
|
26
|
-
$(this).removeClass('hover');
|
27
|
-
});
|
28
|
-
|
29
|
-
// show or hide CSS class options on hover
|
30
|
-
$(wym._box).find('.wym_tools_class')
|
31
|
-
.hover($.proxy(function(){
|
32
|
-
this.toggleClassSelector();
|
33
|
-
}, wym), $.proxy(function(){
|
34
|
-
this.toggleClassSelector();
|
35
|
-
}, wym));
|
36
|
-
|
37
|
-
// adjust sizing
|
38
|
-
$(wym._box).css('width', $(wym._element).width() - 2)
|
39
|
-
.find('.wym_iframe iframe').css('width', $(wym._box).width() - 2);
|
40
|
-
|
41
|
-
$('.button').corner('6px');
|
42
|
-
$(".wym_area_top li>a").corner("2px");
|
43
|
-
|
44
|
-
$(".wym_skin_refinery").animate({
|
45
|
-
opacity: 1
|
46
|
-
}, 800);
|
47
|
-
}
|
48
|
-
};
|
data/core/public/robots.txt
DELETED
@@ -1,72 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
margin: 0px;
|
3
|
-
}
|
4
|
-
#page, #site_bar_content, footer, header {
|
5
|
-
width: 1000px;
|
6
|
-
margin: 0px auto;
|
7
|
-
}
|
8
|
-
#body_content_left {
|
9
|
-
float: left;
|
10
|
-
width: 590px;
|
11
|
-
padding-right: 10px;
|
12
|
-
}
|
13
|
-
#body_content_right {
|
14
|
-
float: right;
|
15
|
-
padding-left: 10px;
|
16
|
-
width: 390px;
|
17
|
-
}
|
18
|
-
#body_content.no_body_content_left #body_content_right,
|
19
|
-
#body_content.no_body_content_right #body_content_left {
|
20
|
-
width: 100%;
|
21
|
-
padding-left: 0px;
|
22
|
-
padding-right: 0px;
|
23
|
-
}
|
24
|
-
.menu ul {
|
25
|
-
margin: 0px;
|
26
|
-
padding: 0px;
|
27
|
-
}
|
28
|
-
.menu li {
|
29
|
-
padding: 0px;
|
30
|
-
margin: 0px 9px 0px 0px;
|
31
|
-
list-style: none;
|
32
|
-
float: left;
|
33
|
-
}
|
34
|
-
.menu li.last {
|
35
|
-
margin-right: 0px;
|
36
|
-
}
|
37
|
-
.menu li.selected > a {
|
38
|
-
font-weight: bold;
|
39
|
-
}
|
40
|
-
.inquiries form label {
|
41
|
-
width: 150px;
|
42
|
-
float: left;
|
43
|
-
}
|
44
|
-
.inquiries form input {
|
45
|
-
width: 200px;
|
46
|
-
}
|
47
|
-
.inquiries form input, .inquiries form textarea {
|
48
|
-
|
49
|
-
}
|
50
|
-
.inquiries form textarea {
|
51
|
-
|
52
|
-
}
|
53
|
-
.inquiries form .actions {
|
54
|
-
margin-left: 150px;
|
55
|
-
}
|
56
|
-
.inquiries form .actions input {
|
57
|
-
width: auto;
|
58
|
-
}
|
59
|
-
.inquiries .field {
|
60
|
-
margin: 12px 0px;
|
61
|
-
}
|
62
|
-
.inquiries form {
|
63
|
-
padding-top: 12px;
|
64
|
-
}
|
65
|
-
.page_not_live {
|
66
|
-
border: 1px solid #A00027;
|
67
|
-
color: #A00027;
|
68
|
-
background: #FFB1B1;
|
69
|
-
padding:3px 9px;
|
70
|
-
font-weight:bold;
|
71
|
-
width:auto;
|
72
|
-
}
|
@@ -1,57 +0,0 @@
|
|
1
|
-
/* Default error colouring */
|
2
|
-
|
3
|
-
article, nav, header, footer, aside, hgroup, section{
|
4
|
-
display:block;
|
5
|
-
}
|
6
|
-
|
7
|
-
div.fieldWithErrors {
|
8
|
-
display: inline;
|
9
|
-
}
|
10
|
-
|
11
|
-
#errorExplanation {
|
12
|
-
border-top: 3px solid #F27F7F;
|
13
|
-
background: #FFBEBE;
|
14
|
-
padding: 10px;
|
15
|
-
}
|
16
|
-
|
17
|
-
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
|
18
|
-
color: #9C2626;
|
19
|
-
}
|
20
|
-
|
21
|
-
/* Browser Hacks */
|
22
|
-
|
23
|
-
/* remove borders from images */
|
24
|
-
|
25
|
-
a img {
|
26
|
-
border: 0px none;
|
27
|
-
}
|
28
|
-
|
29
|
-
/*
|
30
|
-
Firefox Dotted Line Fix
|
31
|
-
- http://sonspring.com/journal/removing-dotted-links
|
32
|
-
*/
|
33
|
-
a:focus {
|
34
|
-
outline: none;
|
35
|
-
}
|
36
|
-
|
37
|
-
/*
|
38
|
-
Clearfix docs
|
39
|
-
- Main docs: http://positioniseverything.net/easyclearing.html
|
40
|
-
- IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
|
41
|
-
*/
|
42
|
-
.clearfix:after, section:after {
|
43
|
-
content: ".";
|
44
|
-
display: block;
|
45
|
-
height: 0;
|
46
|
-
clear: both;
|
47
|
-
visibility: hidden;
|
48
|
-
}
|
49
|
-
.clearfix, section {
|
50
|
-
display: inline-block;
|
51
|
-
}
|
52
|
-
|
53
|
-
/* Hide from IE Mac \*/
|
54
|
-
.clearfix, section {
|
55
|
-
display:block;
|
56
|
-
}
|
57
|
-
/* End hide from IE Mac */
|
File without changes
|
@@ -1,1572 +0,0 @@
|
|
1
|
-
* {
|
2
|
-
color: #41403C;
|
3
|
-
font-family: Arial;
|
4
|
-
font-size: 13px;
|
5
|
-
}
|
6
|
-
p {
|
7
|
-
font-size: 14px;
|
8
|
-
line-height: 18px;
|
9
|
-
}
|
10
|
-
html {
|
11
|
-
min-height: 100%;
|
12
|
-
}
|
13
|
-
body {
|
14
|
-
min-height: 100%;
|
15
|
-
margin: 0;
|
16
|
-
padding: 0;
|
17
|
-
font-size: 10px;
|
18
|
-
font-family: Verdana;
|
19
|
-
line-height: 1.5em;
|
20
|
-
background: #303030 url('/images/refinery/page_bg.png') repeat;
|
21
|
-
}
|
22
|
-
acronym {
|
23
|
-
cursor: help;
|
24
|
-
}
|
25
|
-
label[for] {
|
26
|
-
cursor: pointer;
|
27
|
-
}
|
28
|
-
#page_container, #site_bar_content, header {
|
29
|
-
margin: 0px auto 10px auto;
|
30
|
-
text-align: left;
|
31
|
-
width: 990px;
|
32
|
-
}
|
33
|
-
#page_container {
|
34
|
-
width: 960px;
|
35
|
-
padding: 30px 15px;
|
36
|
-
}
|
37
|
-
#site_bar_content {
|
38
|
-
margin-bottom: 0px;
|
39
|
-
}
|
40
|
-
#content .field, #content .form-actions {
|
41
|
-
width: 100%;
|
42
|
-
position: relative;
|
43
|
-
}
|
44
|
-
#dialog_container #content .field, .dialog_container .field {
|
45
|
-
width: auto;
|
46
|
-
margin:5px 0;
|
47
|
-
}
|
48
|
-
input.widest, textarea.widest {
|
49
|
-
width: 99%;
|
50
|
-
}
|
51
|
-
select.widest {
|
52
|
-
max-width: 99%;
|
53
|
-
}
|
54
|
-
#actions {
|
55
|
-
float: right;
|
56
|
-
width: 30.7%;
|
57
|
-
padding-left: 15px;
|
58
|
-
padding-top: 0px;
|
59
|
-
}
|
60
|
-
#records {
|
61
|
-
float: left;
|
62
|
-
width: 67.7%;
|
63
|
-
}
|
64
|
-
#actions ul {
|
65
|
-
margin: 0px 0px 18px 0px;
|
66
|
-
padding: 0;
|
67
|
-
list-style: none;
|
68
|
-
}
|
69
|
-
#actions li a {
|
70
|
-
background-color: #dbedff;
|
71
|
-
background-position: 12px;
|
72
|
-
background-repeat: no-repeat;
|
73
|
-
border: 1px solid #65C3F7;
|
74
|
-
display: block;
|
75
|
-
padding: 9px 12px 9px 36px;
|
76
|
-
}
|
77
|
-
#actions li a:hover {
|
78
|
-
background-color: #cae7fb;
|
79
|
-
}
|
80
|
-
#actions li a:active, #actions li.selected a {
|
81
|
-
background-color: #22A7F2;
|
82
|
-
color: white;
|
83
|
-
}
|
84
|
-
#actions li {
|
85
|
-
margin-top: 10px;
|
86
|
-
}
|
87
|
-
#sort-status {
|
88
|
-
padding: 5px 5px 5px 0px;
|
89
|
-
}
|
90
|
-
hr {
|
91
|
-
border: 0;
|
92
|
-
border-top: 1px solid #484743;
|
93
|
-
}
|
94
|
-
.actions img {
|
95
|
-
border: none;
|
96
|
-
}
|
97
|
-
.actions a, .actions a:hover {
|
98
|
-
border: none;
|
99
|
-
text-decoration: none;
|
100
|
-
}
|
101
|
-
.errorExplanation {
|
102
|
-
background: 7px 10px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
103
|
-
padding: 0px 5px 5px 30px;
|
104
|
-
font-weight: bold;
|
105
|
-
margin-top: 5px;
|
106
|
-
margin-bottom: 5px;
|
107
|
-
border: 1px solid red;
|
108
|
-
}
|
109
|
-
.errorExplanation h2 {
|
110
|
-
color: red;
|
111
|
-
text-transform: none;
|
112
|
-
display: none;
|
113
|
-
}
|
114
|
-
.errorExplanation p {
|
115
|
-
font-weight: normal;
|
116
|
-
}
|
117
|
-
.fieldWithErrors input, .fieldWithErrors textarea {
|
118
|
-
border: 1px solid red !important;
|
119
|
-
background-color: #FFECF0 !important;
|
120
|
-
}
|
121
|
-
.fieldWithErrors iframe, .fieldWithErrors .wym_box {
|
122
|
-
border-color: red !important;
|
123
|
-
}
|
124
|
-
#message, .flash {
|
125
|
-
padding: 8px 8px 8px 30px;
|
126
|
-
margin-bottom: 15px;
|
127
|
-
position: relative;
|
128
|
-
}
|
129
|
-
.flash_notice, .flash_message {
|
130
|
-
border: 1px solid #00A017;
|
131
|
-
color: #00A017;
|
132
|
-
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
133
|
-
}
|
134
|
-
.flash_notice, .flash_notice * {
|
135
|
-
color: #00A017;
|
136
|
-
}
|
137
|
-
.flash_error, .flash_alert {
|
138
|
-
border: 1px solid #A00027;
|
139
|
-
color: #A00027;
|
140
|
-
background: 7px 7px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
141
|
-
}
|
142
|
-
.flash.flash_notice #flash_close, .flash.flash_error #flash_close, .flash.flash_alert #flash_close {
|
143
|
-
text-transform: lowercase;
|
144
|
-
}
|
145
|
-
.flash.flash_message {
|
146
|
-
background: #E0F5E0;
|
147
|
-
padding: 9px;
|
148
|
-
position: relative;
|
149
|
-
margin-bottom: 32px;
|
150
|
-
}
|
151
|
-
.flash.flash_message h2 {
|
152
|
-
margin-top: 12px;
|
153
|
-
}
|
154
|
-
.flash_message, .flash_message * {
|
155
|
-
color: #262719;
|
156
|
-
font-size: 14px;
|
157
|
-
}
|
158
|
-
.flash a, .flash a:hover {
|
159
|
-
color: #e20003;
|
160
|
-
border-bottom-color: #e20003;
|
161
|
-
}
|
162
|
-
.flash.flash_error a, .flash.flash_error a:hover,
|
163
|
-
.flash.flash_alert a, .flash.flash_alert a:hover {
|
164
|
-
display: none;
|
165
|
-
}
|
166
|
-
noscript .flash.flash_error a, noscript .flash.flash_error a:hover,
|
167
|
-
noscript .flash.flash_alert a, noscript .flash.flash_alert a:hover {
|
168
|
-
display: inline;
|
169
|
-
font-weight: bold;
|
170
|
-
}
|
171
|
-
.flash a#flash_close {
|
172
|
-
position: absolute;
|
173
|
-
right: 9px;
|
174
|
-
top: 7px;
|
175
|
-
}
|
176
|
-
.flash.flash_message a#flash_close {
|
177
|
-
top: 21px;
|
178
|
-
}
|
179
|
-
#content a {
|
180
|
-
border-bottom: 1px dotted #727272;
|
181
|
-
}
|
182
|
-
a {
|
183
|
-
color: #41403C;
|
184
|
-
text-decoration: none;
|
185
|
-
}
|
186
|
-
a:hover {
|
187
|
-
color: #000;
|
188
|
-
border-bottom: 1px solid #727272;
|
189
|
-
}
|
190
|
-
header a, header a:hover {
|
191
|
-
border-bottom: 0px none;
|
192
|
-
}
|
193
|
-
#content .wym_box a, #content .ui-tabs a {
|
194
|
-
border-bottom: 0px none;
|
195
|
-
}
|
196
|
-
.index #content, .splash #content {
|
197
|
-
background-color: white;
|
198
|
-
background-repeat: repeat-y;
|
199
|
-
}
|
200
|
-
#content h1 {
|
201
|
-
font-size: 18px;
|
202
|
-
font-weight: lighter;
|
203
|
-
text-align: center;
|
204
|
-
border-bottom: 1px solid #99998B;
|
205
|
-
padding-bottom: 10px;
|
206
|
-
}
|
207
|
-
.less-important {
|
208
|
-
color: #727272;
|
209
|
-
}
|
210
|
-
a#site_bar_refinery_cms_logo {
|
211
|
-
left: 448px;
|
212
|
-
}
|
213
|
-
#content, #page_container {
|
214
|
-
background-color: white;
|
215
|
-
}
|
216
|
-
body.login #site_bar_content, body.login header {
|
217
|
-
width: 650px;
|
218
|
-
}
|
219
|
-
body.login #page_container {
|
220
|
-
width: 620px;
|
221
|
-
}
|
222
|
-
body.login header {
|
223
|
-
background: #eaeaea;
|
224
|
-
}
|
225
|
-
header, footer, nav {
|
226
|
-
display: block;
|
227
|
-
}
|
228
|
-
body.login #site_bar_content a#site_bar_refinery_cms_logo {
|
229
|
-
left: 247px;
|
230
|
-
}
|
231
|
-
#page_container .login #page h1 {
|
232
|
-
margin: 0;
|
233
|
-
padding: 5px;
|
234
|
-
font-size: 20px;
|
235
|
-
line-height:22px
|
236
|
-
}
|
237
|
-
body.login #page_container div.remember_me label, label.inline {
|
238
|
-
display: inline;
|
239
|
-
}
|
240
|
-
body.login #page_container div.actions {
|
241
|
-
margin-top: 12px;
|
242
|
-
}
|
243
|
-
body.login label {
|
244
|
-
margin-top: 0px;
|
245
|
-
}
|
246
|
-
body.login .field {
|
247
|
-
margin-bottom: 20px;
|
248
|
-
}
|
249
|
-
body.login .field.remember_me, body.login .field.forgot_password {
|
250
|
-
margin-bottom: 0px;
|
251
|
-
margin-top: 0px;
|
252
|
-
}
|
253
|
-
body.login .field.forgot_password {
|
254
|
-
text-align: right;
|
255
|
-
}
|
256
|
-
body.login .field.remember_me label {
|
257
|
-
margin-top: 20px;
|
258
|
-
}
|
259
|
-
body.login #page_container div.remember_me {
|
260
|
-
width: 300px;
|
261
|
-
float: left;
|
262
|
-
}
|
263
|
-
body.login #page_container div.forgot_password {
|
264
|
-
float: right;
|
265
|
-
width: 250px;
|
266
|
-
}
|
267
|
-
body.login label, body.login a {
|
268
|
-
font-size: 14px;
|
269
|
-
}
|
270
|
-
body.login #flash_container, body.login .errorExplanation {
|
271
|
-
margin-bottom: 12px;
|
272
|
-
}
|
273
|
-
div.field.checkbox_access ul.checkboxes li {
|
274
|
-
margin-top: 3px;
|
275
|
-
}
|
276
|
-
div.field.checkbox_access {
|
277
|
-
margin-top: 20px;
|
278
|
-
}
|
279
|
-
div.field.checkbox_access .label_with_help a {
|
280
|
-
font-weight: normal;
|
281
|
-
}
|
282
|
-
/* Works in Firefox, Safari, Chrome, IE8+ */
|
283
|
-
body.login input.larger {
|
284
|
-
background: url('/images/refinery/text_field_background.png') repeat-x white;
|
285
|
-
height: 31px;
|
286
|
-
}
|
287
|
-
body.login input.larger:focus {
|
288
|
-
background-position: 0px -41px;
|
289
|
-
}
|
290
|
-
body.login .fieldWithErrors input.larger {
|
291
|
-
background-position: 0px -82px;
|
292
|
-
border: 1px solid red;
|
293
|
-
}
|
294
|
-
header {
|
295
|
-
height: 60px;
|
296
|
-
position: relative;
|
297
|
-
margin-bottom: 0px;
|
298
|
-
}
|
299
|
-
body.login header h1 {
|
300
|
-
color: #41403c;
|
301
|
-
vertical-align: middle;
|
302
|
-
text-align: center;
|
303
|
-
font-weight: bold;
|
304
|
-
font-size: 18px;
|
305
|
-
padding-bottom: 0px;
|
306
|
-
line-height: 30px;
|
307
|
-
padding-top: 15px;
|
308
|
-
min-height: 60px;
|
309
|
-
}
|
310
|
-
#menu, header .jcarousel-container {
|
311
|
-
display: block;
|
312
|
-
margin: 0px;
|
313
|
-
padding: 0px;
|
314
|
-
position: absolute;
|
315
|
-
bottom: 0px;
|
316
|
-
left: 0px;
|
317
|
-
right: 0px;
|
318
|
-
background: transparent;
|
319
|
-
}
|
320
|
-
header .jcarousel-container {
|
321
|
-
position: absolute !important;
|
322
|
-
}
|
323
|
-
header .jcarousel-container .jcarousel-prev,
|
324
|
-
header .jcarousel-container .jcarousel-next {
|
325
|
-
position: absolute;
|
326
|
-
top: 13px;
|
327
|
-
cursor: pointer;
|
328
|
-
}
|
329
|
-
header .jcarousel-container .jcarousel-prev {
|
330
|
-
left: -20px;
|
331
|
-
}
|
332
|
-
header .jcarousel-container .jcarousel-next {
|
333
|
-
right: -20px;
|
334
|
-
}
|
335
|
-
header .jcarousel-container .jcarousel-prev-disabled,
|
336
|
-
header .jcarousel-container .jcarousel-next-disabled {
|
337
|
-
display: none !important;
|
338
|
-
}
|
339
|
-
#menu.ui-sortable a {
|
340
|
-
cursor: move;
|
341
|
-
}
|
342
|
-
#menu.ui-sortable-disabled a {
|
343
|
-
cursor: pointer;
|
344
|
-
}
|
345
|
-
#menu a {
|
346
|
-
display: block;
|
347
|
-
padding: 9px 13px;
|
348
|
-
font-size: 13px;
|
349
|
-
background: url('/images/refinery/nav_inactive_background.png') transparent repeat;
|
350
|
-
margin-top:4px;
|
351
|
-
color: white;
|
352
|
-
font-weight: normal;
|
353
|
-
float: left;
|
354
|
-
margin-right: 2px;
|
355
|
-
position: relative;
|
356
|
-
}
|
357
|
-
#menu a.active, #menu a:hover, #menu a:focus {
|
358
|
-
background-color: white;
|
359
|
-
color: #ff5500;
|
360
|
-
}
|
361
|
-
#menu a.active {
|
362
|
-
padding: 11px 13px;
|
363
|
-
margin-top: 0px;
|
364
|
-
}
|
365
|
-
#menu a#menu_reorder, header #menu a#menu_reorder_done {
|
366
|
-
height: 14px;
|
367
|
-
width: 14px;
|
368
|
-
margin-top: 11px;
|
369
|
-
padding: 6px;
|
370
|
-
cursor: pointer;
|
371
|
-
vertical-align: middle;
|
372
|
-
text-align: center;
|
373
|
-
}
|
374
|
-
#content {
|
375
|
-
padding: 0px;
|
376
|
-
}
|
377
|
-
pre {
|
378
|
-
margin: 0;
|
379
|
-
padding: 0;
|
380
|
-
}
|
381
|
-
.preview {
|
382
|
-
color: #A3A093;
|
383
|
-
}
|
384
|
-
#site_link {
|
385
|
-
display: block;
|
386
|
-
color: #C2C2B3;
|
387
|
-
float: left;
|
388
|
-
|
389
|
-
}
|
390
|
-
#site_link:hover {
|
391
|
-
text-decoration: underline;
|
392
|
-
}
|
393
|
-
header #logo {
|
394
|
-
position: absolute;
|
395
|
-
right: 20px;
|
396
|
-
top: 25px;
|
397
|
-
}
|
398
|
-
header h1, header h1 a {
|
399
|
-
color: white;
|
400
|
-
font-size: 20px;
|
401
|
-
font-weight: normal;
|
402
|
-
margin-bottom: 0;
|
403
|
-
padding-bottom: 4px;
|
404
|
-
margin-top: 0;
|
405
|
-
}
|
406
|
-
header p {
|
407
|
-
color: white;
|
408
|
-
font-size: 90%;
|
409
|
-
padding: 0;
|
410
|
-
margin: 0;
|
411
|
-
}
|
412
|
-
.filter {
|
413
|
-
float: right;
|
414
|
-
}
|
415
|
-
#records > ul, #records > #recent_activity > ul, #records > #recent_inquiries > ul,
|
416
|
-
#records .pagination_container > ul, #records .pagination_frame > ul {
|
417
|
-
margin-left: 0;
|
418
|
-
padding-left: 0;
|
419
|
-
}
|
420
|
-
#records > ul li, #records > #recent_activity > ul li, #records > #recent_inquiries > ul li,
|
421
|
-
#records .pagination_container > ul li, #records .pagination_frame > ul {
|
422
|
-
list-style: none;
|
423
|
-
padding: 0px 5px;
|
424
|
-
vertical-align: top;
|
425
|
-
margin-bottom: 2px;
|
426
|
-
line-height: 35px;
|
427
|
-
position: relative;
|
428
|
-
}
|
429
|
-
#records > #recent_activity > ul li, #records > #recent_inquiries > ul li {
|
430
|
-
max-height: 35px;
|
431
|
-
}
|
432
|
-
/*
|
433
|
-
#records > ul.ui-sortable li {
|
434
|
-
position: static;
|
435
|
-
}
|
436
|
-
*/
|
437
|
-
#content #records > ul li .actions a, #content #records .pagination_container > ul li .actions a {
|
438
|
-
line-height: 29px;
|
439
|
-
}
|
440
|
-
#records ul.clickable li {
|
441
|
-
padding: 0px;
|
442
|
-
margin-bottom: 0px;
|
443
|
-
}
|
444
|
-
#records ul.clickable li a {
|
445
|
-
padding: 0px 5px;
|
446
|
-
vertical-align: top;
|
447
|
-
margin-bottom: 2px;
|
448
|
-
line-height: 35px;
|
449
|
-
display: block;
|
450
|
-
border-bottom: 0px none;
|
451
|
-
}
|
452
|
-
#records > #recent_activity, #records > #recent_inquiries {
|
453
|
-
float: left;
|
454
|
-
width: 48%;
|
455
|
-
}
|
456
|
-
#records > #recent_inquiries {
|
457
|
-
margin-left: 21px;
|
458
|
-
}
|
459
|
-
#records.one_list > #recent_activity, #records.one_list > #recent_inquiries {
|
460
|
-
width: 100%;
|
461
|
-
}
|
462
|
-
#records .left-column {
|
463
|
-
float: left;
|
464
|
-
width: 65%;
|
465
|
-
}
|
466
|
-
#records .left-column img {
|
467
|
-
vertical-align: bottom;
|
468
|
-
margin-top: 1px;
|
469
|
-
margin-right: 5px;
|
470
|
-
}
|
471
|
-
#records .right-column {
|
472
|
-
float: right;
|
473
|
-
width: 34%;
|
474
|
-
text-align: right;
|
475
|
-
}
|
476
|
-
#records .on {
|
477
|
-
background-color: #EAEAEA;
|
478
|
-
}
|
479
|
-
#records .off, #records .on-hover {
|
480
|
-
background-color: white;
|
481
|
-
}
|
482
|
-
#pagination ul a:hover, #pagination .on {
|
483
|
-
background: url('/images/refinery/hover-gradient.jpg') repeat-x bottom #D4D4C6;
|
484
|
-
}
|
485
|
-
#records ul.empty {
|
486
|
-
display: none;
|
487
|
-
}
|
488
|
-
#records.tree ul li ul, .tree ul li ul {
|
489
|
-
padding: 0;
|
490
|
-
}
|
491
|
-
#records.tree ul li, .tree ul li {
|
492
|
-
margin: 0px;
|
493
|
-
padding: 4px 0 0 40px;
|
494
|
-
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
495
|
-
}
|
496
|
-
#records.tree li.record ul {
|
497
|
-
margin-left: 0;
|
498
|
-
}
|
499
|
-
#records.tree .on-hover, #pagination ul.tree a:hover, #pagination .tree .on {
|
500
|
-
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
501
|
-
}
|
502
|
-
#records.tree ul li.branch_start, .tree ul li.branch_start {
|
503
|
-
background-image: url('/images/refinery/branch-start.gif');
|
504
|
-
}
|
505
|
-
#records.tree ul li.branch_end, .tree ul li.branch_end {
|
506
|
-
background-image: url('/images/refinery/branch-end.gif');
|
507
|
-
}
|
508
|
-
#records.tree li {
|
509
|
-
line-height: 25px;
|
510
|
-
}
|
511
|
-
#records.tree li span.spacing, .tree li span.spacing {
|
512
|
-
display: none;
|
513
|
-
}
|
514
|
-
#records.tree ul li > div:hover, .tree ul li > div:hover {
|
515
|
-
background-color: #EAEAEA;
|
516
|
-
}
|
517
|
-
/*
|
518
|
-
#records.tree ul.ui-sortable li div:hover, .tree ul.ui-sortable li div:hover {
|
519
|
-
background-color: inherit;
|
520
|
-
}
|
521
|
-
*/
|
522
|
-
#records ul#sortable_list {
|
523
|
-
margin-top: 6px;
|
524
|
-
}
|
525
|
-
|
526
|
-
#sortable_list.reordering > li {
|
527
|
-
cursor: move;
|
528
|
-
}
|
529
|
-
|
530
|
-
#content h2 {
|
531
|
-
font-size: 18px;
|
532
|
-
color:#41403c;
|
533
|
-
margin-bottom: 15px;
|
534
|
-
margin-top: 10px;
|
535
|
-
font-weight: bold;
|
536
|
-
}
|
537
|
-
|
538
|
-
#records h2, #actions h2 {
|
539
|
-
margin-top: 0px;
|
540
|
-
}
|
541
|
-
.pagination {
|
542
|
-
background-color: #C9DAE2;
|
543
|
-
padding: 5px 5px 4px 5px;
|
544
|
-
margin: 10px 0px;
|
545
|
-
}
|
546
|
-
.pagination .disabled {
|
547
|
-
color: #A8B9C1;
|
548
|
-
}
|
549
|
-
.pagination em {
|
550
|
-
font-weight: bold;
|
551
|
-
font-style: normal;
|
552
|
-
padding: 0px 6px;
|
553
|
-
}
|
554
|
-
.pagination a, #content .pagination a, .pagination .current, .disabled, .pagination em {
|
555
|
-
padding: 7px;
|
556
|
-
line-height: 20px;
|
557
|
-
border-bottom: 0px none;
|
558
|
-
}
|
559
|
-
.pagination .current, .pagination a:hover, .pagination em {
|
560
|
-
background: #A8B9C1;
|
561
|
-
}
|
562
|
-
#dialog-form-actions .pagination {
|
563
|
-
margin: -4px 6px -4px 0px;
|
564
|
-
float: right;
|
565
|
-
width: auto;
|
566
|
-
}
|
567
|
-
#dialog-form-actions .pagination a, #dialog-form-actions .pagination .current, #dialog-form-actions .pagination .disabled {
|
568
|
-
line-height: 15px;
|
569
|
-
}
|
570
|
-
textarea {
|
571
|
-
line-height: 20px;
|
572
|
-
padding: 5px;
|
573
|
-
}
|
574
|
-
.field-couple {
|
575
|
-
margin-bottom: 20px;
|
576
|
-
}
|
577
|
-
.submit {
|
578
|
-
border: inherit;
|
579
|
-
width: auto;
|
580
|
-
height: 25px;
|
581
|
-
}
|
582
|
-
label, .label_with_help {
|
583
|
-
margin-bottom: 5px;
|
584
|
-
font-weight: bold;
|
585
|
-
margin-top: 20px;
|
586
|
-
display: block;
|
587
|
-
}
|
588
|
-
label.input_label {
|
589
|
-
font-size: inherit;
|
590
|
-
margin-bottom: inherit;
|
591
|
-
display: inline;
|
592
|
-
font-weight: normal;
|
593
|
-
margin-top: inherit;
|
594
|
-
}
|
595
|
-
small label {
|
596
|
-
font-size: inherit;
|
597
|
-
font-weight: inherit;
|
598
|
-
display: inherit;
|
599
|
-
}
|
600
|
-
label.stripped {
|
601
|
-
float: none;
|
602
|
-
display: inline;
|
603
|
-
font-weight: normal;
|
604
|
-
font-size: 1em;
|
605
|
-
margin: 0px;
|
606
|
-
padding: 0px;
|
607
|
-
}
|
608
|
-
#body_field {
|
609
|
-
float: left;
|
610
|
-
width: 60%;
|
611
|
-
}
|
612
|
-
.no_side_body {
|
613
|
-
width: 72% !important;
|
614
|
-
}
|
615
|
-
#side_body_field {
|
616
|
-
float: left;
|
617
|
-
width: 38%;
|
618
|
-
margin-left: 18px;
|
619
|
-
}
|
620
|
-
#body_field textarea, #side_body_field textarea {
|
621
|
-
width: 99%;
|
622
|
-
}
|
623
|
-
.record .title span {
|
624
|
-
line-height: 30px;
|
625
|
-
}
|
626
|
-
#records.files .record .title, #dialog_main #resource_file_area #pages_list ul li a.page_link {
|
627
|
-
display:inline-block;
|
628
|
-
padding-left:24px;
|
629
|
-
min-height:16px;
|
630
|
-
background-repeat:no-repeat;
|
631
|
-
background-position:left;
|
632
|
-
background-image: url('/images/refinery/icons/folder_page_white.png');
|
633
|
-
}
|
634
|
-
#dialog_main #resource_file_area #pages_list ul li a.page_link{
|
635
|
-
background-position:5px center;
|
636
|
-
display:block;
|
637
|
-
}
|
638
|
-
#records.files .record .title.pdf, #dialog_main #resource_file_area #pages_list ul li a.page_link.pdf {
|
639
|
-
background-image: url('/images/refinery/icons/pdf.png');
|
640
|
-
}
|
641
|
-
#records.files .record .title.jpg, #records.files .record .title.gif, #records.files .record .title.jpeg, #records.files .record .title.png, #records.files .record .title.tiff, #dialog_main #resource_file_area #pages_list ul li a.page_link.jpg, #dialog_main #resource_file_area #pages_list ul li a.page_link.jpeg, #dialog_main #resource_file_area #pages_list ul li a.page_link.gif, #dialog_main #resource_file_area #pages_list ul li a.page_link.png, #dialog_main #resource_file_area #pages_list ul li a.page_link.tiff {
|
642
|
-
background-image: url('/images/refinery/icons/img.png');
|
643
|
-
}
|
644
|
-
#records.files .record .title.doc, #records.files .record .title.pages, #records.files .record .title.docx, #dialog_main #resource_file_area #pages_list ul li a.page_link.doc, #dialog_main #resource_file_area #pages_list ul li a.page_link.docx, #dialog_main #resource_file_area #pages_list ul li a.page_link.pages {
|
645
|
-
background-image: url('/images/refinery/icons/doc.png');
|
646
|
-
}
|
647
|
-
#records.files .record .title.ppt, #records.files .record .title.keynote, #dialog_main #resource_file_area #pages_list ul li a.page_link.ppt, #dialog_main #resource_file_area #pages_list ul li a.page_link.keynote {
|
648
|
-
background-image: url('/images/refinery/icons/ppt.png');
|
649
|
-
}
|
650
|
-
#records.files .record .title.xls, #records.files .record .title.numbers, #dialog_main #resource_file_area #pages_list ul li a.page_link.xls, #dialog_main #resource_file_area #pages_list ul li a.page_link.numbers {
|
651
|
-
background-image: url('/images/refinery/icons/xls.png');
|
652
|
-
}
|
653
|
-
#records.files .record .title.zip, #records.files .record .title.rar, #dialog_main #resource_file_area #pages_list ul li a.page_link.zip, #dialog_main #resource_file_area #pages_list ul li a.page_link.rar {
|
654
|
-
background-image: url('/images/refinery/icons/zip.png');
|
655
|
-
}
|
656
|
-
#records.files .record .title.mp3, #records.files .record .title.wav, #records.files .record .title.aiff, #records.files .record .title.m4a, #dialog_main #resource_file_area #pages_list ul li a.page_link.mp3, #dialog_main #resource_file_area #pages_list ul li a.page_link.wav, #dialog_main #resource_file_area #pages_list ul li a.page_link.aiff, #dialog_main #resource_file_area #pages_list ul li a.page_link.m4a {
|
657
|
-
background-image: url('/images/refinery/icons/music.png');
|
658
|
-
}
|
659
|
-
#records .actions {
|
660
|
-
position: absolute;
|
661
|
-
right: 0px;
|
662
|
-
top: 0px;
|
663
|
-
width: 120px;
|
664
|
-
text-align: right;
|
665
|
-
display: block;
|
666
|
-
line-height: 28px;
|
667
|
-
}
|
668
|
-
#records.tree .actions {
|
669
|
-
line-height: 22px;
|
670
|
-
top: 1px;
|
671
|
-
}
|
672
|
-
.published {
|
673
|
-
width: 25px;
|
674
|
-
text-align: center;
|
675
|
-
}
|
676
|
-
#content .actions a {
|
677
|
-
display: block;
|
678
|
-
float: right;
|
679
|
-
margin: 3px 3px;
|
680
|
-
line-height: inherit;
|
681
|
-
border-bottom: 0px none;
|
682
|
-
}
|
683
|
-
|
684
|
-
#content #records.tree > ul li .actions a {
|
685
|
-
margin: 3px 3px 0px 3px;
|
686
|
-
line-height: 24px;
|
687
|
-
}
|
688
|
-
.actions a * {
|
689
|
-
padding: 4px 4px 1px 4px;
|
690
|
-
}
|
691
|
-
.actions a img {
|
692
|
-
vertical-align: middle;
|
693
|
-
padding: 2px 4px 4px 4px;
|
694
|
-
}
|
695
|
-
#records.tree .actions a img {
|
696
|
-
padding-top: 4px;
|
697
|
-
}
|
698
|
-
#image_grid .actions a img {
|
699
|
-
padding: 4px 4px 1px 4px;
|
700
|
-
vertical-align: top;
|
701
|
-
}
|
702
|
-
.actions a:hover {
|
703
|
-
color: #E6E5DC;
|
704
|
-
background: #3F3E3A;
|
705
|
-
}
|
706
|
-
.actions a.cancel {
|
707
|
-
color: #AF0027;
|
708
|
-
}
|
709
|
-
.actions a.cancel:hover {
|
710
|
-
color: white;
|
711
|
-
background: #AF0027;
|
712
|
-
}
|
713
|
-
.actions a.reorder_anchor:hover {
|
714
|
-
background: inherit !important;
|
715
|
-
cursor: move;
|
716
|
-
}
|
717
|
-
#other_records {
|
718
|
-
width: 68%;
|
719
|
-
}
|
720
|
-
#common_actions {
|
721
|
-
margin: 0;
|
722
|
-
padding: 0;
|
723
|
-
}
|
724
|
-
#common_actions li {
|
725
|
-
margin: 0;
|
726
|
-
list-style: none;
|
727
|
-
padding: 5px 0px 5px 0px;
|
728
|
-
}
|
729
|
-
#common_actions li a {
|
730
|
-
font-weight: bold;
|
731
|
-
}
|
732
|
-
.larger {
|
733
|
-
font-size: 200%;
|
734
|
-
}
|
735
|
-
#actions a img {
|
736
|
-
vertical-align: bottom;
|
737
|
-
border: 0;
|
738
|
-
}
|
739
|
-
.brown_border {
|
740
|
-
border: 1px solid #99998B;
|
741
|
-
}
|
742
|
-
#inquiry, .inquiry {
|
743
|
-
border-collapse: collapse;
|
744
|
-
width: 100%;
|
745
|
-
}
|
746
|
-
#inquiry td, .inquiry td {
|
747
|
-
border-bottom: 1px solid #CCCCCC;
|
748
|
-
padding: 7px;
|
749
|
-
}
|
750
|
-
#inquiry tr:last-child td, .inquiry tr:last-child td {
|
751
|
-
border-bottom: 0px;
|
752
|
-
}
|
753
|
-
#inquiry td label.stripped, .inquiry td label.stripped {
|
754
|
-
font-weight: bold;
|
755
|
-
}
|
756
|
-
body.dialog {
|
757
|
-
background: #FFF;
|
758
|
-
}
|
759
|
-
body.dialog, body.wym_dialog {
|
760
|
-
text-align: left;
|
761
|
-
}
|
762
|
-
#wym_hide_fields {
|
763
|
-
display: none;
|
764
|
-
}
|
765
|
-
body.dialog form {
|
766
|
-
width: 100% !important;
|
767
|
-
}
|
768
|
-
.dialog span.radio {
|
769
|
-
display: block;
|
770
|
-
line-height: 18px;
|
771
|
-
padding: 6px 0px;
|
772
|
-
}
|
773
|
-
.dialog span.radio * {
|
774
|
-
cursor: pointer;
|
775
|
-
font-weight: bold;
|
776
|
-
}
|
777
|
-
.dialog #dialog_menu_left {
|
778
|
-
position: fixed;
|
779
|
-
left: 12px;
|
780
|
-
top: 9px;
|
781
|
-
width: 130px;
|
782
|
-
}
|
783
|
-
.dialog #dialog_main {
|
784
|
-
float: left;
|
785
|
-
margin-left: 130px;
|
786
|
-
min-height: 405px;
|
787
|
-
width: 696px;
|
788
|
-
}
|
789
|
-
.wym_dialog_table {
|
790
|
-
height: 250px;
|
791
|
-
}
|
792
|
-
.dialog #existing_image_content {
|
793
|
-
position: relative;
|
794
|
-
height: 300px;
|
795
|
-
padding: 12px;
|
796
|
-
}
|
797
|
-
.dialog #existing_image_area_content {
|
798
|
-
margin-top: 28px;
|
799
|
-
}
|
800
|
-
.dialog #existing_image_area_content ul {
|
801
|
-
margin: 0px;
|
802
|
-
padding: 0px;
|
803
|
-
}
|
804
|
-
.dialog #existing_image_area_content ul li {
|
805
|
-
list-style: none;
|
806
|
-
padding: 0px;
|
807
|
-
margin: 0px 2px 0px 0px;
|
808
|
-
float: left;
|
809
|
-
height: 114px;
|
810
|
-
max-height: 114px;
|
811
|
-
width: 114px;
|
812
|
-
max-width: 114px;
|
813
|
-
overflow: hidden;
|
814
|
-
cursor: pointer;
|
815
|
-
text-align: center;
|
816
|
-
vertical-align: middle;
|
817
|
-
}
|
818
|
-
.dialog #existing_image_area_content ul li img {
|
819
|
-
border: 4px solid transparent;
|
820
|
-
}
|
821
|
-
.dialog #existing_image_area_content ul li.selected img {
|
822
|
-
border: 4px solid #22A7F2;
|
823
|
-
}
|
824
|
-
.dialog #existing_image_size_area {
|
825
|
-
margin-top: 18px;
|
826
|
-
}
|
827
|
-
.dialog #existing_image_size_area ul {
|
828
|
-
margin: 0px;
|
829
|
-
padding: 10px 0px 0px 0px;
|
830
|
-
}
|
831
|
-
.dialog #existing_image_size_area ul li {
|
832
|
-
float: left;
|
833
|
-
list-style: none;
|
834
|
-
margin: 0px 18px 0px 0px;
|
835
|
-
text-align:center;
|
836
|
-
}
|
837
|
-
.dialog #existing_image_size_area ul li.selected {
|
838
|
-
|
839
|
-
}
|
840
|
-
.dialog #existing_image_size_area ul li a {
|
841
|
-
display: block;
|
842
|
-
border: 1px solid #999999;
|
843
|
-
font-size: 10px;
|
844
|
-
/* The following default values are overridden below */
|
845
|
-
height: 90px;
|
846
|
-
width: 90px;
|
847
|
-
line-height: 90px;
|
848
|
-
margin-top:-20px
|
849
|
-
}
|
850
|
-
.dialog #existing_image_size_area ul li.selected a {
|
851
|
-
border-color: #22A7F2;
|
852
|
-
background: #22A7F2;
|
853
|
-
color: white;
|
854
|
-
font-weight: bold;
|
855
|
-
}
|
856
|
-
.dialog #existing_image_size_area #image_dialog_size_0 a { height: 30px; width: 30px; line-height: 30px; margin-top: 10px}
|
857
|
-
.dialog #existing_image_size_area #image_dialog_size_1 a { height: 50px; width: 50px; line-height: 50px; margin-top: 0px}
|
858
|
-
.dialog #existing_image_size_area #image_dialog_size_2 a { height: 70px; width: 70px; line-height: 70px; margin-top:-10px}
|
859
|
-
.dialog #existing_image_size_area #image_dialog_size_3 a { height: 90px; width: 90px; line-height: 90px; margin-top:-20px}
|
860
|
-
|
861
|
-
#dialog_main .pagination {
|
862
|
-
margin: 0px;
|
863
|
-
position: fixed;
|
864
|
-
bottom: 5px;
|
865
|
-
right: 12px;
|
866
|
-
z-index: 1000;
|
867
|
-
}
|
868
|
-
#upload_image_area, #upload_resource_area {
|
869
|
-
padding: 12px;
|
870
|
-
}
|
871
|
-
.dialog #content {
|
872
|
-
padding: 0px;
|
873
|
-
}
|
874
|
-
.wym_dialog #page {
|
875
|
-
width: 940px;
|
876
|
-
padding: 6px;
|
877
|
-
}
|
878
|
-
#dialog_main #pages_list {
|
879
|
-
width: 100%;
|
880
|
-
padding-bottom: 40px;
|
881
|
-
}
|
882
|
-
#dialog_main #pages_list ul {
|
883
|
-
margin: 0px 12px 0px 12px;
|
884
|
-
padding: 0px;
|
885
|
-
}
|
886
|
-
#dialog_main #pages_list ul li {
|
887
|
-
cursor: pointer;
|
888
|
-
line-height: 24px;
|
889
|
-
list-style: none;
|
890
|
-
}
|
891
|
-
#dialog_main #pages_list li.child a {
|
892
|
-
padding-left: 27px;
|
893
|
-
}
|
894
|
-
#dialog_main #pages_list li.child1 a {
|
895
|
-
padding-left: 47px;
|
896
|
-
}
|
897
|
-
#dialog_main #pages_list li.child2 a {
|
898
|
-
padding-left: 67px;
|
899
|
-
}
|
900
|
-
#dialog_main #pages_list li.child3 a {
|
901
|
-
padding-left: 87px;
|
902
|
-
}
|
903
|
-
#dialog_main #pages_list li.child4 a {
|
904
|
-
padding-left: 107px;
|
905
|
-
}
|
906
|
-
/*
|
907
|
-
#dialog_main #pages_list ul li span {
|
908
|
-
display: block;
|
909
|
-
padding: 3px;
|
910
|
-
margin-left: 24px;
|
911
|
-
}*/
|
912
|
-
#dialog_main #pages_list ul li a {
|
913
|
-
display: block;
|
914
|
-
padding: 3px 3px 3px 27px;
|
915
|
-
text-decoration: none;
|
916
|
-
border-bottom: none;
|
917
|
-
border: 1px solid transparent;
|
918
|
-
}
|
919
|
-
#dialog_main #pages_list li a:hover {
|
920
|
-
background-color: #C9DAE2;
|
921
|
-
}
|
922
|
-
#dialog_main .actions {
|
923
|
-
margin-right: 48px;
|
924
|
-
}
|
925
|
-
#dialog_main #pages_list .linked a, #dialog_main #pages_list .linked a:hover {
|
926
|
-
border: 1px solid #00A017;
|
927
|
-
color: #00A017;
|
928
|
-
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
929
|
-
}
|
930
|
-
#dialog_main #pages_list .linked a em {
|
931
|
-
color: #00A017;
|
932
|
-
}
|
933
|
-
#dialog_main #web_address_area, #dialog_main #email_address_area {
|
934
|
-
padding: 12px;
|
935
|
-
}
|
936
|
-
#link_title {
|
937
|
-
margin-top: 12px;
|
938
|
-
}
|
939
|
-
#link_title label {
|
940
|
-
margin: 3px 0px 0px 0px !important;
|
941
|
-
width: 130px;
|
942
|
-
display: block;
|
943
|
-
float: left;
|
944
|
-
}
|
945
|
-
#link_title input {
|
946
|
-
width: 770px;
|
947
|
-
}
|
948
|
-
ul#menu.reordering_menu li a {
|
949
|
-
cursor: move;
|
950
|
-
}
|
951
|
-
#site_bar {
|
952
|
-
background: #22a7f2;
|
953
|
-
border-bottom: 0px none;
|
954
|
-
}
|
955
|
-
#search {
|
956
|
-
border: 1px solid #b3b3b3;
|
957
|
-
line-height: 18px;
|
958
|
-
padding: 2px;
|
959
|
-
font-size: 16px;
|
960
|
-
width: 180px;
|
961
|
-
}
|
962
|
-
.pt-BR #search {
|
963
|
-
width: 187px;
|
964
|
-
}
|
965
|
-
.en #search {
|
966
|
-
width: 210px;
|
967
|
-
}
|
968
|
-
.search_form {
|
969
|
-
position: relative;
|
970
|
-
}
|
971
|
-
.search_form .button, .search_form .button-wrapper {
|
972
|
-
position: absolute;
|
973
|
-
right: 0px;
|
974
|
-
top: 0px;
|
975
|
-
}
|
976
|
-
form input[type=submit]:hover {
|
977
|
-
background: #65c3f7;
|
978
|
-
}
|
979
|
-
.clearfix:after {
|
980
|
-
content:".";
|
981
|
-
display:block;
|
982
|
-
height:0;
|
983
|
-
clear:both;
|
984
|
-
visibility:hidden;
|
985
|
-
}
|
986
|
-
.clearfix {display:inline-block;}
|
987
|
-
/* Hide from IE Mac \*/
|
988
|
-
.clearfix {display:block;}
|
989
|
-
/* End hide from IE Mac */
|
990
|
-
|
991
|
-
/*
|
992
|
-
Firefox Dotted Line Fix
|
993
|
-
- http://sonspring.com/journal/removing-dotted-links
|
994
|
-
*/
|
995
|
-
a:focus {
|
996
|
-
outline: none;
|
997
|
-
}
|
998
|
-
a img {
|
999
|
-
border: 0px none;
|
1000
|
-
}
|
1001
|
-
/* icons */
|
1002
|
-
.add_icon {
|
1003
|
-
background-image: url('/images/refinery/icons/add.png');
|
1004
|
-
}
|
1005
|
-
.delete_icon {
|
1006
|
-
background-image: url('/images/refinery/icons/delete.png');
|
1007
|
-
}
|
1008
|
-
.edit_icon {
|
1009
|
-
background-image: url('/images/refinery/icons/application_edit.png');
|
1010
|
-
}
|
1011
|
-
.reorder_icon {
|
1012
|
-
background-image: url('/images/refinery/icons/arrow_switch.png');
|
1013
|
-
}
|
1014
|
-
.reorder_icon.loading{
|
1015
|
-
background-image:url('/images/refinery/icons/ajax-loader.gif');
|
1016
|
-
}
|
1017
|
-
.user_comment_icon {
|
1018
|
-
background-image: url('/images/refinery/icons/user_comment.png');
|
1019
|
-
}
|
1020
|
-
.edit_email_icon {
|
1021
|
-
background-image: url('/images/refinery/icons/email_edit.png');
|
1022
|
-
}
|
1023
|
-
.spam_icon {
|
1024
|
-
background-image: url('/images/refinery/icons/bin.png');
|
1025
|
-
}
|
1026
|
-
.spam_empty_icon {
|
1027
|
-
background-image: url('/images/refinery/icons/bin_closed.png');
|
1028
|
-
}
|
1029
|
-
.email_icon {
|
1030
|
-
background-image: url('/images/refinery/icons/email.png');
|
1031
|
-
}
|
1032
|
-
.back_icon {
|
1033
|
-
background-image: url('/images/refinery/icons/arrow_left.png');
|
1034
|
-
}
|
1035
|
-
.go_icon {
|
1036
|
-
background-image: url('/images/refinery/icons/application_go.png');
|
1037
|
-
}
|
1038
|
-
.success_icon {
|
1039
|
-
background-image: url('/images/refinery/icons/tick.png');
|
1040
|
-
padding: 0px 8px;
|
1041
|
-
}
|
1042
|
-
.failure_icon {
|
1043
|
-
background-image: url('/images/refinery/icons/cross.png');
|
1044
|
-
padding: 0px 8px;
|
1045
|
-
}
|
1046
|
-
/* page parts */
|
1047
|
-
|
1048
|
-
ul#page_parts {
|
1049
|
-
float: left;
|
1050
|
-
width: 94%;
|
1051
|
-
}
|
1052
|
-
ul#page_parts, ul#page_parts_controls {
|
1053
|
-
margin: 20px 0 0 0;
|
1054
|
-
padding: 0;
|
1055
|
-
}
|
1056
|
-
ul#page_parts_controls {
|
1057
|
-
float: right;
|
1058
|
-
width: 5%;
|
1059
|
-
margin-right: 3px;
|
1060
|
-
}
|
1061
|
-
ul#page_parts_controls li {
|
1062
|
-
list-style: none;
|
1063
|
-
float: right;
|
1064
|
-
margin: 12px 3px 0px 3px;
|
1065
|
-
}
|
1066
|
-
ul#page_parts_controls li a {
|
1067
|
-
border: 0px none;
|
1068
|
-
}
|
1069
|
-
ul#page_parts_controls img {
|
1070
|
-
vertical-align: middle;
|
1071
|
-
}
|
1072
|
-
#page_part_editors {
|
1073
|
-
clear:left;
|
1074
|
-
min-height: 446px;
|
1075
|
-
}
|
1076
|
-
a#toggle_advanced_options {
|
1077
|
-
background: url('/images/refinery/icons/page_white_gear.png') no-repeat 0px 3px;
|
1078
|
-
padding: 5px 5px 5px 22px;
|
1079
|
-
border-bottom: none;
|
1080
|
-
}
|
1081
|
-
a#toggle_advanced_options:hover {
|
1082
|
-
border-bottom:1px dotted #727272;
|
1083
|
-
}
|
1084
|
-
/* dialog stuff */
|
1085
|
-
#dialog_frame {
|
1086
|
-
width:952px;
|
1087
|
-
height:460px;
|
1088
|
-
padding: 0px;
|
1089
|
-
border: 0px solid #F2F1ED;
|
1090
|
-
}
|
1091
|
-
.wym_hideables {
|
1092
|
-
display: none;
|
1093
|
-
}
|
1094
|
-
#content .form-actions, .wym_dialog .form-actions, .ui-dialog .form-actions {
|
1095
|
-
position: relative;
|
1096
|
-
background-color: #F2F2F2;
|
1097
|
-
border: 1px solid #CCCCCC;
|
1098
|
-
margin-top: 10px;
|
1099
|
-
height: 45px;
|
1100
|
-
}
|
1101
|
-
.dialog form {
|
1102
|
-
margin-bottom: 45px;
|
1103
|
-
}
|
1104
|
-
.dialog .dialog_area > div > .field label:first-child, .dialog .dialog_area > div > label:first-child {
|
1105
|
-
margin-top: 0px;
|
1106
|
-
}
|
1107
|
-
.wym_dialog .form-actions, #content.form-actions.dialog-form-actions, .ui-dialog .form-actions {
|
1108
|
-
margin-top: 16px;
|
1109
|
-
}
|
1110
|
-
#content .form-actions .form-actions-left, #content .form-actions .form-actions-right,
|
1111
|
-
.wym_dialog .form-actions .form-actions-left, .wym_dialog .form-actions .form-actions-right,
|
1112
|
-
.ui-dialog .form-actions .form-actions-left, .ui-dialog .form-actions .form-actions-right {
|
1113
|
-
position: absolute;
|
1114
|
-
top: 10px;
|
1115
|
-
}
|
1116
|
-
#content .form-actions .form-actions-left, .wym_dialog .form-actions .form-actions-left, .ui-dialog .form-actions .form-actions-left {
|
1117
|
-
left: 10px;
|
1118
|
-
}
|
1119
|
-
#content .form-actions .form-actions-right, .wym_dialog .form-actions .form-actions-right, .ui-dialog .form-actions .form-actions-right {
|
1120
|
-
right: 10px;
|
1121
|
-
}
|
1122
|
-
#content .form-actions .save-loader {
|
1123
|
-
position: absolute;
|
1124
|
-
right: -24px;
|
1125
|
-
top: 4px;
|
1126
|
-
}
|
1127
|
-
.wym_dialog .form-actions, .ui-dialog .form-actions {
|
1128
|
-
border: 0px none;
|
1129
|
-
border-top: 1px solid #E8E8E8;
|
1130
|
-
}
|
1131
|
-
#dialog_iframe {
|
1132
|
-
position: relative;
|
1133
|
-
}
|
1134
|
-
#dialog_container #content .form-actions, .ui-dialog .form-actions, .dialog_container .form-actions {
|
1135
|
-
position: absolute;
|
1136
|
-
bottom: 0px;
|
1137
|
-
left: 0px;
|
1138
|
-
right: 0px;
|
1139
|
-
border-right: 0px;
|
1140
|
-
border-left: 0px;
|
1141
|
-
border-bottom: 0px;
|
1142
|
-
width: auto;
|
1143
|
-
}
|
1144
|
-
#dialog_container.dialog.iframed #content .form-actions {
|
1145
|
-
position: fixed;
|
1146
|
-
}
|
1147
|
-
body.dialog #content .search_form {
|
1148
|
-
float: right;
|
1149
|
-
width: auto !important;
|
1150
|
-
min-width: 300px;
|
1151
|
-
margin-bottom: 0px;
|
1152
|
-
}
|
1153
|
-
#existing_image_area {
|
1154
|
-
padding-top:6px;
|
1155
|
-
}
|
1156
|
-
textarea.wymeditor {
|
1157
|
-
}
|
1158
|
-
.ui-dialog div.field {
|
1159
|
-
margin: 0px 10px;
|
1160
|
-
}
|
1161
|
-
#dialog_container, .dialog_container {
|
1162
|
-
padding: 12px;
|
1163
|
-
}
|
1164
|
-
ul#image_grid, .pagination_container > ul#image_grid {
|
1165
|
-
width: 100%;
|
1166
|
-
padding: 0px;
|
1167
|
-
margin: 10px 0px 15px 0px;
|
1168
|
-
}
|
1169
|
-
.pagination_container > ul#image_grid.pagination_frame {
|
1170
|
-
top: 38px;
|
1171
|
-
}
|
1172
|
-
ul#image_grid li, .pagination_container > ul#image_grid li {
|
1173
|
-
position: relative;
|
1174
|
-
float: left;
|
1175
|
-
margin: 0px 7px 12px 0px;
|
1176
|
-
padding: 0px;
|
1177
|
-
width: 124px;
|
1178
|
-
text-align: center;
|
1179
|
-
height: 165px;
|
1180
|
-
overflow: hidden;
|
1181
|
-
max-width: 124px;
|
1182
|
-
max-height: 165px;
|
1183
|
-
}
|
1184
|
-
ul#image_grid li.image_4 {
|
1185
|
-
margin-left: 1px;
|
1186
|
-
margin-right: 0px;
|
1187
|
-
}
|
1188
|
-
#records ul#image_grid li .actions {
|
1189
|
-
top: auto;
|
1190
|
-
bottom: 0px;
|
1191
|
-
}
|
1192
|
-
#records ul#image_grid li .actions a {
|
1193
|
-
line-height: 24px;
|
1194
|
-
}
|
1195
|
-
ul#image_grid li.row-end {
|
1196
|
-
margin-right: 0px;
|
1197
|
-
float: right;
|
1198
|
-
}
|
1199
|
-
ul#image_grid li a {
|
1200
|
-
border: 0 none;
|
1201
|
-
}
|
1202
|
-
ul#image_grid li p {
|
1203
|
-
margin: 3px 0;
|
1204
|
-
}
|
1205
|
-
ul#image_grid li span.actions {
|
1206
|
-
width: 100%;
|
1207
|
-
}
|
1208
|
-
#content form.edit_image {
|
1209
|
-
width: 70%;
|
1210
|
-
float: left;
|
1211
|
-
}
|
1212
|
-
#content #existing_image {
|
1213
|
-
float: right;
|
1214
|
-
width: 25%;
|
1215
|
-
}
|
1216
|
-
ul.checkboxes {
|
1217
|
-
margin: 0px;
|
1218
|
-
padding: 0px;
|
1219
|
-
}
|
1220
|
-
ul.checkboxes li {
|
1221
|
-
list-style: none;
|
1222
|
-
}
|
1223
|
-
.label_inline_with_link label {
|
1224
|
-
float: left;
|
1225
|
-
margin-right: 6px;
|
1226
|
-
}
|
1227
|
-
.label_inline_with_link a {
|
1228
|
-
border: 0px none;
|
1229
|
-
margin-top: 19px;
|
1230
|
-
line-height: 17px;
|
1231
|
-
float: left;
|
1232
|
-
}
|
1233
|
-
.label_inline_with_link a img {
|
1234
|
-
vertical-align: middle;
|
1235
|
-
}
|
1236
|
-
.remove_picked_image {
|
1237
|
-
margin-top:8px;
|
1238
|
-
display:inline-block;
|
1239
|
-
width:auto;
|
1240
|
-
}
|
1241
|
-
#new_page_part_dialog .field {
|
1242
|
-
padding: 0px 10px;
|
1243
|
-
}
|
1244
|
-
.hide-overflow {
|
1245
|
-
overflow: hidden;
|
1246
|
-
}
|
1247
|
-
#remove_resource {
|
1248
|
-
margin-top:8px;
|
1249
|
-
display:inline-block;
|
1250
|
-
width:auto;
|
1251
|
-
}
|
1252
|
-
/**** Tooltip Icons *****/
|
1253
|
-
.tooltip {
|
1254
|
-
background: #22a7f2;
|
1255
|
-
border: 1px solid #1b82bd;
|
1256
|
-
word-wrap:break-word;
|
1257
|
-
position: relative;
|
1258
|
-
}
|
1259
|
-
.tooltip span {
|
1260
|
-
display: block;
|
1261
|
-
padding: 10px;
|
1262
|
-
border: 1px solid #62c1f6;
|
1263
|
-
}
|
1264
|
-
.tooltip-nib {
|
1265
|
-
position: absolute;
|
1266
|
-
z-index: 10001;
|
1267
|
-
}
|
1268
|
-
.tooltip, .tooltip * {
|
1269
|
-
color: white;
|
1270
|
-
}
|
1271
|
-
.wym_dialog_paste .field textarea {
|
1272
|
-
width: 98%;
|
1273
|
-
}
|
1274
|
-
.ui-dialog .wym_dialog_paste .field, .ui-dialog .wym_dialog_paste .field textarea {
|
1275
|
-
margin: 0px 0px 45px 0px;
|
1276
|
-
height: 300px;
|
1277
|
-
}
|
1278
|
-
input.button, a.button, #content a.button, span.button-wrapper, span.button-wrapper input {
|
1279
|
-
cursor:pointer;
|
1280
|
-
background: #22a7f2;
|
1281
|
-
color: white;
|
1282
|
-
padding: 0px 14px 0px 14px;
|
1283
|
-
font-size: 14px;
|
1284
|
-
line-height: 25px;
|
1285
|
-
height: 25px;
|
1286
|
-
display: inline-block;
|
1287
|
-
border: 0px none;
|
1288
|
-
margin-top: 0px;
|
1289
|
-
margin-bottom: 0px;
|
1290
|
-
}
|
1291
|
-
/* for those pesky IE browsers */
|
1292
|
-
span.button-wrapper {
|
1293
|
-
padding: 0px;
|
1294
|
-
}
|
1295
|
-
span.button-wrapper input {
|
1296
|
-
display: inherit;
|
1297
|
-
}
|
1298
|
-
/* fixes firefox display */
|
1299
|
-
input.button {
|
1300
|
-
padding-bottom: 3px;
|
1301
|
-
}
|
1302
|
-
input.button.close_dialog, a.button.close_dialog, #content a.button.close_dialog, span.button-wrapper.close_dialog, span.button-wrapper.close_dialog input {
|
1303
|
-
background: #bcbcbc;
|
1304
|
-
}
|
1305
|
-
input.button:hover, a.button:hover, #content a.button:hover, span.button-wrapper:hover, span.button-wrapper:hover input {
|
1306
|
-
background:#62bef2;
|
1307
|
-
}
|
1308
|
-
input.button.close_dialog:hover, a.button.close_dialog:hover, #content a.button.close_dialog:hover, span.button-wrapper.close_dialog:hover {
|
1309
|
-
background: #cdcdcd;
|
1310
|
-
}
|
1311
|
-
input.button:active, a.button:active, #content a.button:active, span.button-wrapper:active, span.button-wrapper:active input {
|
1312
|
-
background: #004a8f;
|
1313
|
-
}
|
1314
|
-
input.button.close_dialog:active, a.button.close_dialog:active, #content a.button.close_dialog:active, span.button-wrapper.close_dialog:active, span.button-wrapper.close_dialog:active input {
|
1315
|
-
background: #808080;
|
1316
|
-
}
|
1317
|
-
.wym_dialog a.button.wym_cancel.close_dialog {
|
1318
|
-
margin-left: 6px;
|
1319
|
-
}
|
1320
|
-
#content a.button.close_dialog:active {
|
1321
|
-
color: white;
|
1322
|
-
}
|
1323
|
-
.form-actions a.confirm-delete, #content .form-actions a.confirm-delete {
|
1324
|
-
background: #ee1100;
|
1325
|
-
position: absolute;
|
1326
|
-
right: 0px;
|
1327
|
-
}
|
1328
|
-
.form-actions a.confirm-delete:hover, #content .form-actions a.confirm-delete:hover {
|
1329
|
-
background: #ff3322;
|
1330
|
-
}
|
1331
|
-
.form-actions a.confirm-delete:active, #content .form-actions a.confirm-delete:active {
|
1332
|
-
background: #bb0000;
|
1333
|
-
}
|
1334
|
-
.field input[type=text], .field input[type=password], .field textarea {
|
1335
|
-
border: 1px solid #7f9db9;
|
1336
|
-
padding: 0.4% 0.5%;
|
1337
|
-
line-height: 20px;
|
1338
|
-
}
|
1339
|
-
/* ## Advanced Page Options --------------------------------------------- */
|
1340
|
-
#more_options{
|
1341
|
-
overflow:hidden;
|
1342
|
-
}
|
1343
|
-
.hemisquare {
|
1344
|
-
padding: 10px;
|
1345
|
-
margin: 0px 0px;
|
1346
|
-
margin-left: 10px;
|
1347
|
-
float: left;
|
1348
|
-
width: 45%;
|
1349
|
-
}
|
1350
|
-
.hemisquare.right_side {
|
1351
|
-
float: right;
|
1352
|
-
}
|
1353
|
-
#content .hemisquare h2 {
|
1354
|
-
margin-top: 0px;
|
1355
|
-
}
|
1356
|
-
.hemisquare input, .hemisquare textarea, .hemisquare select {
|
1357
|
-
margin: 7px 0px;
|
1358
|
-
}
|
1359
|
-
.hemisquare textarea {
|
1360
|
-
margin-bottom: 0px;
|
1361
|
-
}
|
1362
|
-
.hemisquare label {
|
1363
|
-
margin: 0px;
|
1364
|
-
}
|
1365
|
-
#content .hemisquare .field {
|
1366
|
-
margin: 0 0 20px 0px;
|
1367
|
-
width: 98%;
|
1368
|
-
}
|
1369
|
-
.hemisquare small {
|
1370
|
-
font-size: 0.9em;
|
1371
|
-
}
|
1372
|
-
.label_with_help label, .label_with_help span.help {
|
1373
|
-
display: inline;
|
1374
|
-
}
|
1375
|
-
.label_with_help span.help {
|
1376
|
-
font-weight: normal;
|
1377
|
-
margin-left: 3px;
|
1378
|
-
border-bottom: 1px dotted #727272;
|
1379
|
-
cursor: help;
|
1380
|
-
}
|
1381
|
-
#more_options_field {
|
1382
|
-
position: relative;
|
1383
|
-
}
|
1384
|
-
#draft_field {
|
1385
|
-
position: absolute;
|
1386
|
-
right: 0px;
|
1387
|
-
top: 0px;
|
1388
|
-
}
|
1389
|
-
.nothing_selected {
|
1390
|
-
border-bottom: 1px dotted #727272;
|
1391
|
-
width: auto;
|
1392
|
-
margin-bottom: 12px;
|
1393
|
-
display: inline-block;
|
1394
|
-
}
|
1395
|
-
.nothing_selected:hover {
|
1396
|
-
border-bottom: 1px solid #727272;
|
1397
|
-
}
|
1398
|
-
#upgrade_wrapper li a {
|
1399
|
-
line-height: 20px;
|
1400
|
-
}
|
1401
|
-
|
1402
|
-
#actions ul#current_locale {
|
1403
|
-
margin-top: 30px;
|
1404
|
-
}
|
1405
|
-
#current_locale li a {
|
1406
|
-
position: relative;
|
1407
|
-
}
|
1408
|
-
#current_locale li a span {
|
1409
|
-
position: absolute;
|
1410
|
-
right: 9px;
|
1411
|
-
border-bottom: 1px dotted #727272;
|
1412
|
-
}
|
1413
|
-
|
1414
|
-
#other_locales li:first-child {
|
1415
|
-
margin-top: 0px;
|
1416
|
-
}
|
1417
|
-
|
1418
|
-
/* Locale picker */
|
1419
|
-
#switch_locale_picker {
|
1420
|
-
margin: 0px;
|
1421
|
-
padding: 0px;
|
1422
|
-
}
|
1423
|
-
#switch_locale_picker li {
|
1424
|
-
float: left;
|
1425
|
-
padding: 0px;
|
1426
|
-
margin: 0px 12px 0px 0px;
|
1427
|
-
list-style: none;
|
1428
|
-
}
|
1429
|
-
#switch_locale_picker a {
|
1430
|
-
border-bottom: 0px none;
|
1431
|
-
}
|
1432
|
-
#switch_locale_picker a img {
|
1433
|
-
border-width: 6px;
|
1434
|
-
border-style: solid;
|
1435
|
-
border-color: transparent;
|
1436
|
-
display: block;
|
1437
|
-
}
|
1438
|
-
#switch_locale_picker li.selected a img {
|
1439
|
-
border-color: #22A7F2;
|
1440
|
-
}
|
1441
|
-
|
1442
|
-
/* AJAX pagination */
|
1443
|
-
.pagination_container {
|
1444
|
-
position: relative;
|
1445
|
-
overflow: hidden;
|
1446
|
-
min-height: 600px;
|
1447
|
-
}
|
1448
|
-
|
1449
|
-
.pagination_frame {
|
1450
|
-
padding: 0;
|
1451
|
-
width: 100%;
|
1452
|
-
height: auto;
|
1453
|
-
position: absolute;
|
1454
|
-
top: 28px;
|
1455
|
-
right: auto;
|
1456
|
-
-moz-transition: all 0.3s ease-in-out;
|
1457
|
-
-o-transition: all 0.3s ease-in-out;
|
1458
|
-
-webkit-transition: all 0.3s ease-in-out;
|
1459
|
-
transition: all 0.3s ease-in-out;
|
1460
|
-
}
|
1461
|
-
.pagination_container > div.pagination_frame {
|
1462
|
-
top: 40px;
|
1463
|
-
}
|
1464
|
-
.pagination_frame.frame_left {
|
1465
|
-
left: -1000px;
|
1466
|
-
}
|
1467
|
-
.pagination_frame.frame_right {
|
1468
|
-
left: 1000px;
|
1469
|
-
-moz-transition: all 0.3s ease-in-out;
|
1470
|
-
-o-transition: all 0.3s ease-in-out;
|
1471
|
-
-webkit-transition: all 0.3s ease-in-out;
|
1472
|
-
transition: all 0.3s ease-in-out;
|
1473
|
-
}
|
1474
|
-
.pagination_frame.frame_center {
|
1475
|
-
left: 0;
|
1476
|
-
}
|
1477
|
-
.pagination_frame li {
|
1478
|
-
position: relative;
|
1479
|
-
padding-left: 5px;
|
1480
|
-
}
|
1481
|
-
|
1482
|
-
/* dubiously in here */
|
1483
|
-
.current_image_link {
|
1484
|
-
display: inline-block;
|
1485
|
-
width: auto;
|
1486
|
-
}
|
1487
|
-
|
1488
|
-
/* cornering */
|
1489
|
-
.button, #editor_switch a, #editor_switch span {
|
1490
|
-
border-radius: 6px;
|
1491
|
-
-moz-border-radius: 6px;
|
1492
|
-
-webkit-border-radius: 6px;
|
1493
|
-
}
|
1494
|
-
#page_container, .wym_box {
|
1495
|
-
border-radius-bottom: 5px;
|
1496
|
-
-moz-border-radius-bottomleft: 5px;
|
1497
|
-
-moz-border-radius-bottomright: 5px;
|
1498
|
-
-webkit-border-bottom-left-radius: 5px;
|
1499
|
-
-webkit-border-bottom-right-radius: 5px;
|
1500
|
-
}
|
1501
|
-
.wym_iframe iframe {
|
1502
|
-
border-radius-bottom: 2px;
|
1503
|
-
-moz-border-radius-bottomleft: 2px;
|
1504
|
-
-moz-border-radius-bottomright: 2px;
|
1505
|
-
-webkit-border-bottom-left-radius: 2px;
|
1506
|
-
-webkit-border-bottom-right-radius: 2px;
|
1507
|
-
}
|
1508
|
-
.form-actions {
|
1509
|
-
border-radius: 5px;
|
1510
|
-
-moz-border-radius: 5px;
|
1511
|
-
-webkit-border-radius: 5px;
|
1512
|
-
}
|
1513
|
-
.form-actions.form-actions-dialog {
|
1514
|
-
border-radius: 0px;
|
1515
|
-
-moz-border-radius: 0px;
|
1516
|
-
-webkit-border-radius: 0px;
|
1517
|
-
}
|
1518
|
-
#menu > a {
|
1519
|
-
border-radius-top: 5px;
|
1520
|
-
-moz-border-radius-topleft: 5px;
|
1521
|
-
-moz-border-radius-topright: 5px;
|
1522
|
-
-webkit-border-top-left-radius: 5px;
|
1523
|
-
-webkit-border-top-right-radius: 5px;
|
1524
|
-
}
|
1525
|
-
.ui-tabs .ui-state-default a {
|
1526
|
-
border-top-left-radius: 5px;
|
1527
|
-
border-top-right-radius: 5px;
|
1528
|
-
-moz-border-radius-topleft: 5px;
|
1529
|
-
-moz-border-radius-topright: 5px;
|
1530
|
-
-webkit-border-top-left-radius: 5px;
|
1531
|
-
-webkit-border-top-right-radius: 5px;
|
1532
|
-
}
|
1533
|
-
.tooltip, .tooltip span {
|
1534
|
-
border-radius: 6px;
|
1535
|
-
-moz-border-radius: 6px;
|
1536
|
-
-webkit-border-radius: 6px;
|
1537
|
-
}
|
1538
|
-
|
1539
|
-
/* Internet Explorer to follow: */
|
1540
|
-
/* IE 7 */
|
1541
|
-
.ie7 #content .form-actions .form-actions-left a.button {
|
1542
|
-
height: 19px;
|
1543
|
-
line-height: 19px;
|
1544
|
-
padding-top: 3px;
|
1545
|
-
padding-bottom: 3px;
|
1546
|
-
}
|
1547
|
-
.ie7 .search_form input.button {
|
1548
|
-
padding-left: 8px;
|
1549
|
-
padding-right: 8px;
|
1550
|
-
}
|
1551
|
-
.ie7 body.login .field input.larger, .ie7 body.login .field input.larger:focus {
|
1552
|
-
background-image: none !important;
|
1553
|
-
padding: 0px;
|
1554
|
-
line-height: 30px;
|
1555
|
-
}
|
1556
|
-
.ie7 .pagination a, .ie7 #content .pagination a, .ie7 .pagination .current, .ie7 .disabled, .ie7 .pagination em {
|
1557
|
-
padding-bottom: 6px;
|
1558
|
-
}
|
1559
|
-
.ie7 .pt-BR #search {
|
1560
|
-
width: 177px;
|
1561
|
-
}
|
1562
|
-
.ie7 .en #search {
|
1563
|
-
width: 200px;
|
1564
|
-
}
|
1565
|
-
|
1566
|
-
/* IE 8 */
|
1567
|
-
.ie8 body.login .field input.larger, .ie8 body.login .field input.larger:focus {
|
1568
|
-
line-height: 30px;
|
1569
|
-
}
|
1570
|
-
.ie8 .pagination a, .ie8 #content .pagination a, .ie8 .pagination .current, .ie8 .disabled, .ie8 .pagination em {
|
1571
|
-
padding-bottom: 6px;
|
1572
|
-
}
|