spree_essential_press 0.1.0.pre3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (486) hide show
  1. data/.gitignore +2 -3
  2. data/.travis.yml +8 -0
  3. data/Gemfile +0 -2
  4. data/LICENSE +21 -17
  5. data/README.md +26 -16
  6. data/Rakefile +3 -33
  7. data/Versionfile +4 -2
  8. data/app/controllers/admin/press_controller.rb +2 -2
  9. data/app/controllers/press_controller.rb +1 -1
  10. data/app/overrides/spree_essential_press.rb +5 -0
  11. data/app/views/admin/press/_form.html.erb +6 -17
  12. data/app/views/admin/press/edit.html.erb +2 -2
  13. data/app/views/admin/press/index.html.erb +6 -23
  14. data/config/locales/en.yml +19 -17
  15. data/lib/generators/essentials_base.rb +12 -3
  16. data/lib/generators/spree_essentials/press_generator.rb +1 -1
  17. data/lib/spree_essential_press.rb +17 -8
  18. data/lib/spree_essential_press/version.rb +1 -1
  19. data/spree_essential_press.gemspec +5 -15
  20. data/test/dummy_hooks/after_migrate.rb.sample +1 -0
  21. data/test/dummy_hooks/before_migrate.rb +13 -0
  22. data/test/dummy_hooks/templates/admin/all.css +3 -0
  23. data/test/dummy_hooks/templates/admin/all.js +1 -0
  24. data/test/dummy_hooks/templates/store/all.css +3 -0
  25. data/test/dummy_hooks/templates/store/all.js +1 -0
  26. data/test/support/factories.rb +2 -2
  27. data/test/support/images/1.png +0 -0
  28. data/test/test_helper.rb +9 -52
  29. data/test/unit/press_image_test.rb +2 -2
  30. data/test/unit/press_test.rb +1 -1
  31. metadata +77 -1063
  32. data/app/controllers/admin/resource_controller.rb +0 -225
  33. data/lib/spree_essential_press/custom_hooks.rb +0 -9
  34. data/public/javascripts/date.js +0 -145
  35. data/public/javascripts/jquery.autodate.js +0 -112
  36. data/test/dummy/Rakefile +0 -7
  37. data/test/dummy/app/controllers/application_controller.rb +0 -3
  38. data/test/dummy/config.ru +0 -4
  39. data/test/dummy/config/application.rb +0 -44
  40. data/test/dummy/config/boot.rb +0 -10
  41. data/test/dummy/config/database.yml +0 -22
  42. data/test/dummy/config/environment.rb +0 -5
  43. data/test/dummy/config/environments/development.rb +0 -26
  44. data/test/dummy/config/environments/production.rb +0 -49
  45. data/test/dummy/config/environments/test.rb +0 -35
  46. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  47. data/test/dummy/config/initializers/inflections.rb +0 -10
  48. data/test/dummy/config/initializers/mime_types.rb +0 -5
  49. data/test/dummy/config/initializers/secret_token.rb +0 -7
  50. data/test/dummy/config/initializers/session_store.rb +0 -8
  51. data/test/dummy/config/locales/en.yml +0 -5
  52. data/test/dummy/config/routes.rb +0 -58
  53. data/test/dummy/db/default/countries.yml +0 -1583
  54. data/test/dummy/db/default/roles.yml +0 -7
  55. data/test/dummy/db/default/states.yml +0 -256
  56. data/test/dummy/db/default/zone_members.yml +0 -169
  57. data/test/dummy/db/default/zones.yml +0 -13
  58. data/test/dummy/db/migrate/20090823005402_spree_zero_nine_zero.rb +0 -442
  59. data/test/dummy/db/migrate/20090904192342_create_indexes_for_inventory_units.rb +0 -12
  60. data/test/dummy/db/migrate/20090923100315_add_count_on_hand_to_variants_and_products.rb +0 -36
  61. data/test/dummy/db/migrate/20091007134354_change_taxons_to_nested_set.rb +0 -40
  62. data/test/dummy/db/migrate/20091008091614_move_to_configurable_gateways.rb +0 -55
  63. data/test/dummy/db/migrate/20091012120519_product_groups_and_scopes.rb +0 -25
  64. data/test/dummy/db/migrate/20091015110842_add_open_id_authentication_tables.rb +0 -20
  65. data/test/dummy/db/migrate/20091015153048_add_openid_field_to_users.rb +0 -19
  66. data/test/dummy/db/migrate/20091016174634_change_preference_value_type.rb +0 -10
  67. data/test/dummy/db/migrate/20091017175558_create_billing_integrations.rb +0 -16
  68. data/test/dummy/db/migrate/20091021133257_charge_refactoring.rb +0 -35
  69. data/test/dummy/db/migrate/20091104151730_add_some_indexes.rb +0 -21
  70. data/test/dummy/db/migrate/20091126190904_checkout_state_machine.rb +0 -13
  71. data/test/dummy/db/migrate/20091209153045_state_for_shipments.rb +0 -9
  72. data/test/dummy/db/migrate/20091209202200_make_state_events_polymorphic.rb +0 -12
  73. data/test/dummy/db/migrate/20091211203813_ship_address_id_for_checkouts.rb +0 -9
  74. data/test/dummy/db/migrate/20091212161118_shipping_method_id_for_checkouts.rb +0 -9
  75. data/test/dummy/db/migrate/20091213222815_creditcard_last_four_digits.rb +0 -19
  76. data/test/dummy/db/migrate/20091214183826_populate_legacy_shipment_state.rb +0 -19
  77. data/test/dummy/db/migrate/20100105090147_add_cost_price.rb +0 -9
  78. data/test/dummy/db/migrate/20100105132138_shipment_id_for_inventory_units.rb +0 -21
  79. data/test/dummy/db/migrate/20100111205525_cim_fields_for_creditcards.rb +0 -11
  80. data/test/dummy/db/migrate/20100112151511_create_return_authorizations.rb +0 -16
  81. data/test/dummy/db/migrate/20100113090919_add_return_authorization_to_inventory_units.rb +0 -9
  82. data/test/dummy/db/migrate/20100113203104_create_trackers.rb +0 -14
  83. data/test/dummy/db/migrate/20100121160010_creditcard_id_for_creditcard_txns.rb +0 -9
  84. data/test/dummy/db/migrate/20100121183934_original_creditcard_txn_id_for_creditcard_txns.rb +0 -9
  85. data/test/dummy/db/migrate/20100125145351_add_test_mode_to_billing_integration.rb +0 -11
  86. data/test/dummy/db/migrate/20100126103714_create_products_product_groups.rb +0 -12
  87. data/test/dummy/db/migrate/20100209025806_create_payment_methods.rb +0 -20
  88. data/test/dummy/db/migrate/20100209144531_polymorphic_payments.rb +0 -29
  89. data/test/dummy/db/migrate/20100213103131_change_payments_payment_method_to_belongs_to.rb +0 -11
  90. data/test/dummy/db/migrate/20100214212536_assign_creditcard_txns_to_payment.rb +0 -16
  91. data/test/dummy/db/migrate/20100223170312_sti_for_transactions.rb +0 -14
  92. data/test/dummy/db/migrate/20100223183812_drop_billing_integrations.rb +0 -16
  93. data/test/dummy/db/migrate/20100224153127_deleted_at_for_payment_methods.rb +0 -13
  94. data/test/dummy/db/migrate/20100301163454_add_adjustments_index.rb +0 -10
  95. data/test/dummy/db/migrate/20100306153445_fix_by_popularity.rb +0 -8
  96. data/test/dummy/db/migrate/20100317120946_add_alt_text_to_images.rb +0 -9
  97. data/test/dummy/db/migrate/20100427121301_add_display_to_payment_methods.rb +0 -9
  98. data/test/dummy/db/migrate/20100504142133_add_addresses_checkouts_indexes.rb +0 -16
  99. data/test/dummy/db/migrate/20100506180619_add_icon_to_taxons.rb +0 -18
  100. data/test/dummy/db/migrate/20100506185838_add_description_to_taxons.rb +0 -11
  101. data/test/dummy/db/migrate/20100528155333_index_for_shipments_number.rb +0 -9
  102. data/test/dummy/db/migrate/20100528185820_add_index_on_users_persistence_token.rb +0 -9
  103. data/test/dummy/db/migrate/20100605152042_add_default_to_tax_categories.rb +0 -9
  104. data/test/dummy/db/migrate/20100624110730_add_display_to_shipping_methods.rb +0 -9
  105. data/test/dummy/db/migrate/20100624123336_rename_payment_method_display.rb +0 -9
  106. data/test/dummy/db/migrate/20100624175547_rename_preferences_field.rb +0 -8
  107. data/test/dummy/db/migrate/20100811163637_add_guest_flag.rb +0 -13
  108. data/test/dummy/db/migrate/20100811205836_drop_order_token.rb +0 -11
  109. data/test/dummy/db/migrate/20100812162326_payments_state_and_assigned_to_order_only.rb +0 -11
  110. data/test/dummy/db/migrate/20100813023502_create_address_keys_for_order.rb +0 -15
  111. data/test/dummy/db/migrate/20100813185745_payment_total_for_orders.rb +0 -9
  112. data/test/dummy/db/migrate/20100816212146_shipping_method_id_for_orders.rb +0 -9
  113. data/test/dummy/db/migrate/20100817152723_add_shipment_and_payment_state.rb +0 -15
  114. data/test/dummy/db/migrate/20100819170125_refactor_adjustments.rb +0 -19
  115. data/test/dummy/db/migrate/20100820135707_response_code_and_avs_response_for_payments.rb +0 -11
  116. data/test/dummy/db/migrate/20100901171814_change_guest_flag_to_anonymous.rb +0 -13
  117. data/test/dummy/db/migrate/20100903203949_email_for_orders.rb +0 -9
  118. data/test/dummy/db/migrate/20100923162011_create_mail_methods.rb +0 -12
  119. data/test/dummy/db/migrate/20100929151905_rename_frozen_to_locked.rb +0 -8
  120. data/test/dummy/db/migrate/20101008190536_move_special_instructions_to_orders.rb +0 -11
  121. data/test/dummy/db/migrate/20101026184700_create_log_entries.rb +0 -15
  122. data/test/dummy/db/migrate/20101026184714_migrate_transactions_to_payment_state.rb +0 -94
  123. data/test/dummy/db/migrate/20101026184746_delete_in_progress_orders.rb +0 -18
  124. data/test/dummy/db/migrate/20101026184808_migrate_checkout_to_orders.rb +0 -27
  125. data/test/dummy/db/migrate/20101026184833_migrate_adjustments.rb +0 -9
  126. data/test/dummy/db/migrate/20101026184855_remove_shipped_state.rb +0 -14
  127. data/test/dummy/db/migrate/20101026184916_prevent_nil_payment_total.rb +0 -8
  128. data/test/dummy/db/migrate/20101026184932_prevent_nil_email.rb +0 -9
  129. data/test/dummy/db/migrate/20101026184959_generate_anonymous_users.rb +0 -14
  130. data/test/dummy/db/migrate/20101026185022_update_order_state.rb +0 -8
  131. data/test/dummy/db/migrate/20101026192225_cleanup_legacy_tables.rb +0 -11
  132. data/test/dummy/db/migrate/20101028151745_remove_number_and_cvv_from_credicard.rb +0 -9
  133. data/test/dummy/db/migrate/20101101185116_rename_columns_for_devise.rb +0 -38
  134. data/test/dummy/db/migrate/20101103212716_drop_anonymous_field_for_user.rb +0 -8
  135. data/test/dummy/db/migrate/20101111133551_renamed_rma_cancelled_state.rb +0 -10
  136. data/test/dummy/db/migrate/20101117031806_fix_problematic_index_names.rb +0 -13
  137. data/test/dummy/db/migrate/20101214150824_convert_user_remember_field.rb +0 -11
  138. data/test/dummy/db/migrate/20101217012656_create_tokenized_permissions.rb +0 -18
  139. data/test/dummy/db/migrate/20101219201531_tokens_for_legacy_orders.rb +0 -12
  140. data/test/dummy/db/migrate/20110421185054_create_press.rb +0 -16
  141. data/test/dummy/db/sample/users.rb +0 -53
  142. data/test/dummy/db/schema.rb +0 -548
  143. data/test/dummy/db/seeds.rb +0 -3
  144. data/test/dummy/public/404.html +0 -26
  145. data/test/dummy/public/422.html +0 -26
  146. data/test/dummy/public/500.html +0 -26
  147. data/test/dummy/public/assets/posts/1/large/02tii.jpg +0 -0
  148. data/test/dummy/public/assets/posts/1/mini/02tii.jpg +0 -0
  149. data/test/dummy/public/assets/posts/1/original/02tii.jpg +0 -0
  150. data/test/dummy/public/assets/posts/1/preview/02tii.jpg +0 -0
  151. data/test/dummy/public/assets/posts/1/small/02tii.jpg +0 -0
  152. data/test/dummy/public/assets/posts/2/large/sailing-avatar.jpg +0 -0
  153. data/test/dummy/public/assets/posts/2/mini/sailing-avatar.jpg +0 -0
  154. data/test/dummy/public/assets/posts/2/original/sailing-avatar.jpg +0 -0
  155. data/test/dummy/public/assets/posts/2/preview/sailing-avatar.jpg +0 -0
  156. data/test/dummy/public/assets/posts/2/small/sailing-avatar.jpg +0 -0
  157. data/test/dummy/public/assets/posts/3/large/fractals_generative.jpg +0 -0
  158. data/test/dummy/public/assets/posts/3/mini/fractals_generative.jpg +0 -0
  159. data/test/dummy/public/assets/posts/3/original/fractals_generative.jpg +0 -0
  160. data/test/dummy/public/assets/posts/3/preview/fractals_generative.jpg +0 -0
  161. data/test/dummy/public/assets/posts/3/small/fractals_generative.jpg +0 -0
  162. data/test/dummy/public/assets/products/4/large/bmw2002tii.jpg +0 -0
  163. data/test/dummy/public/assets/products/4/mini/bmw2002tii.jpg +0 -0
  164. data/test/dummy/public/assets/products/4/original/bmw2002tii.jpg +0 -0
  165. data/test/dummy/public/assets/products/4/product/bmw2002tii.jpg +0 -0
  166. data/test/dummy/public/assets/products/4/small/bmw2002tii.jpg +0 -0
  167. data/test/dummy/public/favicon.ico +0 -0
  168. data/test/dummy/public/images/add-to-cart.png +0 -0
  169. data/test/dummy/public/images/admin/bg/active-tab.png +0 -0
  170. data/test/dummy/public/images/admin/bg/admin_tab_back.png +0 -0
  171. data/test/dummy/public/images/admin/bg/admin_tab_selected_back.png +0 -0
  172. data/test/dummy/public/images/admin/bg/content-back-blue.png +0 -0
  173. data/test/dummy/public/images/admin/bg/content-back-green.png +0 -0
  174. data/test/dummy/public/images/admin/bg/content-back.png +0 -0
  175. data/test/dummy/public/images/admin/bg/flash-error.png +0 -0
  176. data/test/dummy/public/images/admin/bg/flash-notice.png +0 -0
  177. data/test/dummy/public/images/admin/bg/green-stripes.gif +0 -0
  178. data/test/dummy/public/images/admin/bg/green-stripes.png +0 -0
  179. data/test/dummy/public/images/admin/bg/grid_header_back.png +0 -0
  180. data/test/dummy/public/images/admin/bg/grid_header_back_green.png +0 -0
  181. data/test/dummy/public/images/admin/bg/header-bg.png +0 -0
  182. data/test/dummy/public/images/admin/bg/header.png +0 -0
  183. data/test/dummy/public/images/admin/bg/header_bg.jpg +0 -0
  184. data/test/dummy/public/images/admin/bg/menu-current.png +0 -0
  185. data/test/dummy/public/images/admin/bg/red-stripes.gif +0 -0
  186. data/test/dummy/public/images/admin/bg/red-stripes.png +0 -0
  187. data/test/dummy/public/images/admin/bg/spree_50.png +0 -0
  188. data/test/dummy/public/images/admin/bg/subnav-divider.png +0 -0
  189. data/test/dummy/public/images/admin/bg/subnav.png +0 -0
  190. data/test/dummy/public/images/admin/bg/tab-back.png +0 -0
  191. data/test/dummy/public/images/admin/buttons/blue/left_01.png +0 -0
  192. data/test/dummy/public/images/admin/buttons/blue/right_01.png +0 -0
  193. data/test/dummy/public/images/admin/buttons/drag-handle-green.png +0 -0
  194. data/test/dummy/public/images/admin/buttons/green/left_01.png +0 -0
  195. data/test/dummy/public/images/admin/buttons/green/right_01.png +0 -0
  196. data/test/dummy/public/images/admin/buttons/left_01.png +0 -0
  197. data/test/dummy/public/images/admin/buttons/left_01_small.png +0 -0
  198. data/test/dummy/public/images/admin/buttons/orange/left_03.png +0 -0
  199. data/test/dummy/public/images/admin/buttons/orange/right_03.png +0 -0
  200. data/test/dummy/public/images/admin/buttons/right_01.png +0 -0
  201. data/test/dummy/public/images/admin/buttons/right_01_small.png +0 -0
  202. data/test/dummy/public/images/admin/icons/16x16/1.png +0 -0
  203. data/test/dummy/public/images/admin/icons/16x16/10.png +0 -0
  204. data/test/dummy/public/images/admin/icons/16x16/2.png +0 -0
  205. data/test/dummy/public/images/admin/icons/16x16/3.png +0 -0
  206. data/test/dummy/public/images/admin/icons/16x16/4.png +0 -0
  207. data/test/dummy/public/images/admin/icons/16x16/5.png +0 -0
  208. data/test/dummy/public/images/admin/icons/16x16/6.png +0 -0
  209. data/test/dummy/public/images/admin/icons/16x16/7.png +0 -0
  210. data/test/dummy/public/images/admin/icons/16x16/8.png +0 -0
  211. data/test/dummy/public/images/admin/icons/16x16/9.png +0 -0
  212. data/test/dummy/public/images/admin/icons/32x32/1.png +0 -0
  213. data/test/dummy/public/images/admin/icons/32x32/10.png +0 -0
  214. data/test/dummy/public/images/admin/icons/32x32/11.png +0 -0
  215. data/test/dummy/public/images/admin/icons/32x32/2.png +0 -0
  216. data/test/dummy/public/images/admin/icons/32x32/3.png +0 -0
  217. data/test/dummy/public/images/admin/icons/32x32/4.png +0 -0
  218. data/test/dummy/public/images/admin/icons/32x32/5.png +0 -0
  219. data/test/dummy/public/images/admin/icons/32x32/6.png +0 -0
  220. data/test/dummy/public/images/admin/icons/32x32/7.png +0 -0
  221. data/test/dummy/public/images/admin/icons/32x32/8.png +0 -0
  222. data/test/dummy/public/images/admin/icons/32x32/9.png +0 -0
  223. data/test/dummy/public/images/admin/icons/accept.png +0 -0
  224. data/test/dummy/public/images/admin/icons/add.gif +0 -0
  225. data/test/dummy/public/images/admin/icons/add.png +0 -0
  226. data/test/dummy/public/images/admin/icons/arrow-down.gif +0 -0
  227. data/test/dummy/public/images/admin/icons/cross.png +0 -0
  228. data/test/dummy/public/images/admin/icons/delete.gif +0 -0
  229. data/test/dummy/public/images/admin/icons/delete.png +0 -0
  230. data/test/dummy/public/images/admin/icons/drag.gif +0 -0
  231. data/test/dummy/public/images/admin/icons/edit.gif +0 -0
  232. data/test/dummy/public/images/admin/icons/edit.png +0 -0
  233. data/test/dummy/public/images/admin/icons/email.png +0 -0
  234. data/test/dummy/public/images/admin/icons/error.png +0 -0
  235. data/test/dummy/public/images/admin/icons/exclamation.png +0 -0
  236. data/test/dummy/public/images/admin/icons/feed.png +0 -0
  237. data/test/dummy/public/images/admin/icons/pdf.png +0 -0
  238. data/test/dummy/public/images/admin/icons/reorder.gif +0 -0
  239. data/test/dummy/public/images/admin/icons/search.gif +0 -0
  240. data/test/dummy/public/images/admin/icons/send-email.png +0 -0
  241. data/test/dummy/public/images/admin/icons/stop.png +0 -0
  242. data/test/dummy/public/images/admin/icons/tick.png +0 -0
  243. data/test/dummy/public/images/admin/icons/up.gif +0 -0
  244. data/test/dummy/public/images/admin/icons/xls.png +0 -0
  245. data/test/dummy/public/images/admin/tabs/off-left.png +0 -0
  246. data/test/dummy/public/images/admin/tabs/off-right.png +0 -0
  247. data/test/dummy/public/images/admin/tabs/on-left.png +0 -0
  248. data/test/dummy/public/images/admin/tabs/on-right.png +0 -0
  249. data/test/dummy/public/images/ajax_loader.gif +0 -0
  250. data/test/dummy/public/images/amex_cid.gif +0 -0
  251. data/test/dummy/public/images/bg-button-hover.png +0 -0
  252. data/test/dummy/public/images/bg-button-pressed.png +0 -0
  253. data/test/dummy/public/images/bg-button.gif +0 -0
  254. data/test/dummy/public/images/bg-button.png +0 -0
  255. data/test/dummy/public/images/blue/left_01.png +0 -0
  256. data/test/dummy/public/images/blue/right_01.png +0 -0
  257. data/test/dummy/public/images/body-back.png +0 -0
  258. data/test/dummy/public/images/bottom_shine.png +0 -0
  259. data/test/dummy/public/images/breadcrumb.gif +0 -0
  260. data/test/dummy/public/images/button-dark-hover.png +0 -0
  261. data/test/dummy/public/images/button-dark.png +0 -0
  262. data/test/dummy/public/images/buttons/bg-button-hover.png +0 -0
  263. data/test/dummy/public/images/buttons/bg-button-pressed.png +0 -0
  264. data/test/dummy/public/images/buttons/bg-button.gif +0 -0
  265. data/test/dummy/public/images/buttons/bg-button.png +0 -0
  266. data/test/dummy/public/images/buttons/blue/left_01.png +0 -0
  267. data/test/dummy/public/images/buttons/blue/right_01.png +0 -0
  268. data/test/dummy/public/images/buttons/button-dark-hover.png +0 -0
  269. data/test/dummy/public/images/buttons/button-dark.png +0 -0
  270. data/test/dummy/public/images/buttons/drag-handle-green.png +0 -0
  271. data/test/dummy/public/images/buttons/green/left_01.png +0 -0
  272. data/test/dummy/public/images/buttons/green/right_01.png +0 -0
  273. data/test/dummy/public/images/buttons/left_01.png +0 -0
  274. data/test/dummy/public/images/buttons/left_01_small.png +0 -0
  275. data/test/dummy/public/images/buttons/orange/left_03.png +0 -0
  276. data/test/dummy/public/images/buttons/orange/right_03.png +0 -0
  277. data/test/dummy/public/images/buttons/right_01.png +0 -0
  278. data/test/dummy/public/images/buttons/right_01_small.png +0 -0
  279. data/test/dummy/public/images/buttons/sxsw-ribbon-v1.png +0 -0
  280. data/test/dummy/public/images/buttons/top-shine.png +0 -0
  281. data/test/dummy/public/images/calendar_date_select/calendar.gif +0 -0
  282. data/test/dummy/public/images/cart-empty.png +0 -0
  283. data/test/dummy/public/images/cart-empty_x32.png +0 -0
  284. data/test/dummy/public/images/cart-full.png +0 -0
  285. data/test/dummy/public/images/cart-full_x32.png +0 -0
  286. data/test/dummy/public/images/checkout.png +0 -0
  287. data/test/dummy/public/images/creditcard.gif +0 -0
  288. data/test/dummy/public/images/datepicker/backstripes.gif +0 -0
  289. data/test/dummy/public/images/datepicker/bg_header.jpg +0 -0
  290. data/test/dummy/public/images/datepicker/bullet1.gif +0 -0
  291. data/test/dummy/public/images/datepicker/bullet2.gif +0 -0
  292. data/test/dummy/public/images/datepicker/cal.gif +0 -0
  293. data/test/dummy/public/images/datepicker/gradient-e5e5e5-ffffff.gif +0 -0
  294. data/test/dummy/public/images/discover_cid.gif +0 -0
  295. data/test/dummy/public/images/drag-handle-green.png +0 -0
  296. data/test/dummy/public/images/favicon.ico +0 -0
  297. data/test/dummy/public/images/green/left_01.png +0 -0
  298. data/test/dummy/public/images/green/right_01.png +0 -0
  299. data/test/dummy/public/images/grid.png +0 -0
  300. data/test/dummy/public/images/left_01.png +0 -0
  301. data/test/dummy/public/images/left_01_small.png +0 -0
  302. data/test/dummy/public/images/master_cid.jpg +0 -0
  303. data/test/dummy/public/images/menu-current.png +0 -0
  304. data/test/dummy/public/images/menu-hover.png +0 -0
  305. data/test/dummy/public/images/noimage/mini.jpg +0 -0
  306. data/test/dummy/public/images/noimage/product.jpg +0 -0
  307. data/test/dummy/public/images/noimage/small.jpg +0 -0
  308. data/test/dummy/public/images/openid-inputicon.gif +0 -0
  309. data/test/dummy/public/images/orange/left_03.png +0 -0
  310. data/test/dummy/public/images/orange/right_03.png +0 -0
  311. data/test/dummy/public/images/progress.gif +0 -0
  312. data/test/dummy/public/images/right_01.png +0 -0
  313. data/test/dummy/public/images/right_01_small.png +0 -0
  314. data/test/dummy/public/images/separator.png +0 -0
  315. data/test/dummy/public/images/shadow-top.png +0 -0
  316. data/test/dummy/public/images/shadow_top.png +0 -0
  317. data/test/dummy/public/images/spinner.gif +0 -0
  318. data/test/dummy/public/images/spree.jpg +0 -0
  319. data/test/dummy/public/images/spree/progress.gif +0 -0
  320. data/test/dummy/public/images/spree/spinner.gif +0 -0
  321. data/test/dummy/public/images/spree/spree.jpg +0 -0
  322. data/test/dummy/public/images/step-progress/completed-completed.gif +0 -0
  323. data/test/dummy/public/images/step-progress/completed-current.gif +0 -0
  324. data/test/dummy/public/images/step-progress/completed-first.gif +0 -0
  325. data/test/dummy/public/images/step-progress/current-first.gif +0 -0
  326. data/test/dummy/public/images/step-progress/current-incomplete.gif +0 -0
  327. data/test/dummy/public/images/step-progress/current-right.gif +0 -0
  328. data/test/dummy/public/images/step-progress/incomplete-incomplete.gif +0 -0
  329. data/test/dummy/public/images/step-progress/incomplete-right.gif +0 -0
  330. data/test/dummy/public/images/steps/1.png +0 -0
  331. data/test/dummy/public/images/steps/1_small.png +0 -0
  332. data/test/dummy/public/images/steps/2.png +0 -0
  333. data/test/dummy/public/images/steps/2_small.png +0 -0
  334. data/test/dummy/public/images/steps/3.png +0 -0
  335. data/test/dummy/public/images/steps/3_small.png +0 -0
  336. data/test/dummy/public/images/steps/4.png +0 -0
  337. data/test/dummy/public/images/steps/4_small.png +0 -0
  338. data/test/dummy/public/images/steps/5.png +0 -0
  339. data/test/dummy/public/images/steps/5_small.png +0 -0
  340. data/test/dummy/public/images/steps/6.png +0 -0
  341. data/test/dummy/public/images/steps/6_small.png +0 -0
  342. data/test/dummy/public/images/sxsw-ribbon-v1.png +0 -0
  343. data/test/dummy/public/images/tab_bottom.gif +0 -0
  344. data/test/dummy/public/images/tile-header.png +0 -0
  345. data/test/dummy/public/images/tile-slider.png +0 -0
  346. data/test/dummy/public/images/top-shine.png +0 -0
  347. data/test/dummy/public/images/tree-nav-icons/bullet.gif +0 -0
  348. data/test/dummy/public/images/tree-nav-icons/minus.gif +0 -0
  349. data/test/dummy/public/images/tree-nav-icons/plus.gif +0 -0
  350. data/test/dummy/public/images/tree-nav-icons/treeview-loading.gif +0 -0
  351. data/test/dummy/public/images/tree-nav-icons/treeview-sprite.gif +0 -0
  352. data/test/dummy/public/images/update.png +0 -0
  353. data/test/dummy/public/images/visa_cid.gif +0 -0
  354. data/test/dummy/public/images/wrapper-back-2.png +0 -0
  355. data/test/dummy/public/images/wrapper-back.png +0 -0
  356. data/test/dummy/public/images/yui-menubaritem_submenuindicator.png +0 -0
  357. data/test/dummy/public/images/yui-menubaritem_submenuindicator_disabled.png +0 -0
  358. data/test/dummy/public/images/yui-menuitem_checkbox.png +0 -0
  359. data/test/dummy/public/images/yui-menuitem_checkbox_disabled.png +0 -0
  360. data/test/dummy/public/images/yui-menuitem_submenuindicator.png +0 -0
  361. data/test/dummy/public/images/yui-menuitem_submenuindicator_disabled.png +0 -0
  362. data/test/dummy/public/images/yui-sprite.png +0 -0
  363. data/test/dummy/public/javascripts/additional-methods.js +0 -236
  364. data/test/dummy/public/javascripts/admin.js +0 -226
  365. data/test/dummy/public/javascripts/admin/address_states.js +0 -25
  366. data/test/dummy/public/javascripts/admin/checkouts/edit.js +0 -130
  367. data/test/dummy/public/javascripts/admin/orders/edit.js +0 -23
  368. data/test/dummy/public/javascripts/admin/orders/edit_form.js +0 -16
  369. data/test/dummy/public/javascripts/admin/payments/new.js +0 -9
  370. data/test/dummy/public/javascripts/admin/promotions.js +0 -26
  371. data/test/dummy/public/javascripts/admin/unobtrusive_handlers.js +0 -15
  372. data/test/dummy/public/javascripts/application.js +0 -12
  373. data/test/dummy/public/javascripts/calculator.js +0 -15
  374. data/test/dummy/public/javascripts/checkout.js +0 -75
  375. data/test/dummy/public/javascripts/controls.js +0 -965
  376. data/test/dummy/public/javascripts/dashboard.js +0 -143
  377. data/test/dummy/public/javascripts/datepicker.js +0 -1445
  378. data/test/dummy/public/javascripts/dragdrop.js +0 -974
  379. data/test/dummy/public/javascripts/effects.js +0 -1123
  380. data/test/dummy/public/javascripts/gateway.js +0 -13
  381. data/test/dummy/public/javascripts/jqPlot/excanvas.min.js +0 -1
  382. data/test/dummy/public/javascripts/jqPlot/jquery.jqplot.min.js +0 -14
  383. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasAxisLabelRenderer.min.js +0 -14
  384. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasAxisTickRenderer.min.js +0 -14
  385. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasTextRenderer.min.js +0 -14
  386. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.categoryAxisRenderer.min.js +0 -14
  387. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.dateAxisRenderer.min.js +0 -14
  388. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.highlighter.min.js +0 -14
  389. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.pieRenderer.min.js +0 -14
  390. data/test/dummy/public/javascripts/jquery-1.4.2.min.js +0 -154
  391. data/test/dummy/public/javascripts/jquery-ui.js +0 -188
  392. data/test/dummy/public/javascripts/jquery.alerts/images/help.gif +0 -0
  393. data/test/dummy/public/javascripts/jquery.alerts/images/important.gif +0 -0
  394. data/test/dummy/public/javascripts/jquery.alerts/images/info.gif +0 -0
  395. data/test/dummy/public/javascripts/jquery.alerts/images/title.gif +0 -0
  396. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.css +0 -57
  397. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.js +0 -235
  398. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.spree.css +0 -30
  399. data/test/dummy/public/javascripts/jquery.autocomplete.min.js +0 -13
  400. data/test/dummy/public/javascripts/jquery.cookie.js +0 -96
  401. data/test/dummy/public/javascripts/jquery.delayedobserver.js +0 -35
  402. data/test/dummy/public/javascripts/jquery.js +0 -19
  403. data/test/dummy/public/javascripts/jquery.suggest.js +0 -276
  404. data/test/dummy/public/javascripts/jquery.template.js +0 -255
  405. data/test/dummy/public/javascripts/jquery.tokeninput.js +0 -618
  406. data/test/dummy/public/javascripts/jquery.validate.min.js +0 -16
  407. data/test/dummy/public/javascripts/jrails.autocomplete.js +0 -274
  408. data/test/dummy/public/javascripts/jrails.js +0 -1
  409. data/test/dummy/public/javascripts/jsTree/jquery.jstree.js +0 -3510
  410. data/test/dummy/public/javascripts/jsTree/jquery.tree.js +0 -2058
  411. data/test/dummy/public/javascripts/jsTree/plugins/jquery.tree.contextmenu.js +0 -129
  412. data/test/dummy/public/javascripts/jsTree/themes/apple/bg.jpg +0 -0
  413. data/test/dummy/public/javascripts/jsTree/themes/apple/d.png +0 -0
  414. data/test/dummy/public/javascripts/jsTree/themes/apple/dot_for_ie.gif +0 -0
  415. data/test/dummy/public/javascripts/jsTree/themes/apple/icons.png +0 -0
  416. data/test/dummy/public/javascripts/jsTree/themes/apple/style.css +0 -60
  417. data/test/dummy/public/javascripts/jsTree/themes/apple/throbber.gif +0 -0
  418. data/test/dummy/public/javascripts/lang/af.js +0 -40
  419. data/test/dummy/public/javascripts/lang/ar.js +0 -50
  420. data/test/dummy/public/javascripts/lang/de.js +0 -40
  421. data/test/dummy/public/javascripts/lang/du.js +0 -40
  422. data/test/dummy/public/javascripts/lang/en.js +0 -42
  423. data/test/dummy/public/javascripts/lang/es.js +0 -41
  424. data/test/dummy/public/javascripts/lang/fi.js +0 -40
  425. data/test/dummy/public/javascripts/lang/fr.js +0 -44
  426. data/test/dummy/public/javascripts/lang/gr.js +0 -40
  427. data/test/dummy/public/javascripts/lang/he.js +0 -49
  428. data/test/dummy/public/javascripts/lang/it.js +0 -13
  429. data/test/dummy/public/javascripts/lang/nl.js +0 -40
  430. data/test/dummy/public/javascripts/lang/no.js +0 -40
  431. data/test/dummy/public/javascripts/lang/pt.js +0 -50
  432. data/test/dummy/public/javascripts/lang/ro.js +0 -40
  433. data/test/dummy/public/javascripts/lang/ru.js +0 -40
  434. data/test/dummy/public/javascripts/lang/sp.js +0 -40
  435. data/test/dummy/public/javascripts/lang/sv.js +0 -41
  436. data/test/dummy/public/javascripts/lang/ua.js +0 -40
  437. data/test/dummy/public/javascripts/localization/messages_cn.js +0 -24
  438. data/test/dummy/public/javascripts/localization/messages_cs.js +0 -23
  439. data/test/dummy/public/javascripts/localization/messages_da.js +0 -21
  440. data/test/dummy/public/javascripts/localization/messages_de.js +0 -21
  441. data/test/dummy/public/javascripts/localization/messages_es.js +0 -24
  442. data/test/dummy/public/javascripts/localization/messages_fr.js +0 -23
  443. data/test/dummy/public/javascripts/localization/messages_hu.js +0 -21
  444. data/test/dummy/public/javascripts/localization/messages_it.js +0 -26
  445. data/test/dummy/public/javascripts/localization/messages_kk.js +0 -23
  446. data/test/dummy/public/javascripts/localization/messages_nl.js +0 -23
  447. data/test/dummy/public/javascripts/localization/messages_no.js +0 -23
  448. data/test/dummy/public/javascripts/localization/messages_pl.js +0 -23
  449. data/test/dummy/public/javascripts/localization/messages_ptbr.js +0 -30
  450. data/test/dummy/public/javascripts/localization/messages_ro.js +0 -24
  451. data/test/dummy/public/javascripts/localization/messages_ru.js +0 -23
  452. data/test/dummy/public/javascripts/localization/messages_se.js +0 -23
  453. data/test/dummy/public/javascripts/localization/messages_sk.js +0 -21
  454. data/test/dummy/public/javascripts/localization/messages_tr.js +0 -24
  455. data/test/dummy/public/javascripts/localization/messages_tw.js +0 -24
  456. data/test/dummy/public/javascripts/localization/messages_ua.js +0 -24
  457. data/test/dummy/public/javascripts/nested-attribute.js +0 -26
  458. data/test/dummy/public/javascripts/open_id.js +0 -15
  459. data/test/dummy/public/javascripts/product.js +0 -49
  460. data/test/dummy/public/javascripts/prototype.js +0 -6001
  461. data/test/dummy/public/javascripts/rails.js +0 -127
  462. data/test/dummy/public/javascripts/taxonomy.js +0 -197
  463. data/test/dummy/public/javascripts/zone.js +0 -40
  464. data/test/dummy/public/stylesheets/.gitkeep +0 -0
  465. data/test/dummy/public/stylesheets/admin/admin-forms.css +0 -159
  466. data/test/dummy/public/stylesheets/admin/admin-reset.css +0 -67
  467. data/test/dummy/public/stylesheets/admin/admin-tables.css +0 -39
  468. data/test/dummy/public/stylesheets/admin/admin-typography.css +0 -117
  469. data/test/dummy/public/stylesheets/admin/admin.css +0 -579
  470. data/test/dummy/public/stylesheets/admin/autocomplete.css +0 -73
  471. data/test/dummy/public/stylesheets/admin/dashboard.css +0 -143
  472. data/test/dummy/public/stylesheets/admin/edit_checkouts.css +0 -57
  473. data/test/dummy/public/stylesheets/admin/grids.css +0 -314
  474. data/test/dummy/public/stylesheets/admin/promotions.css +0 -54
  475. data/test/dummy/public/stylesheets/admin/reset-fonts-grids-2-6-0.css +0 -7
  476. data/test/dummy/public/stylesheets/admin/token-input.css +0 -109
  477. data/test/dummy/public/stylesheets/admin/yui-includes.css +0 -14
  478. data/test/dummy/public/stylesheets/datepicker.css +0 -263
  479. data/test/dummy/public/stylesheets/jquery.autocomplete.css +0 -48
  480. data/test/dummy/public/stylesheets/scaffold.css +0 -54
  481. data/test/dummy/public/stylesheets/screen.css +0 -1195
  482. data/test/dummy/script/rails +0 -6
  483. data/test/functional/press_controller_test.rb +0 -13
  484. data/test/integration/admin/press_test.rb +0 -15
  485. data/test/support/helper_methods.rb +0 -11
  486. data/test/support/integration_case.rb +0 -25
@@ -1,73 +0,0 @@
1
- /* @override http://localhost:3000/stylesheets/admin/edit_orders.css */
2
-
3
- .ac_results {
4
- padding: 0px;
5
- border: 1px solid #666;
6
- background-color: white;
7
- overflow: hidden;
8
- z-index: 99999;
9
- }
10
-
11
- .ac_results ul {
12
- width: 100%;
13
- list-style-position: outside;
14
- list-style: none;
15
- padding: 0;
16
- margin: 0;
17
- }
18
-
19
- .ac_results li {
20
- margin: 0px;
21
- padding: 5px 5px;
22
- cursor: default;
23
- display: block;
24
- /*
25
- if width will be 100% horizontal scrollbar will apear
26
- when scroll mode will be used
27
- */
28
- /*width: 100%;*/
29
- font: menu;
30
- font-size: 12px;
31
- /*
32
- it is very important, if line-height not setted or setted
33
- in relative units scroll will be broken in firefox
34
- */
35
- line-height: 16px;
36
- overflow: hidden;
37
- border-bottom: 1px solid #666;
38
- color: #000;
39
- cursor: pointer;
40
- }
41
-
42
- .ac_results li img{
43
- float:left;
44
- padding-right: 5px;
45
- width: 30px;
46
- }
47
- .ac_results li h4 {
48
- margin-bottom: 3px;
49
- width: 330px;
50
- white-space: nowrap;
51
- overflow: hidden;
52
- }
53
- .ac_results li div{
54
- float:left;
55
- }
56
- .ac_results li span{
57
- display: block;
58
- float: left;
59
- }
60
- .ac_loading {
61
- background: none;
62
- }
63
- .ac_odd {
64
- background-color: #fff;
65
- }
66
- .ac_over {
67
- background-color: #41A6F0;
68
- color: #fff!important;
69
- }
70
- .ac_over h4 {
71
- color: #fff;
72
- }
73
-
@@ -1,143 +0,0 @@
1
- .dashboard h2{
2
- padding-bottom:5px;
3
- color: #476D9B;
4
- clear:both;
5
- }
6
-
7
- .dashboard_left{
8
- width:25%;
9
- float:left;
10
- }
11
-
12
- .dashboard_main{
13
- width:55%;
14
- float:left;
15
- }
16
-
17
- .dashboard_main #orders_by_day_options{
18
- background-color:#0095DA;
19
- -moz-border-radius-bottomleft:10px;
20
- -moz-border-radius-bottomright:10px;
21
- -moz-border-radius-topleft:10px;
22
- -moz-border-radius-topright:10px;
23
- -webkit-border-bottom-left-radius: 10px 10px;
24
- -webkit-border-bottom-right-radius: 10px 10px;
25
- -webkit-border-top-left-radius: 10px 10px;
26
- -webkit-border-top-right-radius: 10px 10px;
27
- color:#fff;
28
- margin-top:10px;
29
- padding:5px;
30
- text-align:center;
31
- }
32
-
33
- #order_by_day_title{
34
- padding-bottom:5px;
35
- color: #476D9B;
36
- clear:both;
37
- }
38
-
39
- #order_totals{
40
- background:#154E8C url(../../images/admin/bg/admin_tab_back.png) repeat-x scroll left top;
41
- -moz-border-radius-bottomleft:10px;
42
- -moz-border-radius-bottomright:10px;
43
- -moz-border-radius-topleft:10px;
44
- -moz-border-radius-topright:10px;
45
- -webkit-border-bottom-left-radius: 10px 10px;
46
- -webkit-border-bottom-right-radius: 10px 10px;
47
- -webkit-border-top-left-radius: 10px 10px;
48
- -webkit-border-top-right-radius: 10px 10px;
49
- color:#fff;
50
- height:62px;
51
- padding:0 10px;
52
- margin-bottom:20px;
53
- }
54
-
55
- #order_totals hr{
56
- background-color:#fff;
57
- clear:none;
58
- float:left;
59
- height:80%;
60
- margin-top:6px;
61
- width:3px;
62
- }
63
-
64
- #order_totals .spacer{
65
- padding: 0px 10px;
66
- font-size: 50px;
67
- line-height: 60px;
68
- color: #476D9B;
69
- }
70
-
71
- #order_totals p{
72
- float:left;
73
- font-size:420%;
74
- font-weight:bold;
75
- line-height:60px;
76
- margin:0 5px 0 0;
77
- }
78
-
79
- #order_totals label{
80
- font-size:200%;
81
- line-height:50px;
82
- }
83
-
84
- #order_totals span{
85
- display:block;
86
- font-size:90%;
87
- font-weight:bold;
88
- margin-top: -10px;
89
- }
90
-
91
- .dashboard_main #orders_by_day_options label{
92
- padding: 0px 10px;
93
- }
94
-
95
- .dashboard_right{
96
- width:20%;
97
- float:left;
98
- }
99
-
100
- .dashboard table th{
101
- background-color: #0095DA;
102
- color: #fff;
103
- }
104
-
105
- .dashboard_small_wrapper{
106
- padding: 0px 20px 0px 0px;
107
- }
108
-
109
- .dashboard_main_wrapper{
110
- padding: 0px 30px 10px 30px;
111
- margin-left: auto;
112
- margin-right: auto;
113
- }
114
-
115
- #pie_legend{
116
- width:50%;
117
- float:left;
118
- font-size: 80%;
119
- }
120
-
121
- #pie_legend span{
122
- line-height:15px;
123
- width:15px;
124
- float:left;
125
- }
126
-
127
- #pie_legend label{
128
- margin-left:5px;
129
- float:left;
130
- }
131
-
132
- #pie_legend div{
133
- clear:both;
134
- text-align:right;
135
- }
136
-
137
- .text-right{
138
- text-align:right;
139
- }
140
-
141
- .jqplot-table-legend{
142
- width:60px;
143
- }
@@ -1,57 +0,0 @@
1
- .ac_results {
2
- padding: 0px;
3
- border: 1px solid black;
4
- background-color: white;
5
- overflow: hidden;
6
- z-index: 99999;
7
- }
8
-
9
- .ac_results ul {
10
- width: 100%;
11
- list-style-position: outside;
12
- list-style: none;
13
- padding: 0;
14
- margin: 0;
15
- }
16
-
17
- .ac_results li {
18
- margin: 0px;
19
- padding: 5px 5px;
20
- cursor: default;
21
- display: block;
22
- /*
23
- if width will be 100% horizontal scrollbar will apear
24
- when scroll mode will be used
25
- */
26
- /*width: 100%;*/
27
- font: menu;
28
- font-size: 12px;
29
- /*
30
- it is very important, if line-height not setted or setted
31
- in relative units scroll will be broken in firefox
32
- */
33
- line-height: 16px;
34
- overflow: hidden;
35
- border-bottom: 1px solid black;
36
- color: #000;
37
- cursor: pointer;
38
- }
39
-
40
- .ac_results li h4 {
41
- margin-bottom: 3px;
42
- }
43
- .ac_results li span{
44
- display: block;
45
- }
46
- .ac_loading {
47
- background: none;
48
- }
49
- .ac_odd {
50
- background-color: #fff;
51
- }
52
- .ac_over {
53
- background-color: #fff;
54
- }
55
- .ac_over h4{
56
- text-decoration: underline;
57
- }
@@ -1,314 +0,0 @@
1
- /*
2
- Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3
- Code licensed under the BSD License:
4
- http://developer.yahoo.net/yui/license.txt
5
- version: 2.7.0
6
- */
7
- /**
8
- * YUI Grids
9
- * @module grids
10
- * @namespace yui-
11
- * @requires reset, fonts
12
- */
13
-
14
- /**
15
- * Note: Throughout this file, the *property (star-property) filter is used
16
- * to give a value to IE that other browsers do not see. _property is only seen
17
- * by IE7, so the combo of *prop and _prop can target between IE6 and IE7.
18
- *
19
- * More information on these filters and related validation errors:
20
- * http://tech.groups.yahoo.com/group/ydn-javascript/message/40059
21
- */
22
-
23
- /**
24
- * Section: General Rules
25
- */
26
-
27
- /**
28
- * Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
29
- */
30
-
31
- .yui-g .yui-u .yui-g {
32
- width: 100%;
33
- }
34
-
35
- /**
36
- * Section: Grids and Nesting Grids
37
- */
38
-
39
- /* Children generally take half the available space */
40
- .yui-gb .yui-u,
41
- .yui-g .yui-gb .yui-u,
42
- .yui-gb .yui-g,
43
- .yui-gb .yui-gb,
44
- .yui-gb .yui-gc,
45
- .yui-gb .yui-gd,
46
- .yui-gb .yui-ge,
47
- .yui-gb .yui-gf,
48
- .yui-gc .yui-u,
49
- .yui-gc .yui-g,
50
- .yui-gd .yui-u {
51
- float: left;
52
- }
53
-
54
- /* Float units (and sub grids) to the right */
55
- .yui-g .yui-u,
56
- .yui-g .yui-g,
57
- .yui-g .yui-gb,
58
- .yui-g .yui-gc,
59
- .yui-g .yui-gd,
60
- .yui-g .yui-ge,
61
- .yui-g .yui-gf,
62
- .yui-gc .yui-u,
63
- .yui-gd .yui-g,
64
- .yui-g .yui-gc .yui-u,
65
- .yui-ge .yui-u,
66
- .yui-ge .yui-g,
67
- .yui-gf .yui-g,
68
- .yui-gf .yui-u {
69
- float: right;
70
- }
71
-
72
- /*Float units (and sub grids) to the left */
73
- .yui-g div.first,
74
- .yui-gb div.first,
75
- .yui-gc div.first,
76
- .yui-gd div.first,
77
- .yui-ge div.first,
78
- .yui-gf div.first,
79
- .yui-g .yui-gc div.first,
80
- .yui-g .yui-ge div.first,
81
- .yui-gc div.first div.first {
82
- float: left;
83
- }
84
-
85
- .yui-g .yui-u,
86
- .yui-g .yui-g,
87
- .yui-g .yui-gb,
88
- .yui-g .yui-gc,
89
- .yui-g .yui-gd,
90
- .yui-g .yui-ge,
91
- .yui-g .yui-gf {
92
- width: 49.1%;
93
- }
94
-
95
- .yui-gb .yui-u,
96
- .yui-g .yui-gb .yui-u,
97
- .yui-gb .yui-g,
98
- .yui-gb .yui-gb,
99
- .yui-gb .yui-gc,
100
- .yui-gb .yui-gd,
101
- .yui-gb .yui-ge,
102
- .yui-gb .yui-gf,
103
- .yui-gc .yui-u,
104
- .yui-gc .yui-g,
105
- .yui-gd .yui-u {
106
- width: 32%;
107
- margin-left: 1.99%;
108
- }
109
-
110
- /* Give IE some extra breathing room for 1/3-based rounding issues */
111
- .yui-gb .yui-u {
112
- *margin-left: 1.9%;
113
- *width: 31.9%;
114
- }
115
-
116
- .yui-gc div.first,
117
- .yui-gd .yui-u {
118
- width: 66%;
119
- }
120
-
121
- .yui-gd div.first {
122
- width: 32%;
123
- }
124
-
125
- .yui-ge div.first,
126
- .yui-gf .yui-u {
127
- width: 74.2%;
128
- }
129
-
130
- .yui-ge .yui-u,
131
- .yui-gf div.first {
132
- width: 24%;
133
- }
134
-
135
- .yui-g .yui-gb div.first,
136
- .yui-gb div.first,
137
- .yui-gc div.first,
138
- .yui-gd div.first {
139
- margin-left: 0;
140
- }
141
-
142
- /**
143
- * Section: Deep Nesting
144
- */
145
-
146
- .yui-g .yui-g .yui-u,
147
- .yui-gb .yui-g .yui-u,
148
- .yui-gc .yui-g .yui-u,
149
- .yui-gd .yui-g .yui-u,
150
- .yui-ge .yui-g .yui-u,
151
- .yui-gf .yui-g .yui-u {
152
- width: 49%;
153
- *width: 48.1%;
154
- *margin-left: 0;
155
- }
156
-
157
- .yui-g .yui-g .yui-u {
158
- width: 48.1%;
159
- }
160
-
161
- /*SF 1927599 from 1.14 to 2.6.0*/
162
- .yui-g .yui-gb div.first,
163
- .yui-gb .yui-gb div.first {
164
- *margin-right: 0;
165
- *width: 32%;
166
- _width: 31.7%;
167
- }
168
-
169
- .yui-g .yui-gc div.first,
170
- .yui-gd .yui-g {
171
- width: 66%;
172
- }
173
-
174
- .yui-gb .yui-g div.first {
175
- *margin-right: 4%;
176
- _margin-right: 1.3%;
177
- }
178
-
179
- .yui-gb .yui-gc div.first,
180
- .yui-gb .yui-gd div.first {
181
- *margin-right: 0;
182
- }
183
-
184
- .yui-gb .yui-gb .yui-u,
185
- .yui-gb .yui-gc .yui-u {
186
- *margin-left: 1.8%;
187
- _margin-left: 4%;
188
- }
189
-
190
- .yui-g .yui-gb .yui-u {
191
- _margin-left: 1.0%;
192
- }
193
-
194
- .yui-gb .yui-gd .yui-u {
195
- *width: 66%;
196
- _width: 61.2%;
197
- }
198
-
199
- .yui-gb .yui-gd div.first {
200
- *width: 31%;
201
- _width: 29.5%;
202
- }
203
-
204
- .yui-g .yui-gc .yui-u,
205
- .yui-gb .yui-gc .yui-u {
206
- width: 32%;
207
- _float: right;
208
- margin-right: 0;
209
- _margin-left: 0;
210
- }
211
-
212
- .yui-gb .yui-gc div.first {
213
- width: 66%;
214
- *float: left;
215
- *margin-left: 0;
216
- }
217
-
218
- .yui-gb .yui-ge .yui-u,
219
- .yui-gb .yui-gf .yui-u {
220
- margin: 0;
221
- }
222
-
223
- .yui-gb .yui-gb .yui-u {
224
- _margin-left: .7%;
225
- }
226
-
227
- .yui-gb .yui-g div.first,
228
- .yui-gb .yui-gb div.first {
229
- *margin-left: 0;
230
- }
231
-
232
- .yui-gc .yui-g .yui-u,
233
- .yui-gd .yui-g .yui-u {
234
- *width: 48.1%;
235
- *margin-left: 0;
236
- }
237
-
238
- .yui-gb .yui-gd div.first {
239
- width: 32%;
240
- }
241
-
242
- .yui-g .yui-gd div.first {
243
- _width: 29.9%;
244
- }
245
-
246
- .yui-ge .yui-g {
247
- width: 24%;
248
- }
249
-
250
- .yui-gf .yui-g {
251
- width: 74.2%;
252
- }
253
-
254
- .yui-gb .yui-ge div.yui-u,
255
- .yui-gb .yui-gf div.yui-u {
256
- float: right;
257
- }
258
-
259
- .yui-gb .yui-ge div.first,
260
- .yui-gb .yui-gf div.first {
261
- float: left;
262
- }
263
-
264
- /* Width Accommodation for Nested Contexts */
265
- .yui-gb .yui-ge .yui-u,
266
- .yui-gb .yui-gf div.first {
267
- *width: 24%;
268
- _width: 20%;
269
- }
270
-
271
- /* Width Accommodation for Nested Contexts */
272
- .yui-gb .yui-ge div.first,
273
- .yui-gb .yui-gf .yui-u {
274
- *width: 73.5%;
275
- _width: 65.5%;
276
- }
277
-
278
- /* Patch for GD within GE */
279
- .yui-ge div.first .yui-gd .yui-u {
280
- width: 65%;
281
- }
282
-
283
- .yui-ge div.first .yui-gd div.first {
284
- width: 32%;
285
- }
286
-
287
- /* @group Clearing */
288
- #hd:after,
289
- #bd:after,
290
- #ft:after,
291
- .yui-g:after,
292
- .yui-gb:after,
293
- .yui-gc:after,
294
- .yui-gd:after,
295
- .yui-ge:after,
296
- .yui-gf:after {
297
- content: ".";
298
- display: block;
299
- height: 0;
300
- clear: both;
301
- visibility: hidden;
302
- }
303
-
304
- #hd,
305
- #bd,
306
- #ft,
307
- .yui-g,
308
- .yui-gb,
309
- .yui-gc,
310
- .yui-gd,
311
- .yui-ge,
312
- .yui-gf {
313
- zoom: 1;
314
- }