active_scaffold_san 3.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (284) hide show
  1. data/.autotest +27 -0
  2. data/.document +5 -0
  3. data/CHANGELOG +179 -0
  4. data/Gemfile +13 -0
  5. data/Gemfile.lock +20 -0
  6. data/MIT-LICENSE +20 -0
  7. data/README +69 -0
  8. data/Rakefile +53 -0
  9. data/active_scaffold_vho.gemspec +388 -0
  10. data/frontends/default/images/add.gif +0 -0
  11. data/frontends/default/images/arrow_down.gif +0 -0
  12. data/frontends/default/images/arrow_up.gif +0 -0
  13. data/frontends/default/images/close.gif +0 -0
  14. data/frontends/default/images/config.png +0 -0
  15. data/frontends/default/images/cross.png +0 -0
  16. data/frontends/default/images/gears.png +0 -0
  17. data/frontends/default/images/indicator-small.gif +0 -0
  18. data/frontends/default/images/indicator.gif +0 -0
  19. data/frontends/default/images/magnifier.png +0 -0
  20. data/frontends/default/javascripts/jquery/active_scaffold.js +1004 -0
  21. data/frontends/default/javascripts/jquery/jquery.editinplace.js +743 -0
  22. data/frontends/default/javascripts/prototype/active_scaffold.js +1003 -0
  23. data/frontends/default/javascripts/prototype/dhtml_history.js +867 -0
  24. data/frontends/default/javascripts/prototype/form_enhancements.js +117 -0
  25. data/frontends/default/javascripts/prototype/rico_corner.js +370 -0
  26. data/frontends/default/stylesheets/stylesheet-ie.css +35 -0
  27. data/frontends/default/stylesheets/stylesheet.css +973 -0
  28. data/frontends/default/views/_action_group.html.erb +20 -0
  29. data/frontends/default/views/_add_existing_form.html.erb +30 -0
  30. data/frontends/default/views/_base_form.html.erb +51 -0
  31. data/frontends/default/views/_create_form.html.erb +8 -0
  32. data/frontends/default/views/_create_form_on_list.html.erb +6 -0
  33. data/frontends/default/views/_field_search.html.erb +32 -0
  34. data/frontends/default/views/_form.html.erb +24 -0
  35. data/frontends/default/views/_form_association.html.erb +19 -0
  36. data/frontends/default/views/_form_association_footer.html.erb +40 -0
  37. data/frontends/default/views/_form_attribute.html.erb +15 -0
  38. data/frontends/default/views/_form_hidden_attribute.html.erb +2 -0
  39. data/frontends/default/views/_form_messages.html.erb +5 -0
  40. data/frontends/default/views/_horizontal_subform.html.erb +29 -0
  41. data/frontends/default/views/_horizontal_subform_header.html.erb +10 -0
  42. data/frontends/default/views/_horizontal_subform_record.html.erb +37 -0
  43. data/frontends/default/views/_human_conditions.html.erb +1 -0
  44. data/frontends/default/views/_list.html.erb +18 -0
  45. data/frontends/default/views/_list_actions.html.erb +15 -0
  46. data/frontends/default/views/_list_calculations.html.erb +16 -0
  47. data/frontends/default/views/_list_column_headings.html.erb +12 -0
  48. data/frontends/default/views/_list_header.html.erb +10 -0
  49. data/frontends/default/views/_list_inline_adapter.html.erb +10 -0
  50. data/frontends/default/views/_list_messages.html.erb +32 -0
  51. data/frontends/default/views/_list_pagination.html.erb +11 -0
  52. data/frontends/default/views/_list_pagination_links.html.erb +9 -0
  53. data/frontends/default/views/_list_record.html.erb +14 -0
  54. data/frontends/default/views/_list_record_columns.html.erb +8 -0
  55. data/frontends/default/views/_list_with_header.html.erb +32 -0
  56. data/frontends/default/views/_messages.html.erb +10 -0
  57. data/frontends/default/views/_render_field.js.rjs +10 -0
  58. data/frontends/default/views/_row.html.erb +12 -0
  59. data/frontends/default/views/_search.html.erb +34 -0
  60. data/frontends/default/views/_search_attribute.html.erb +10 -0
  61. data/frontends/default/views/_show.html.erb +8 -0
  62. data/frontends/default/views/_show_columns.html.erb +15 -0
  63. data/frontends/default/views/_update_actions.html.erb +9 -0
  64. data/frontends/default/views/_update_form.html.erb +6 -0
  65. data/frontends/default/views/_vertical_subform.html.erb +12 -0
  66. data/frontends/default/views/_vertical_subform_record.html.erb +38 -0
  67. data/frontends/default/views/action_confirmation.html.erb +13 -0
  68. data/frontends/default/views/add_existing.js.rjs +17 -0
  69. data/frontends/default/views/add_existing_form.html.erb +5 -0
  70. data/frontends/default/views/create.html.erb +5 -0
  71. data/frontends/default/views/delete.html.erb +13 -0
  72. data/frontends/default/views/destroy.js.rjs +23 -0
  73. data/frontends/default/views/edit_associated.js.rjs +11 -0
  74. data/frontends/default/views/field_search.html.erb +5 -0
  75. data/frontends/default/views/form_messages.js.rjs +1 -0
  76. data/frontends/default/views/list.html.erb +1 -0
  77. data/frontends/default/views/list.js.rjs +1 -0
  78. data/frontends/default/views/on_action_update.js.rjs +8 -0
  79. data/frontends/default/views/on_create.js.rjs +41 -0
  80. data/frontends/default/views/on_mark_all.js.rjs +4 -0
  81. data/frontends/default/views/on_update.js.rjs +28 -0
  82. data/frontends/default/views/search.html.erb +5 -0
  83. data/frontends/default/views/show.html.erb +5 -0
  84. data/frontends/default/views/update.html.erb +8 -0
  85. data/frontends/default/views/update_column.js.rjs +13 -0
  86. data/frontends/default/views/update_row.js.rjs +1 -0
  87. data/init.rb +8 -0
  88. data/lib/active_scaffold.rb +360 -0
  89. data/lib/active_scaffold/actions/common_search.rb +22 -0
  90. data/lib/active_scaffold/actions/core.rb +180 -0
  91. data/lib/active_scaffold/actions/create.rb +149 -0
  92. data/lib/active_scaffold/actions/delete.rb +75 -0
  93. data/lib/active_scaffold/actions/field_search.rb +82 -0
  94. data/lib/active_scaffold/actions/list.rb +184 -0
  95. data/lib/active_scaffold/actions/mark.rb +63 -0
  96. data/lib/active_scaffold/actions/nested.rb +250 -0
  97. data/lib/active_scaffold/actions/search.rb +47 -0
  98. data/lib/active_scaffold/actions/show.rb +61 -0
  99. data/lib/active_scaffold/actions/subform.rb +27 -0
  100. data/lib/active_scaffold/actions/update.rb +151 -0
  101. data/lib/active_scaffold/active_record_permissions.rb +134 -0
  102. data/lib/active_scaffold/attribute_params.rb +211 -0
  103. data/lib/active_scaffold/bridges/ancestry/bridge.rb +5 -0
  104. data/lib/active_scaffold/bridges/ancestry/lib/ancestry_bridge.rb +39 -0
  105. data/lib/active_scaffold/bridges/bridge.rb +59 -0
  106. data/lib/active_scaffold/bridges/calendar_date_select/bridge.rb +16 -0
  107. data/lib/active_scaffold/bridges/calendar_date_select/lib/as_cds_bridge.rb +83 -0
  108. data/lib/active_scaffold/bridges/cancan/bridge.rb +12 -0
  109. data/lib/active_scaffold/bridges/cancan/lib/cancan_bridge.rb +107 -0
  110. data/lib/active_scaffold/bridges/carrierwave/bridge.rb +9 -0
  111. data/lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge.rb +33 -0
  112. data/lib/active_scaffold/bridges/carrierwave/lib/carrierwave_bridge_helpers.rb +12 -0
  113. data/lib/active_scaffold/bridges/carrierwave/lib/form_ui.rb +45 -0
  114. data/lib/active_scaffold/bridges/carrierwave/lib/list_ui.rb +17 -0
  115. data/lib/active_scaffold/bridges/date_picker/bridge.rb +24 -0
  116. data/lib/active_scaffold/bridges/date_picker/lib/datepicker_bridge.rb +225 -0
  117. data/lib/active_scaffold/bridges/date_picker/public/javascripts/date_picker_bridge.js +22 -0
  118. data/lib/active_scaffold/bridges/file_column/bridge.rb +11 -0
  119. data/lib/active_scaffold/bridges/file_column/lib/as_file_column_bridge.rb +46 -0
  120. data/lib/active_scaffold/bridges/file_column/lib/file_column_helpers.rb +59 -0
  121. data/lib/active_scaffold/bridges/file_column/lib/form_ui.rb +37 -0
  122. data/lib/active_scaffold/bridges/file_column/lib/list_ui.rb +26 -0
  123. data/lib/active_scaffold/bridges/file_column/test/functional/file_column_keep_test.rb +43 -0
  124. data/lib/active_scaffold/bridges/file_column/test/mock_model.rb +9 -0
  125. data/lib/active_scaffold/bridges/file_column/test/test_helper.rb +15 -0
  126. data/lib/active_scaffold/bridges/paperclip/bridge.rb +12 -0
  127. data/lib/active_scaffold/bridges/paperclip/lib/form_ui.rb +27 -0
  128. data/lib/active_scaffold/bridges/paperclip/lib/list_ui.rb +16 -0
  129. data/lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge.rb +38 -0
  130. data/lib/active_scaffold/bridges/paperclip/lib/paperclip_bridge_helpers.rb +26 -0
  131. data/lib/active_scaffold/bridges/semantic_attributes/bridge.rb +5 -0
  132. data/lib/active_scaffold/bridges/semantic_attributes/lib/semantic_attributes_bridge.rb +20 -0
  133. data/lib/active_scaffold/bridges/shared/date_bridge.rb +209 -0
  134. data/lib/active_scaffold/bridges/tiny_mce/bridge.rb +5 -0
  135. data/lib/active_scaffold/bridges/tiny_mce/lib/tiny_mce_bridge.rb +61 -0
  136. data/lib/active_scaffold/bridges/validation_reflection/bridge.rb +8 -0
  137. data/lib/active_scaffold/bridges/validation_reflection/lib/validation_reflection_bridge.rb +21 -0
  138. data/lib/active_scaffold/config/base.rb +62 -0
  139. data/lib/active_scaffold/config/core.rb +220 -0
  140. data/lib/active_scaffold/config/create.rb +51 -0
  141. data/lib/active_scaffold/config/delete.rb +34 -0
  142. data/lib/active_scaffold/config/field_search.rb +75 -0
  143. data/lib/active_scaffold/config/form.rb +47 -0
  144. data/lib/active_scaffold/config/list.rb +174 -0
  145. data/lib/active_scaffold/config/mark.rb +22 -0
  146. data/lib/active_scaffold/config/nested.rb +44 -0
  147. data/lib/active_scaffold/config/search.rb +69 -0
  148. data/lib/active_scaffold/config/show.rb +35 -0
  149. data/lib/active_scaffold/config/subform.rb +35 -0
  150. data/lib/active_scaffold/config/update.rb +46 -0
  151. data/lib/active_scaffold/configurable.rb +29 -0
  152. data/lib/active_scaffold/constraints.rb +184 -0
  153. data/lib/active_scaffold/data_structures/action_columns.rb +137 -0
  154. data/lib/active_scaffold/data_structures/action_link.rb +175 -0
  155. data/lib/active_scaffold/data_structures/action_links.rb +185 -0
  156. data/lib/active_scaffold/data_structures/actions.rb +45 -0
  157. data/lib/active_scaffold/data_structures/column.rb +355 -0
  158. data/lib/active_scaffold/data_structures/columns.rb +75 -0
  159. data/lib/active_scaffold/data_structures/error_message.rb +24 -0
  160. data/lib/active_scaffold/data_structures/nested_info.rb +123 -0
  161. data/lib/active_scaffold/data_structures/set.rb +62 -0
  162. data/lib/active_scaffold/data_structures/sorting.rb +168 -0
  163. data/lib/active_scaffold/extensions/action_controller_rendering.rb +20 -0
  164. data/lib/active_scaffold/extensions/action_view_rendering.rb +123 -0
  165. data/lib/active_scaffold/extensions/action_view_resolver.rb +7 -0
  166. data/lib/active_scaffold/extensions/active_association_reflection.rb +13 -0
  167. data/lib/active_scaffold/extensions/active_record_offset.rb +12 -0
  168. data/lib/active_scaffold/extensions/array.rb +7 -0
  169. data/lib/active_scaffold/extensions/localize.rb +10 -0
  170. data/lib/active_scaffold/extensions/name_option_for_datetime.rb +12 -0
  171. data/lib/active_scaffold/extensions/nil_id_in_url_params.rb +7 -0
  172. data/lib/active_scaffold/extensions/paginator_extensions.rb +26 -0
  173. data/lib/active_scaffold/extensions/reverse_associations.rb +62 -0
  174. data/lib/active_scaffold/extensions/routing_mapper.rb +34 -0
  175. data/lib/active_scaffold/extensions/to_label.rb +8 -0
  176. data/lib/active_scaffold/extensions/unsaved_associated.rb +61 -0
  177. data/lib/active_scaffold/extensions/unsaved_record.rb +20 -0
  178. data/lib/active_scaffold/extensions/usa_state.rb +46 -0
  179. data/lib/active_scaffold/finder.rb +343 -0
  180. data/lib/active_scaffold/helpers/association_helpers.rb +40 -0
  181. data/lib/active_scaffold/helpers/controller_helpers.rb +87 -0
  182. data/lib/active_scaffold/helpers/country_helpers.rb +352 -0
  183. data/lib/active_scaffold/helpers/form_column_helpers.rb +350 -0
  184. data/lib/active_scaffold/helpers/human_condition_helpers.rb +59 -0
  185. data/lib/active_scaffold/helpers/id_helpers.rb +127 -0
  186. data/lib/active_scaffold/helpers/list_column_helpers.rb +361 -0
  187. data/lib/active_scaffold/helpers/pagination_helpers.rb +55 -0
  188. data/lib/active_scaffold/helpers/search_column_helpers.rb +249 -0
  189. data/lib/active_scaffold/helpers/show_column_helpers.rb +46 -0
  190. data/lib/active_scaffold/helpers/view_helpers.rb +360 -0
  191. data/lib/active_scaffold/locale/de.rb +120 -0
  192. data/lib/active_scaffold/locale/en.rb +119 -0
  193. data/lib/active_scaffold/locale/es.yml +115 -0
  194. data/lib/active_scaffold/locale/fr.rb +122 -0
  195. data/lib/active_scaffold/locale/hu.yml +63 -0
  196. data/lib/active_scaffold/locale/ja.yml +64 -0
  197. data/lib/active_scaffold/locale/ru.yml +119 -0
  198. data/lib/active_scaffold/marked_model.rb +38 -0
  199. data/lib/active_scaffold/paginator.rb +136 -0
  200. data/lib/active_scaffold/responds_to_parent.rb +70 -0
  201. data/lib/active_scaffold/version.rb +9 -0
  202. data/lib/active_scaffold_assets.rb +45 -0
  203. data/lib/active_scaffold_env.rb +14 -0
  204. data/lib/active_scaffold_vho.rb +2 -0
  205. data/lib/generators/active_scaffold/USAGE +29 -0
  206. data/lib/generators/active_scaffold/active_scaffold_generator.rb +20 -0
  207. data/lib/generators/active_scaffold_controller/USAGE +19 -0
  208. data/lib/generators/active_scaffold_controller/active_scaffold_controller_generator.rb +29 -0
  209. data/lib/generators/active_scaffold_controller/templates/controller.rb +4 -0
  210. data/lib/generators/active_scaffold_controller/templates/helper.rb +2 -0
  211. data/lib/generators/active_scaffold_setup/USAGE +10 -0
  212. data/lib/generators/active_scaffold_setup/active_scaffold_setup_generator.rb +61 -0
  213. data/public/blank.html +33 -0
  214. data/shoulda_macros/macros.rb +136 -0
  215. data/test/bridges/bridge_test.rb +47 -0
  216. data/test/config/base_test.rb +15 -0
  217. data/test/config/create_test.rb +55 -0
  218. data/test/config/list_test.rb +74 -0
  219. data/test/config/show_test.rb +43 -0
  220. data/test/config/update_test.rb +17 -0
  221. data/test/const_mocker.rb +36 -0
  222. data/test/data_structures/action_columns_test.rb +113 -0
  223. data/test/data_structures/action_link_test.rb +78 -0
  224. data/test/data_structures/action_links_test.rb +78 -0
  225. data/test/data_structures/actions_test.rb +25 -0
  226. data/test/data_structures/association_column_test.rb +42 -0
  227. data/test/data_structures/column_test.rb +185 -0
  228. data/test/data_structures/columns_test.rb +69 -0
  229. data/test/data_structures/error_message_test.rb +28 -0
  230. data/test/data_structures/set_test.rb +86 -0
  231. data/test/data_structures/sorting_test.rb +126 -0
  232. data/test/data_structures/standard_column_test.rb +24 -0
  233. data/test/data_structures/virtual_column_test.rb +23 -0
  234. data/test/extensions/active_record_test.rb +45 -0
  235. data/test/extensions/array_test.rb +12 -0
  236. data/test/helpers/form_column_helpers_test.rb +31 -0
  237. data/test/helpers/list_column_helpers_test.rb +31 -0
  238. data/test/helpers/pagination_helpers_test.rb +55 -0
  239. data/test/misc/active_record_permissions_test.rb +154 -0
  240. data/test/misc/attribute_params_test.rb +110 -0
  241. data/test/misc/configurable_test.rb +96 -0
  242. data/test/misc/constraints_test.rb +193 -0
  243. data/test/misc/finder_test.rb +93 -0
  244. data/test/misc/lang_test.rb +12 -0
  245. data/test/mock_app/.gitignore +2 -0
  246. data/test/mock_app/app/controllers/application_controller.rb +10 -0
  247. data/test/mock_app/app/helpers/application_helper.rb +3 -0
  248. data/test/mock_app/config/boot.rb +110 -0
  249. data/test/mock_app/config/database.yml +16 -0
  250. data/test/mock_app/config/environment.rb +43 -0
  251. data/test/mock_app/config/environments/development.rb +17 -0
  252. data/test/mock_app/config/environments/production.rb +28 -0
  253. data/test/mock_app/config/environments/test.rb +28 -0
  254. data/test/mock_app/config/initializers/backtrace_silencers.rb +7 -0
  255. data/test/mock_app/config/initializers/inflections.rb +10 -0
  256. data/test/mock_app/config/initializers/mime_types.rb +5 -0
  257. data/test/mock_app/config/initializers/new_rails_defaults.rb +19 -0
  258. data/test/mock_app/config/initializers/session_store.rb +15 -0
  259. data/test/mock_app/config/locales/en.yml +5 -0
  260. data/test/mock_app/config/routes.rb +43 -0
  261. data/test/mock_app/db/test.sqlite3 +1 -0
  262. data/test/mock_app/public/blank.html +33 -0
  263. data/test/mock_app/public/images/active_scaffold/DO_NOT_EDIT +2 -0
  264. data/test/mock_app/public/images/active_scaffold/default/add.gif +0 -0
  265. data/test/mock_app/public/images/active_scaffold/default/arrow_down.gif +0 -0
  266. data/test/mock_app/public/images/active_scaffold/default/arrow_up.gif +0 -0
  267. data/test/mock_app/public/images/active_scaffold/default/close.gif +0 -0
  268. data/test/mock_app/public/images/active_scaffold/default/cross.png +0 -0
  269. data/test/mock_app/public/images/active_scaffold/default/indicator-small.gif +0 -0
  270. data/test/mock_app/public/images/active_scaffold/default/indicator.gif +0 -0
  271. data/test/mock_app/public/images/active_scaffold/default/magnifier.png +0 -0
  272. data/test/mock_app/public/javascripts/active_scaffold/DO_NOT_EDIT +2 -0
  273. data/test/mock_app/public/javascripts/active_scaffold/default/active_scaffold.js +532 -0
  274. data/test/mock_app/public/javascripts/active_scaffold/default/dhtml_history.js +867 -0
  275. data/test/mock_app/public/javascripts/active_scaffold/default/form_enhancements.js +117 -0
  276. data/test/mock_app/public/javascripts/active_scaffold/default/rico_corner.js +370 -0
  277. data/test/mock_app/public/stylesheets/active_scaffold/DO_NOT_EDIT +2 -0
  278. data/test/mock_app/public/stylesheets/active_scaffold/default/stylesheet-ie.css +35 -0
  279. data/test/mock_app/public/stylesheets/active_scaffold/default/stylesheet.css +842 -0
  280. data/test/model_stub.rb +55 -0
  281. data/test/run_all.rb +8 -0
  282. data/test/test_helper.rb +39 -0
  283. data/uninstall.rb +13 -0
  284. metadata +497 -0
@@ -0,0 +1,35 @@
1
+ /* IE hacks
2
+ ==================================== */
3
+
4
+ * html .active-scaffold-header,
5
+ .active-scaffold li.form-element,
6
+ .active-scaffold li.sub-section {
7
+ zoom: 1;
8
+ }
9
+
10
+ * html .active-scaffold td .messages-container {
11
+ border-top: solid 1px #DAFFCD;
12
+ }
13
+
14
+ * html .active-scaffold-header div.actions a.show_search {
15
+ background-image: none;
16
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/active_scaffold/default/magnifier.png', sizingMethod='crop');
17
+ }
18
+
19
+ * html .active-scaffold .sub-form .association-record a.destroy {
20
+ background-image: none;
21
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/active_scaffold/default/cross.png', sizingMethod='crop');
22
+ }
23
+
24
+ .active-scaffold-header div.actions a.disabled {
25
+ filter: alpha(opacity=50);
26
+ }
27
+
28
+ .active-scaffold .show-view dd,
29
+ .active-scaffold li.form-element dd {
30
+ float: none;
31
+ }
32
+
33
+ .active-scaffold li.form-element dt {
34
+ padding: 4px 0;
35
+ }
@@ -0,0 +1,973 @@
1
+ /*
2
+ ActiveScaffold
3
+ (c) 2007 Richard White <rrwhite@gmail.com>
4
+
5
+ ActiveScaffold is freely distributable under the terms of an MIT-style license.
6
+
7
+ For details, see the ActiveScaffold web site: http://www.activescaffold.com/
8
+ */
9
+
10
+ .active-scaffold form,
11
+ .active-scaffold table,
12
+ .active-scaffold p,
13
+ .active-scaffold div,
14
+ .active-scaffold fieldset {
15
+ margin: 0;
16
+ padding: 0;
17
+ }
18
+
19
+ .active-scaffold {
20
+ margin: 5px 0;
21
+ }
22
+
23
+ .active-scaffold table {
24
+ width: 100%;
25
+ border-collapse: separate;
26
+ }
27
+
28
+ .active-scaffold a,
29
+ .active-scaffold a:visited {
30
+ color: #06c;
31
+ text-decoration: none;
32
+ }
33
+
34
+ .active-scaffold a.disabled {
35
+ color: #999;
36
+ }
37
+
38
+ .active-scaffold a:hover, .active-scaffold div.hover, .active-scaffold td span.hover {
39
+ background-color: #ff8;
40
+ }
41
+
42
+ .active-scaffold div.actions a img,
43
+ .active-scaffold td.actions a img {
44
+ border: none;
45
+ vertical-align: middle;
46
+ }
47
+
48
+ .active-scaffold div.actions a.disabled img,
49
+ .active-scaffold td.actions a.disabled img {
50
+ opacity: 0.5;
51
+ }
52
+
53
+ .active-scaffold .clear-fix {
54
+ clear: both;
55
+ }
56
+
57
+ noscript.active-scaffold {
58
+ border-left: solid 5px #f66;
59
+ background-color: #fbb;
60
+ font-size: 11px;
61
+ font-weight: bold;
62
+ padding: 5px 20px 5px 5px;
63
+ color: #333;
64
+ }
65
+
66
+ /* Header
67
+ ======================== */
68
+
69
+ .active-scaffold-header {
70
+ position: relative;
71
+ }
72
+
73
+ .blue-theme .active-scaffold-header {
74
+ background-color: #005CB8;
75
+ }
76
+
77
+ .active-scaffold-header h2 {
78
+ padding: 2px 0px;
79
+ margin: 0;
80
+ color: #555;
81
+ font: bold 160% arial, sans-serif;
82
+ }
83
+
84
+ .blue-theme .active-scaffold-header h2 {
85
+ color: #fff;
86
+ padding: 2px 5px 4px 5px;
87
+ }
88
+
89
+ .active-scaffold-header div.actions a,
90
+ .active-scaffold-header div.actions {
91
+ float: right;
92
+ font: bold 14px arial;
93
+ letter-spacing: -1px;
94
+ text-decoration: none;
95
+ padding: 1px 2px;
96
+ white-space: nowrap;
97
+ margin-left: 5px;
98
+ background-position: 1px 50%;
99
+ background-repeat: no-repeat;
100
+ }
101
+
102
+ .active-scaffold-header div.actions div.action_group {
103
+ display: inline;
104
+ float: right;
105
+ }
106
+
107
+ .active-scaffold-header div.actions div.action_group li a,
108
+ .active-scaffold-header div.actions div.action_group li div {
109
+ float: none;
110
+ margin: 0;
111
+ }
112
+
113
+ .active-scaffold-header div.actions .action_group ul {
114
+ line-height: 130%;
115
+ top: 14px;
116
+ }
117
+
118
+ .view .active-scaffold-header div.actions a,
119
+ .view .active-scaffold-header div.actions div,
120
+ .view .active-scaffold-header div.actions div.action_group {
121
+ float: left;
122
+ }
123
+
124
+ .blue-theme .active-scaffold-header div.actions a {
125
+ color: #fff;
126
+ }
127
+
128
+ .active-scaffold-header div.actions a.disabled {
129
+ color: #666;
130
+ opacity: 0.5;
131
+ }
132
+
133
+ .blue-theme .active-scaffold-header div.actions a.disabled {
134
+ color: #fff;
135
+ opacity: 0.5;
136
+ }
137
+
138
+ .active-scaffold-header div.actions a.new,
139
+ .active-scaffold-header div.actions a.new_existing,
140
+ .active-scaffold-header div.actions a.show_search,
141
+ .active-scaffold-header div.actions a.show_config_list,
142
+ .active-scaffold-header div.actions div.action_group div {
143
+ margin:0;
144
+ padding: 1px 5px 1px 20px;
145
+ background-position: 1px 50%;
146
+ background-repeat: no-repeat;
147
+ }
148
+
149
+ .active-scaffold-header div.actions div.action_group div {
150
+ background-image: url(../../../images/active_scaffold/default/gears.png); /* default icon for actions or override with css */
151
+ }
152
+
153
+ .active-scaffold-header div.actions a.show_config_list {
154
+ background-image: url(../../../images/active_scaffold/default/config.png);
155
+ }
156
+
157
+ .active-scaffold-header div.actions a.new,
158
+ .active-scaffold-header div.actions a.new_existing {
159
+ background-image: url(../../../images/active_scaffold/default/add.gif);
160
+ }
161
+
162
+ .active-scaffold-header div.actions a.show_search {
163
+ background-image: url(../../../images/active_scaffold/default/magnifier.png);
164
+ }
165
+
166
+ .blue-theme .active-scaffold-header div.actions a:hover {
167
+ background-color: #378CDF;
168
+ }
169
+
170
+ .active-scaffold-header div.actions a.disabled:hover {
171
+ background-color: transparent;
172
+ cursor: default;
173
+ }
174
+
175
+ .active-scaffold-header div.actions {
176
+ position: absolute;
177
+ right: 5px;
178
+ top: 5px;
179
+ text-align: right;
180
+ }
181
+
182
+ /* Table :: Column Headers
183
+ ============================= */
184
+
185
+ .active-scaffold th {
186
+ background-color: #555;
187
+ text-align: left;
188
+ }
189
+
190
+ .active-scaffold th a,
191
+ .active-scaffold th p {
192
+ font: bold 11px arial, sans-serif;
193
+ display: block;
194
+ background-color: #555;
195
+ }
196
+
197
+ .active-scaffold th a, .active-scaffold th a:visited {
198
+ color: #fff;
199
+ padding: 2px 2px 2px 5px;
200
+ }
201
+
202
+ .active-scaffold th p {
203
+ color: #eee;
204
+ padding: 2px 5px;
205
+ }
206
+
207
+ .active-scaffold th a:hover {
208
+ background-color: #000;
209
+ color: #ff8;
210
+ }
211
+
212
+ .active-scaffold th.sorted {
213
+ background-color: #333;
214
+ }
215
+
216
+ .active-scaffold th.sorted a {
217
+ padding-right: 18px;
218
+ }
219
+
220
+ .active-scaffold th.asc a,
221
+ .active-scaffold th.asc a:hover {
222
+ background: #333 url(../../../images/active_scaffold/default/arrow_up.gif) right 50% no-repeat;
223
+ }
224
+
225
+ .active-scaffold th.desc a,
226
+ .active-scaffold th.desc a:hover {
227
+ background: #333 url(../../../images/active_scaffold/default/arrow_down.gif) right 50% no-repeat;
228
+ }
229
+
230
+ .active-scaffold th.loading a,
231
+ .active-scaffold th.loading a:hover {
232
+ background: #333 url(../../../images/active_scaffold/default/indicator-small.gif) right 50% no-repeat;
233
+ }
234
+
235
+ .active-scaffold th .mark_heading {
236
+ margin-left: 5px;
237
+ }
238
+
239
+ /* Table :: Record Rows
240
+ ============================= */
241
+
242
+ .active-scaffold tr.record {
243
+ background-color: #E6F2FF;
244
+ }
245
+ .active-scaffold tr.record td {
246
+ padding: 5px 4px;
247
+ color: #333;
248
+ font-family: Verdana, sans-serif;
249
+ font-size: 11px;
250
+ border-bottom: solid 1px #C5DBF7;
251
+ border-left: solid 1px #C5DBF7;
252
+ }
253
+
254
+ .active-scaffold tr.record td.messages-container {
255
+ padding: 0px;
256
+ }
257
+
258
+ .active-scaffold tr.even-record {
259
+ background-color: #fff;
260
+ }
261
+ .active-scaffold tr.even-record td {
262
+ border-left-color: #ddd;
263
+ }
264
+
265
+ .active-scaffold tr.record td.sorted {
266
+ background-color: #B9DCFF;
267
+ border-bottom-color: #AFD0F5;
268
+ }
269
+
270
+ .active-scaffold tr.even-record td.sorted {
271
+ background-color: #E6F2FF;
272
+ border-bottom-color: #AFD0F5;
273
+ }
274
+
275
+ .active-scaffold tbody.records td.empty {
276
+ color: #999;
277
+ text-align: center;
278
+ }
279
+
280
+ .active-scaffold td.numeric,
281
+ .active-scaffold-calculations td {
282
+ text-align: right;
283
+ }
284
+
285
+ /* Table :: Actions (Edit, Delete)
286
+ ============================= */
287
+ .active-scaffold tr.record td.actions {
288
+ border-right: solid 1px #ccc;
289
+ padding: 0;
290
+ min-width: 1%;
291
+ }
292
+
293
+ .active-scaffold tr.record td.actions table {
294
+ float: right;
295
+ width: auto;
296
+ margin-right: 5px;
297
+ }
298
+
299
+ .active-scaffold tr.record td.actions table td {
300
+ border: none;
301
+ text-align: right;
302
+ padding: 0 2px;
303
+ }
304
+
305
+ .active-scaffold tr.record td.actions a,
306
+ .active-scaffold tr.record td.actions div {
307
+ font: bold 11px verdana, sans-serif;
308
+ letter-spacing: -1px;
309
+ padding: 2px;
310
+ margin: 0 2px;
311
+ line-height: 16px;
312
+ white-space: nowrap;
313
+ }
314
+
315
+ .active-scaffold tr.record td.actions a.disabled {
316
+ color: #666;
317
+ opacity: 0.5;
318
+ }
319
+
320
+ .active-scaffold .actions .action_group div:hover {
321
+ background-color: #ff8;
322
+ }
323
+
324
+ .active-scaffold .actions .action_group {
325
+ position: relative;
326
+ text-align: left;
327
+ color: #0066CC;
328
+ }
329
+
330
+ .active-scaffold .actions .action_group ul {
331
+ border: 2px solid #005CB8;
332
+ list-style-type: none;
333
+ margin: 0;
334
+ padding: 0;
335
+ position: absolute;
336
+ line-height: 200%;
337
+ display: none;
338
+ width: 150px;
339
+ right: 0px;
340
+ }
341
+
342
+ .active-scaffold .actions .action_group ul ul {
343
+ display: none;
344
+ position: absolute;
345
+ top: 0;
346
+ right: 150px;
347
+ }
348
+
349
+ .active-scaffold .actions .action_group ul li {
350
+ background: none repeat scroll 0 0 #EEE;
351
+ border-top: 1px dashed #222;
352
+ display: block;
353
+ position: relative;
354
+ width: auto;
355
+ z-index: 2;
356
+ }
357
+
358
+ .active-scaffold .actions .action_group ul li div {
359
+ margin: 0;
360
+ padding: 5px 5px 5px 25px;
361
+ background-position: 5px 50%;
362
+ background-repeat: no-repeat;
363
+ }
364
+
365
+ .active-scaffold .actions .action_group ul li a {
366
+ display: block;
367
+ color: #333;
368
+ margin: 0;
369
+ padding: 5px 5px 5px 25px;
370
+ background-position: 5px 50%;
371
+ background-repeat: no-repeat;
372
+ }
373
+
374
+ .active-scaffold .actions .action_group ul li.top {
375
+ border-top: 0px solid #005CB8;
376
+ }
377
+
378
+ .active-scaffold .actions .action_group:hover ul ul,
379
+ .active-scaffold .actions .action_group:hover ul ul ul {
380
+ display: none;
381
+ }
382
+
383
+ .active-scaffold .actions .action_group:hover ul,
384
+ .active-scaffold .actions .action_group ul li:hover > ul,
385
+ .active-scaffold .actions .action_group ul ul li:hover ul {
386
+ display: block;
387
+ }
388
+
389
+ /* Table :: Inline Adapter
390
+ ============================= */
391
+
392
+ .active-scaffold .view {
393
+ background-color: #DAFFCD;
394
+ padding: 4px;
395
+ border: solid 1px #7FcF00;
396
+ }
397
+
398
+ .active-scaffold tbody.records td.inline-adapter-cell .view {
399
+ border-top: none;
400
+ }
401
+
402
+ .active-scaffold .before-header td.inline-adapter-cell .view {
403
+ border-bottom: none;
404
+ }
405
+
406
+ .active-scaffold a.inline-adapter-close {
407
+ float: right;
408
+ text-indent: -4000px;
409
+ width: 16px;
410
+ height: 17px;
411
+ background: url(../../../images/active_scaffold/default/close.gif) 0 0 no-repeat;
412
+ }
413
+
414
+ /* Nested
415
+ ======================== */
416
+
417
+ .blue-theme .active-scaffold .active-scaffold-header,
418
+ .blue-theme .active-scaffold .active-scaffold-footer {
419
+ background-color: #1F7F00;
420
+
421
+ background: transparent;
422
+ }
423
+
424
+ .active-scaffold .active-scaffold .active-scaffold-header {
425
+ margin-right: 15px;
426
+ }
427
+
428
+ .active-scaffold .active-scaffold .active-scaffold-header h2 {
429
+ font-size: 12px;
430
+ font-weight: bold;
431
+ }
432
+
433
+ .blue-theme .active-scaffold .active-scaffold-header h2,
434
+ .active-scaffold .active-scaffold .active-scaffold-footer {
435
+ color: #444;
436
+ }
437
+
438
+ .active-scaffold .active-scaffold .active-scaffold-header div.actions {
439
+ top: 0px;
440
+ right: 0px;
441
+ }
442
+
443
+ .active-scaffold .active-scaffold .active-scaffold-header div.actions a,
444
+ .active-scaffold .active-scaffold .active-scaffold-header div.actions div {
445
+ font: bold 11px verdana, sans-serif;
446
+ }
447
+
448
+ .blue-theme .active-scaffold .active-scaffold-header div.actions a,
449
+ .blue-theme .active-scaffold .active-scaffold-header div.actions a:visited {
450
+ color: #06c;
451
+ }
452
+
453
+ .blue-theme .active-scaffold .active-scaffold-header div.actions a:hover {
454
+ background-color: #ff8;
455
+ }
456
+
457
+ .active-scaffold .active-scaffold .view {
458
+ background-color: transparent;
459
+ padding: 0px;
460
+ border: none;
461
+ }
462
+
463
+ .active-scaffold .active-scaffold td {
464
+ background-color: #ECFFE7;
465
+ border-bottom: solid 1px #CDF7C5;
466
+ border-left: solid 1px #CDF7C5;
467
+ }
468
+
469
+ .active-scaffold .active-scaffold td.inline-adapter-cell {
470
+ background-color: #FFFFBB;
471
+ padding: 4px;
472
+ border: solid 1px #DDDF37;
473
+ border-top: none;
474
+ }
475
+
476
+ .active-scaffold .active-scaffold .active-scaffold td.inline-adapter-cell {
477
+ background-color: #DAFFCD;
478
+ padding: 4px;
479
+ border: solid 1px #7FcF00;
480
+ border-top: none;
481
+ }
482
+
483
+ .active-scaffold .active-scaffold .active-scaffold-footer {
484
+ font-size: 11px;
485
+ }
486
+
487
+ /* Footer
488
+ ========================== */
489
+
490
+ .active-scaffold-calculations td {
491
+ background-color: #eee;
492
+ border-top: 2px solid #005CB8;
493
+ font: bold 12px arial, sans-serif;
494
+ }
495
+
496
+ .active-scaffold .active-scaffold-footer {
497
+ padding: 3px 0px 2px 0px;
498
+ border-bottom: none;
499
+ font: bold 12px arial, sans-serif;
500
+ }
501
+
502
+ .blue-theme .active-scaffold-footer {
503
+ background-color: #005CB8;
504
+ color: #ccc;
505
+ }
506
+
507
+ .active-scaffold-footer .active-scaffold-pagination {
508
+ float: right;
509
+ white-space: nowrap;
510
+ margin-right: 5px;
511
+ }
512
+
513
+ .blue-theme .active-scaffold-footer .active-scaffold-records {
514
+ margin-left: 5px;
515
+ }
516
+
517
+ .active-scaffold-footer a {
518
+ text-decoration: none;
519
+ letter-spacing: 0;
520
+ padding: 0 2px;
521
+ margin: 0 -2px;
522
+ font: bold 12px arial, sans-serif;
523
+ }
524
+
525
+ .blue-theme .active-scaffold-footer a,
526
+ .blue-theme .active-scaffold-footer a:visited {
527
+ color: #fff;
528
+ }
529
+
530
+ .blue-theme .active-scaffold-footer a:hover {
531
+ background-color: #378CDF;
532
+ }
533
+
534
+ .active-scaffold-footer .next {
535
+ margin-left: 0;
536
+ padding-left: 5px;
537
+ border-left: solid 1px #ccc;
538
+ }
539
+
540
+ .active-scaffold-footer .previous {
541
+ margin-right: 0;
542
+ padding-right: 5px;
543
+ border-right: solid 1px #ccc;
544
+ }
545
+
546
+ /* Messages
547
+ ========================= */
548
+
549
+ .active-scaffold .messages-container,
550
+ .active-scaffold .active-scaffold .messages-container{
551
+ padding: 0;
552
+ margin: 0 7px;
553
+ border: none;
554
+ }
555
+
556
+ .active-scaffold .empty-message, .active-scaffold .filtered-message {
557
+ background-color: #e8e8e8;
558
+ padding: 4px;
559
+ text-align: center;
560
+ color: #666;
561
+ }
562
+
563
+ .active-scaffold .message {
564
+ font-size: 11px;
565
+ font-weight: bold;
566
+ padding: 5px 20px 5px 5px;
567
+ color: #333;
568
+ position: relative;
569
+ margin: 2px 7px;
570
+ line-height: 12px;
571
+ }
572
+
573
+ .active-scaffold .message a {
574
+ position: absolute;
575
+ right: 10px;
576
+ top: 4px;
577
+ padding: 0;
578
+ font: bold 11px verdana, sans-serif;
579
+ letter-spacing: -1px;
580
+ }
581
+
582
+ .active-scaffold .messages-container .message {
583
+ margin: 0;
584
+ }
585
+
586
+ .active-scaffold .error-message {
587
+ border-left: solid 5px #f66;
588
+ background-color: #fbb;
589
+ }
590
+
591
+ .active-scaffold .warning-message {
592
+ border-left: solid 5px #ff6;
593
+ background-color: #ffb;
594
+ }
595
+
596
+ .active-scaffold .info-message {
597
+ border-left: solid 5px #66f;
598
+ background-color: #bbf;
599
+ }
600
+
601
+ /* Error Styling
602
+ ========================== */
603
+
604
+ .active-scaffold .errorExplanation {
605
+ background-color: #fcc;
606
+ margin: 2px 0;
607
+ border: solid 1px #f66;
608
+ }
609
+
610
+ .active-scaffold fieldset {
611
+ clear: both;
612
+ }
613
+
614
+ .active-scaffold .errorExplanation h2 {
615
+ padding: 2px 5px;
616
+ color: #333;
617
+ font-size: 11px;
618
+ margin: 0;
619
+ letter-spacing: 0;
620
+ font-family: Verdana;
621
+ background-color: #f66;
622
+ }
623
+
624
+ .active-scaffold .errorExplanation ul {
625
+ margin: 0;
626
+ padding: 0 2px 4px 25px;
627
+ list-style: disc;
628
+ }
629
+
630
+ .active-scaffold .errorExplanation p {
631
+ font-size: 11px;
632
+ padding: 2px 5px;
633
+ font-family: Verdana;
634
+ margin: 0;
635
+ }
636
+
637
+ .active-scaffold .errorExplanation ul li {
638
+ font: bold 11px verdana;
639
+ letter-spacing: -1px;
640
+ margin: 0;
641
+ padding: 0;
642
+ background-color: transparent;
643
+ }
644
+
645
+ /* Loading Indicators
646
+ ============================== */
647
+
648
+ .active-scaffold .loading-indicator {
649
+ vertical-align: text-bottom;
650
+ width: 16px;
651
+ margin: 0;
652
+ }
653
+
654
+ .active-scaffold .active-scaffold-header .loading-indicator {
655
+ margin-bottom: 3px;
656
+ }
657
+
658
+ /* Show
659
+ ============================= */
660
+
661
+ .active-scaffold .show-view dl {
662
+ margin-left: 5px;
663
+ }
664
+
665
+ .active-scaffold .show-view dt {
666
+ width: 12em;
667
+ float: left;
668
+ clear: left;
669
+ font: normal 11px verdana, sans-serif;
670
+ color: #555;
671
+ line-height: 16px;
672
+ }
673
+
674
+ .active-scaffold .show-view dd {
675
+ float: left;
676
+ font: bold 14px arial;
677
+ padding-left: 5px;
678
+ margin-bottom: 5px;
679
+ }
680
+
681
+ /* Form
682
+ ============================== */
683
+
684
+ .active-scaffold .submit {
685
+ font-weight: bold;
686
+ font-size: 14px;
687
+ font-family: Arial, sans-serif;
688
+ letter-spacing: 0;
689
+ margin: 0;
690
+ margin-top: 5px;
691
+ }
692
+
693
+ .active-scaffold form p {
694
+ clear: both;
695
+ }
696
+
697
+ .active-scaffold fieldset {
698
+ border: none;
699
+ }
700
+
701
+ .active-scaffold h4,
702
+ .active-scaffold h5 {
703
+ padding: 2px;
704
+ margin: 0;
705
+ text-transform: none;
706
+ color: #1F7F00;
707
+ letter-spacing: -1px;
708
+ font: bold 16px arial;
709
+ }
710
+
711
+ .active-scaffold h5 {
712
+ padding: 0;
713
+ margin: 5px 0 2px 0;
714
+ font-size: 14px;
715
+ letter-spacing: 0;
716
+ }
717
+
718
+ .active-scaffold ol {
719
+ clear: both;
720
+ float: none;
721
+ padding: 2px;
722
+ margin-left: 5px;
723
+ list-style: none;
724
+ }
725
+
726
+ .active-scaffold p.form-footer {
727
+ clear: both;
728
+ }
729
+
730
+ .active-scaffold a.as_cancel,
731
+ .active-scaffold p.form-footer a {
732
+ font: bold 14px arial, sans-serif;
733
+ letter-spacing: 0;
734
+ }
735
+
736
+ /* Form :: Fields
737
+ ============================== */
738
+
739
+ .active-scaffold li.form-element {
740
+ clear: both;
741
+ }
742
+
743
+ .active-scaffold label {
744
+ font: normal 11px verdana, sans-serif;
745
+ color: #555;
746
+ }
747
+
748
+ .active-scaffold li.form-element dt {
749
+ float: left;
750
+ width: 12em;
751
+ padding: 6px 0;
752
+ }
753
+
754
+ .active-scaffold li.form-element dd {
755
+ float: left;
756
+ }
757
+
758
+ .active-scaffold li.form-element dd input[type="checkbox"] {
759
+ margin-top: 6px;
760
+ }
761
+
762
+ .active-scaffold .form dd {
763
+ margin: 0;
764
+ }
765
+
766
+
767
+ .active-scaffold .description {
768
+ display: inline-block;
769
+ color: #999;
770
+ font-size: 10px;
771
+ margin-left: 5px;
772
+ }
773
+
774
+ .active-scaffold .required label {
775
+ font-weight: bold;
776
+ }
777
+
778
+ .active-scaffold label.example {
779
+ font-size: 11px;
780
+ font-family: arial;
781
+ color: #888;
782
+ }
783
+
784
+ .active-scaffold input.text-input,
785
+ .active-scaffold select {
786
+ font: bold 16px arial;
787
+ letter-spacing: -1px;
788
+ border: solid 1px #1F7F00;
789
+ }
790
+
791
+ .active-scaffold input.text-input {
792
+ padding: 2px;
793
+ }
794
+
795
+ .active-scaffold .fieldWithErrors input,
796
+ .active-scaffold .field_with_errors input,
797
+ .active-scaffold .fieldWithErrors textarea,
798
+ .active-scaffold .field_with_errors textarea,
799
+ .active-scaffold .fieldWithErrors select,
800
+ .active-scaffold .field_with_errors select {
801
+ border: solid 1px #f00;
802
+ }
803
+
804
+ .active-scaffold select {
805
+ padding: 1px;
806
+ }
807
+
808
+ .active-scaffold input.example {
809
+ color: #aaa;
810
+ }
811
+
812
+ .active-scaffold select:focus,
813
+ .active-scaffold input.text-input:focus {
814
+ background-color: #ffc;
815
+ }
816
+
817
+ .active-scaffold textarea {
818
+ font-family: Arial, sans-serif;
819
+ font-size: 12px;
820
+ padding: 1px;
821
+ border: solid 1px #1F7F00;
822
+ }
823
+
824
+ .active-scaffold .checkbox-list {
825
+ padding-left: 0px;
826
+ }
827
+
828
+ .active-scaffold .checkbox-list li {
829
+ padding-right: 5px;
830
+ display: inline;
831
+ }
832
+
833
+ .active-scaffold .checkbox-list li label {
834
+ padding: 0 0 0 2px;
835
+ }
836
+
837
+ .active-scaffold .draggable-list {
838
+ float: left;
839
+ width: 300px;
840
+ margin-right: 15px;
841
+ min-height: 30px;
842
+ max-height: 100px;
843
+ overflow: auto;
844
+ background-color: #FFFF88;
845
+ }
846
+
847
+ .active-scaffold .draggable-list.hover {
848
+ opacity: 0.5;
849
+ }
850
+
851
+ .active-scaffold .draggable-list.selected {
852
+ background-color: #7FCF00;
853
+ }
854
+
855
+ .active-scaffold .draggable-list li {
856
+ display: block;
857
+ }
858
+
859
+ .active-scaffold .draggable-list input {
860
+ display: none;
861
+ }
862
+
863
+ /* Form :: Sub-Sections
864
+ ============================== */
865
+
866
+ .active-scaffold li.sub-section {
867
+ clear: left;
868
+ padding: 5px 0;
869
+ }
870
+
871
+ /* Form :: Association Sub-Forms
872
+ ============================== */
873
+
874
+ .active-scaffold .sub-form {
875
+ float: left;
876
+ clear: left;
877
+ padding: 5px 0;
878
+ padding-left: 5px;
879
+ }
880
+
881
+ .active-scaffold .sub-form h5 {
882
+ margin-left: -5px;
883
+ }
884
+
885
+ .active-scaffold .sub-form table,
886
+ .active-scaffold .sub-form table td {
887
+ width: auto;
888
+ background: none;
889
+ }
890
+
891
+ .active-scaffold .sub-form table th {
892
+ font: normal 10px verdana, sans-serif;
893
+ color: #555;
894
+ padding: 0 5px 0 1px;
895
+ background: none;
896
+ }
897
+
898
+ .active-scaffold .horizontal-sub-form td dt label {
899
+ display: none;
900
+ }
901
+
902
+ .active-scaffold .sub-form .checkbox-list {
903
+ padding: 0 2px 2px 2px;
904
+ background-color: #fff;
905
+ border: solid 1px #1F7F00;
906
+ }
907
+
908
+ .active-scaffold .sub-form .checkbox-list label {
909
+ display: block;
910
+ }
911
+
912
+ .active-scaffold .sub-form table td {
913
+ border: none;
914
+ background-color: transparent;
915
+ padding: 1px;
916
+ vertical-align: top;
917
+ color: #999;
918
+ }
919
+
920
+ .active-scaffold .sub-form .actions {
921
+ vertical-align: middle;
922
+ background-color: transparent;
923
+ clear: left;
924
+ }
925
+
926
+ .active-scaffold .sub-form .association-record a.destroy {
927
+ font-weight: bold;
928
+ display: block;
929
+ height: 16px;
930
+ padding: 0;
931
+ width: 16px;
932
+ text-indent: -4000px;
933
+ background: url(../../../images/active_scaffold/default/cross.png) 0 0 no-repeat;
934
+ }
935
+
936
+ .active-scaffold .sub-form .locked a.destroy {
937
+ display: none;
938
+ }
939
+
940
+ .active-scaffold .sub-form .association-record a {
941
+ font: bold 12px arial;
942
+ }
943
+
944
+ .active-scaffold .sub-form input.text-input,
945
+ .active-scaffold .sub-form select {
946
+ letter-spacing: 0;
947
+ font: bold 12px arial;
948
+ }
949
+
950
+ .active-scaffold .sub-form .footer-wrapper {
951
+ margin-top: 3px;
952
+ margin-right: 10px;
953
+ }
954
+
955
+ .active-scaffold .sub-form .footer {
956
+ color: #999;
957
+ padding: 3px 5px;
958
+ }
959
+
960
+ .active-scaffold .sub-form .footer select,
961
+ .active-scaffold .sub-form .footer input {
962
+ font-weight: bold;
963
+ font-size: 12px;
964
+ padding: 0;
965
+ }
966
+
967
+ .active-scaffold a.visibility-toggle {
968
+ font-size: 100%;
969
+ }
970
+
971
+ .active-scaffold-found {
972
+ float:left;
973
+ }