cable 0.8.6 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data/VERSION +1 -1
  2. data/app/views/layouts/_breadcrumb.html.erb +1 -0
  3. data/app/views/layouts/_messages.html.erb +3 -3
  4. data/app/views/layouts/admin.html.erb +21 -26
  5. data/lib/generators/cable/menu/templates/erb/menus/_menu_children_table.html.erb +1 -1
  6. data/lib/generators/cable/menu/templates/erb/menus/move.html.erb +0 -16
  7. data/lib/generators/cable/menu/templates/migration.rb +1 -0
  8. data/lib/generators/cable/resource/templates/erb/scaffold/_form.html.erb +18 -25
  9. data/lib/generators/cable/resource/templates/erb/scaffold/index.html.erb +47 -45
  10. data/lib/generators/cable/resource/templates/erb/scaffold/show.html.erb +1 -2
  11. data/public/images/cable/add.png +0 -0
  12. data/public/images/cable/children.png +0 -0
  13. data/public/images/cable/empty-menu.png +0 -0
  14. data/public/images/cable/header-background.jpg +0 -0
  15. data/public/images/cable/help.png +0 -0
  16. data/public/images/cable/loader.gif +0 -0
  17. data/public/javascripts/cable_menu.js +316 -0
  18. data/public/stylesheets/cable/base.css +25 -0
  19. data/public/stylesheets/cable/buttons.css +55 -0
  20. data/public/stylesheets/cable/formtastic_changes.css +51 -0
  21. data/public/stylesheets/cable/menu.css +120 -0
  22. data/public/stylesheets/cable/pagination.css +10 -0
  23. data/public/stylesheets/cable/regions.css +247 -0
  24. data/public/stylesheets/cable/search.css +45 -0
  25. data/public/stylesheets/cable/tables.css +34 -0
  26. data/public/stylesheets/cable/tags.css +61 -0
  27. data/public/stylesheets/cable.css +9 -859
  28. data/public/stylesheets/{ui/aristo/images/button_bg.png → jquery/ui/images/bg_fallback.png} +0 -0
  29. data/public/stylesheets/jquery/ui/images/icon_sprite.png +0 -0
  30. data/public/stylesheets/jquery/ui/images/progress_bar.gif +0 -0
  31. data/public/stylesheets/{ui/aristo/images/ui-icons_ffffff_256x240.png → jquery/ui/images/ui-icons_454545_256x240.png} +0 -0
  32. data/public/stylesheets/{ui/aristo/aristo.css → jquery/ui/jquery-ui-1.8.7.custom.css} +345 -166
  33. metadata +27 -66
  34. data/public/images/iphone-style-checkboxes/off.png +0 -0
  35. data/public/images/iphone-style-checkboxes/on.png +0 -0
  36. data/public/images/iphone-style-checkboxes/slider.png +0 -0
  37. data/public/images/iphone-style-checkboxes/slider_center.png +0 -0
  38. data/public/images/iphone-style-checkboxes/slider_left.png +0 -0
  39. data/public/images/iphone-style-checkboxes/slider_right.png +0 -0
  40. data/public/javascripts/iphone-style-checkboxes.js +0 -224
  41. data/public/javascripts/jquery.columnview.js +0 -84
  42. data/public/javascripts/jstree/_lib/jquery.cookie.js +0 -96
  43. data/public/javascripts/jstree/_lib/jquery.hotkeys.js +0 -99
  44. data/public/javascripts/jstree/_lib/jquery.js +0 -6240
  45. data/public/javascripts/jstree/jquery.jstree.js +0 -4526
  46. data/public/javascripts/jstree/themes/apple/bg.jpg +0 -0
  47. data/public/javascripts/jstree/themes/apple/d.png +0 -0
  48. data/public/javascripts/jstree/themes/apple/dot_for_ie.gif +0 -0
  49. data/public/javascripts/jstree/themes/apple/style.css +0 -61
  50. data/public/javascripts/jstree/themes/apple/throbber.gif +0 -0
  51. data/public/javascripts/jstree/themes/classic/d.png +0 -0
  52. data/public/javascripts/jstree/themes/classic/dot_for_ie.gif +0 -0
  53. data/public/javascripts/jstree/themes/classic/style.css +0 -59
  54. data/public/javascripts/jstree/themes/classic/throbber.gif +0 -0
  55. data/public/javascripts/jstree/themes/default/d.gif +0 -0
  56. data/public/javascripts/jstree/themes/default/d.png +0 -0
  57. data/public/javascripts/jstree/themes/default/style.css +0 -73
  58. data/public/javascripts/jstree/themes/default/throbber.gif +0 -0
  59. data/public/javascripts/jstree/themes/default-rtl/d.gif +0 -0
  60. data/public/javascripts/jstree/themes/default-rtl/d.png +0 -0
  61. data/public/javascripts/jstree/themes/default-rtl/dots.gif +0 -0
  62. data/public/javascripts/jstree/themes/default-rtl/style.css +0 -83
  63. data/public/javascripts/jstree/themes/default-rtl/throbber.gif +0 -0
  64. data/public/stylesheets/columnview.css +0 -61
  65. data/public/stylesheets/formtastic_changes.css +0 -66
  66. data/public/stylesheets/iphone_checkboxes.css +0 -76
  67. data/public/stylesheets/ui/aristo/icons.psd +0 -0
  68. data/public/stylesheets/ui/aristo/images/datepicker.gif +0 -0
  69. data/public/stylesheets/ui/aristo/images/icon_sprite.png +0 -0
  70. data/public/stylesheets/ui/aristo/images/progress_bar.gif +0 -0
  71. data/public/stylesheets/ui/aristo/images/right-arrow.png +0 -0
  72. data/public/stylesheets/ui/aristo/images/slider_h_bg.gif +0 -0
  73. data/public/stylesheets/ui/aristo/images/slider_v_bg.gif +0 -0
  74. data/public/stylesheets/ui/aristo/images/tab_bg.gif +0 -0
  75. data/public/stylesheets/ui/aristo/images/the_gradient.gif +0 -0
  76. data/public/stylesheets/ui/aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  77. data/public/stylesheets/ui/aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  78. data/public/stylesheets/ui/aristo/images/ui-bg_flat_10_000000_40x100.png +0 -0
  79. data/public/stylesheets/ui/aristo/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  80. data/public/stylesheets/ui/aristo/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  81. data/public/stylesheets/ui/aristo/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  82. data/public/stylesheets/ui/aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  83. data/public/stylesheets/ui/aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  84. data/public/stylesheets/ui/aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  85. data/public/stylesheets/ui/aristo/images/ui-icons_228ef1_256x240.png +0 -0
  86. data/public/stylesheets/ui/aristo/images/ui-icons_ef8c08_256x240.png +0 -0
  87. data/public/stylesheets/ui/aristo/images/ui-icons_ffd27a_256x240.png +0 -0
  88. data/public/stylesheets/ui/images/sprite-aristo.png +0 -0
  89. data/public/stylesheets/ui/images/uniform/sprite.png +0 -0
  90. data/public/stylesheets/ui/uniform/uniform.aristo.css +0 -470
  91. data/public/stylesheets/ui/uniform/uniform.default.css +0 -477
  92. /data/public/stylesheets/{formtastic.css → cable/formtastic.css} +0 -0
  93. /data/public/stylesheets/{ui/aristo → jquery/ui}/images/slider_handles.png +0 -0
  94. /data/public/stylesheets/{ui/aristo → jquery/ui}/images/ui-icons_222222_256x240.png +0 -0
@@ -1,61 +0,0 @@
1
- /*
2
- * jsTree apple theme 1.0
3
- * Supported features: dots/no-dots, icons/no-icons, focused, loading
4
- * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
5
- */
6
-
7
- .jstree-apple > ul { background:url("bg.jpg") left top repeat; }
8
- .jstree-apple li,
9
- .jstree-apple ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
10
- .jstree-apple li { background-position:-90px 0; background-repeat:repeat-y; }
11
- .jstree-apple li.jstree-last { background:transparent; }
12
- .jstree-apple .jstree-open > ins { background-position:-72px 0; }
13
- .jstree-apple .jstree-closed > ins { background-position:-54px 0; }
14
- .jstree-apple .jstree-leaf > ins { background-position:-36px 0; }
15
-
16
- .jstree-apple a { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; text-shadow:1px 1px 1px white; }
17
- .jstree-apple .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 3px 0 1px; text-shadow:1px 1px 1px silver; }
18
- .jstree-apple .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 3px 0 1px; }
19
- .jstree-apple a .jstree-icon { background-position:-56px -20px; }
20
- .jstree-apple a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
21
-
22
- .jstree-apple.jstree-focused { background:white; }
23
-
24
- .jstree-apple .jstree-no-dots li,
25
- .jstree-apple .jstree-no-dots .jstree-leaf > ins { background:transparent; }
26
- .jstree-apple .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
27
- .jstree-apple .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
28
-
29
- .jstree-apple .jstree-no-icons a .jstree-icon { display:none; }
30
-
31
- .jstree-apple .jstree-search { font-style:italic; }
32
-
33
- .jstree-apple .jstree-no-icons .jstree-checkbox { display:inline-block; }
34
- .jstree-apple .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
35
- .jstree-apple .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
36
- .jstree-apple .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
37
- .jstree-apple .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
38
- .jstree-apple .jstree-checked > a > .checkbox:hover { background-position:-38px -37px; }
39
- .jstree-apple .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
40
- .jstree-apple .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
41
-
42
- #vakata-dragged.jstree-apple ins { background:transparent !important; }
43
- #vakata-dragged.jstree-apple .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
44
- #vakata-dragged.jstree-apple .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
45
- #jstree-marker.jstree-apple { background:url("d.png") -41px -57px no-repeat !important; }
46
-
47
- .jstree-apple a.jstree-search { color:aqua; }
48
-
49
- #vakata-contextmenu.jstree-apple-context,
50
- #vakata-contextmenu.jstree-apple-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
51
- #vakata-contextmenu.jstree-apple-context li { }
52
- #vakata-contextmenu.jstree-apple-context a { color:black; }
53
- #vakata-contextmenu.jstree-apple-context a:hover,
54
- #vakata-contextmenu.jstree-apple-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
55
- #vakata-contextmenu.jstree-apple-context li.jstree-contextmenu-disabled a,
56
- #vakata-contextmenu.jstree-apple-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
57
- #vakata-contextmenu.jstree-apple-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
58
- #vakata-contextmenu.jstree-apple-context li ul { margin-left:-4px; }
59
-
60
- .jFlowSlideContainer{ display:none; }
61
- /* TODO: IE6 support - the `>` selectors */
@@ -1,59 +0,0 @@
1
- /*
2
- * jsTree classic theme 1.0
3
- * Supported features: dots/no-dots, icons/no-icons, focused, loading
4
- * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
5
- */
6
-
7
- .jstree-classic li,
8
- .jstree-classic ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
9
- .jstree-classic li { background-position:-90px 0; background-repeat:repeat-y; }
10
- .jstree-classic li.jstree-last { background:transparent; }
11
- .jstree-classic .jstree-open > ins { background-position:-72px 0; }
12
- .jstree-classic .jstree-closed > ins { background-position:-54px 0; }
13
- .jstree-classic .jstree-leaf > ins { background-position:-36px 0; }
14
-
15
- .jstree-classic .jstree-hovered { background:#e7f4f9; border:1px solid #e7f4f9; padding:0 2px 0 1px; }
16
- .jstree-classic .jstree-clicked { background:navy; border:1px solid navy; padding:0 2px 0 1px; color:white; }
17
- .jstree-classic a .jstree-icon { background-position:-56px -19px; }
18
- .jstree-classic .jstree-open > a .jstree-icon { background-position:-56px -36px; }
19
- .jstree-classic a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
20
-
21
- .jstree-classic.jstree-focused { background:white; }
22
-
23
- .jstree-classic .jstree-no-dots li,
24
- .jstree-classic .jstree-no-dots .jstree-leaf > ins { background:transparent; }
25
- .jstree-classic .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
26
- .jstree-classic .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
27
-
28
- .jstree-classic .jstree-no-icons a .jstree-icon { display:none; }
29
-
30
- .jstree-classic .jstree-search { font-style:italic; }
31
-
32
- .jstree-classic .jstree-no-icons .jstree-checkbox { display:inline-block; }
33
- .jstree-classic .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
34
- .jstree-classic .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
35
- .jstree-classic .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
36
- .jstree-classic .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
37
- .jstree-classic .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
38
- .jstree-classic .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
39
- .jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
40
-
41
- #vakata-dragged.jstree-classic ins { background:transparent !important; }
42
- #vakata-dragged.jstree-classic .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
43
- #vakata-dragged.jstree-classic .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
44
- #jstree-marker.jstree-classic { background:url("d.png") -41px -57px no-repeat !important; }
45
-
46
- .jstree-classic a.jstree-search { color:aqua; }
47
-
48
- #vakata-contextmenu.jstree-classic-context,
49
- #vakata-contextmenu.jstree-classic-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
50
- #vakata-contextmenu.jstree-classic-context li { }
51
- #vakata-contextmenu.jstree-classic-context a { color:black; }
52
- #vakata-contextmenu.jstree-classic-context a:hover,
53
- #vakata-contextmenu.jstree-classic-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
54
- #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a,
55
- #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
56
- #vakata-contextmenu.jstree-classic-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
57
- #vakata-contextmenu.jstree-classic-context li ul { margin-left:-4px; }
58
-
59
- /* TODO: IE6 support - the `>` selectors */
@@ -1,73 +0,0 @@
1
- /*
2
- * jsTree default theme 1.0
3
- * Supported features: dots/no-dots, icons/no-icons, focused, loading
4
- * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
5
- */
6
-
7
- .jstree-default li,
8
- .jstree-default ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
9
- .jstree-default li { background-position:-90px 0; background-repeat:repeat-y; }
10
- .jstree-default li.jstree-last { background:transparent; }
11
- .jstree-default .jstree-open > ins { background-position:-72px 0; }
12
- .jstree-default .jstree-closed > ins { background-position:-54px 0; }
13
- .jstree-default .jstree-leaf > ins { background-position:-36px 0; }
14
-
15
- .jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
16
- .jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
17
- .jstree-default a .jstree-icon { background-position:-56px -19px; }
18
- .jstree-default a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
19
-
20
- .jstree-default.jstree-focused { background:#ffffee; }
21
-
22
- .jstree-default .jstree-no-dots li,
23
- .jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }
24
- .jstree-default .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
25
- .jstree-default .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
26
-
27
- .jstree-default .jstree-no-icons a .jstree-icon { display:none; }
28
-
29
- .jstree-default .jstree-search { font-style:italic; }
30
-
31
- .jstree-default .jstree-no-icons .jstree-checkbox { display:inline-block; }
32
- .jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
33
- .jstree-default .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
34
- .jstree-default .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
35
- .jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
36
- .jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
37
- .jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
38
- .jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
39
-
40
- #vakata-dragged.jstree-default ins { background:transparent !important; }
41
- #vakata-dragged.jstree-default .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
42
- #vakata-dragged.jstree-default .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
43
- #jstree-marker.jstree-default { background:url("d.png") -41px -57px no-repeat !important; }
44
-
45
- .jstree-default a.jstree-search { color:aqua; }
46
-
47
- #vakata-contextmenu.jstree-default-context,
48
- #vakata-contextmenu.jstree-default-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
49
- #vakata-contextmenu.jstree-default-context li { }
50
- #vakata-contextmenu.jstree-default-context a { color:black; }
51
- #vakata-contextmenu.jstree-default-context a:hover,
52
- #vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
53
- #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
54
- #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
55
- #vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
56
- #vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }
57
-
58
- /* IE6 BEGIN */
59
- .jstree-default li,
60
- .jstree-default ins,
61
- #vakata-dragged.jstree-default .jstree-invalid,
62
- #vakata-dragged.jstree-default .jstree-ok,
63
- #jstree-marker.jstree-default { _background-image:url("d.gif"); }
64
- .jstree-default .jstree-open ins { _background-position:-72px 0; }
65
- .jstree-default .jstree-closed ins { _background-position:-54px 0; }
66
- .jstree-default .jstree-leaf ins { _background-position:-36px 0; }
67
- .jstree-default a ins.jstree-icon { _background-position:-56px -19px; }
68
- #vakata-contextmenu.jstree-default-context ins { _display:none; }
69
- #vakata-contextmenu.jstree-default-context li { _zoom:1; }
70
- .jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
71
- .jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
72
- .jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
73
- /* IE6 END */
@@ -1,83 +0,0 @@
1
- /*
2
- * jsTree default-rtl theme 1.0
3
- * Supported features: dots/no-dots, icons/no-icons, focused, loading
4
- * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
5
- */
6
-
7
- .jstree-default-rtl li,
8
- .jstree-default-rtl ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
9
- .jstree-default-rtl li { background-position:-90px 0; background-repeat:repeat-y; }
10
- .jstree-default-rtl li.jstree-last { background:transparent; }
11
- .jstree-default-rtl .jstree-open > ins { background-position:-72px 0; }
12
- .jstree-default-rtl .jstree-closed > ins { background-position:-54px 0; }
13
- .jstree-default-rtl .jstree-leaf > ins { background-position:-36px 0; }
14
-
15
- .jstree-default-rtl .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
16
- .jstree-default-rtl .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
17
- .jstree-default-rtl a .jstree-icon { background-position:-56px -19px; }
18
- .jstree-default-rtl a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
19
-
20
- .jstree-default-rtl.jstree-focused { background:#ffffee; }
21
-
22
- .jstree-default-rtl .jstree-no-dots li,
23
- .jstree-default-rtl .jstree-no-dots .jstree-leaf > ins { background:transparent; }
24
- .jstree-default-rtl .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
25
- .jstree-default-rtl .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
26
-
27
- .jstree-default-rtl .jstree-no-icons a .jstree-icon { display:none; }
28
-
29
- .jstree-default-rtl .jstree-search { font-style:italic; }
30
-
31
- .jstree-default-rtl .jstree-no-icons .jstree-checkbox { display:inline-block; }
32
- .jstree-default-rtl .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
33
- .jstree-default-rtl .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
34
- .jstree-default-rtl .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
35
- .jstree-default-rtl .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
36
- .jstree-default-rtl .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
37
- .jstree-default-rtl .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
38
- .jstree-default-rtl .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
39
-
40
- #vakata-dragged.jstree-default-rtl ins { background:transparent !important; }
41
- #vakata-dragged.jstree-default-rtl .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
42
- #vakata-dragged.jstree-default-rtl .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
43
- #jstree-marker.jstree-default-rtl { background:url("d.png") -41px -57px no-repeat !important; }
44
-
45
- .jstree-default-rtl a.jstree-search { color:aqua; }
46
-
47
- #vakata-contextmenu.jstree-default-rtl-context,
48
- #vakata-contextmenu.jstree-default-rtl-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
49
- #vakata-contextmenu.jstree-default-rtl-context li { }
50
- #vakata-contextmenu.jstree-default-rtl-context a { color:black; }
51
- #vakata-contextmenu.jstree-default-rtl-context a:hover,
52
- #vakata-contextmenu.jstree-default-rtl-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
53
- #vakata-contextmenu.jstree-default-rtl-context li.jstree-contextmenu-disabled a,
54
- #vakata-contextmenu.jstree-default-rtl-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
55
- #vakata-contextmenu.jstree-default-rtl-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
56
- #vakata-contextmenu.jstree-default-rtl-context li ul { margin-left:-4px; }
57
-
58
- /* IE6 BEGIN */
59
- .jstree-default-rtl li,
60
- .jstree-default-rtl ins,
61
- #vakata-dragged.jstree-default-rtl .jstree-invalid,
62
- #vakata-dragged.jstree-default-rtl .jstree-ok,
63
- #jstree-marker.jstree-default-rtl { _background-image:url("d.gif"); }
64
- .jstree-default-rtl .jstree-open ins { _background-position:-72px 0; }
65
- .jstree-default-rtl .jstree-closed ins { _background-position:-54px 0; }
66
- .jstree-default-rtl .jstree-leaf ins { _background-position:-36px 0; }
67
- .jstree-default-rtl a ins.jstree-icon { _background-position:-56px -19px; }
68
- #vakata-contextmenu.jstree-default-rtl-context ins { _display:none; }
69
- #vakata-contextmenu.jstree-default-rtl-context li { _zoom:1; }
70
- .jstree-default-rtl .jstree-undetermined a .jstree-checkbox { _background-position:-18px -19px; }
71
- .jstree-default-rtl .jstree-checked a .jstree-checkbox { _background-position:-36px -19px; }
72
- .jstree-default-rtl .jstree-unchecked a .jstree-checkbox { _background-position:0px -19px; }
73
- /* IE6 END */
74
-
75
- /* RTL part */
76
- .jstree-default-rtl .jstree-hovered, .jstree-default-rtl .jstree-clicked { padding:0 1px 0 2px; }
77
- .jstree-default-rtl li { background-image:url("dots.gif"); background-position: 100% 0px; }
78
- .jstree-default-rtl .jstree-checked > a > .jstree-checkbox { background-position:-36px -19px; margin-left:2px; }
79
- .jstree-default-rtl .jstree-unchecked > a > .jstree-checkbox { background-position:0px -19px; margin-left:2px; }
80
- .jstree-default-rtl .jstree-undetermined > a > .jstree-checkbox { background-position:-18px -19px; margin-left:2px; }
81
- .jstree-default-rtl .jstree-checked > a > .jstree-checkbox:hover { background-position:-36px -37px; }
82
- .jstree-default-rtl .jstree-unchecked > a > .jstree-checkbox:hover { background-position:0px -37px; }
83
- .jstree-default-rtl .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-18px -37px; }
@@ -1,61 +0,0 @@
1
-
2
-
3
-
4
-
5
-
6
- /*Main Menu*/
7
- ul.columnview {
8
- margin:0px;
9
- padding:0px;
10
- background-color:#666;
11
-
12
- }
13
- ul.columnview li a{
14
- display:block;
15
- white-space: nowrap;
16
- padding:3px;
17
- overflow: hidden;
18
- border:1px solid black;
19
- text-overflow: ellipsis;
20
- }
21
- ul.columnview .active a{
22
- background:#333;
23
- }
24
- ul.columnview a.targeted{
25
- background:blue;
26
- }
27
- ul.columnview li {
28
- width:200px;
29
- height:25px;
30
- list-style:none;
31
- cursor:pointer;
32
- }
33
-
34
- ul.columnview li a {color:#FFF;}
35
-
36
- ul.columnview li.active { position:relative;}
37
-
38
- /*Sub Menu*/
39
- ul.columnview ul {
40
- display:none;
41
- position:absolute;
42
- left:200px;
43
- top:0px;
44
- }
45
- ul.columnview li.active > ul {display:block;}
46
-
47
- ul.columnview ul li {
48
- float:left;
49
- display:inline;
50
- }
51
-
52
- .columnview li.active ul li ul {
53
- display:none;
54
- }
55
-
56
- ul.columnview ul li ul {
57
- left:200px;
58
- }
59
- ul.columnview ul li.active > ul {
60
- display:block;
61
- }
@@ -1,66 +0,0 @@
1
- /* @override http://localhost:3000/stylesheets/formtastic_changes.css */
2
-
3
- /* @override http://localhost:3000/stylesheets/formtastic_changes.css */
4
-
5
- form.formtastic fieldset > ol > li { display:block;
6
- position: relative; }
7
- form.formtastic fieldset > ol > li.email input,
8
- form.formtastic fieldset > ol > li.string input,
9
- form.formtastic fieldset > ol > li.password input{
10
- font-size: 1.5em;
11
- padding: .25em;
12
- color: #444;
13
- background: #fff;
14
- border: 1px solid #999;
15
- display: inline-block;
16
- -moz-box-shadow: inset 0px 1px 5px #ccc;
17
- -webkit-box-shadow: inset 0px 1px 5px #ccc;
18
- box-shadow: inset 0px 1px 5px #ccc;
19
-
20
- }
21
- fieldset legend span {
22
- margin: 1em 0;
23
- display: inline-block;
24
- }
25
- fieldset.inputs .hide{
26
- float: right;
27
- }
28
- input#sales_inquiry_office_phone_area_code {
29
- width: 30px;
30
- }
31
-
32
- .required abbr {
33
- color: red;
34
- padding-left: 1em;
35
- }
36
- form.formtastic fieldset > ol > li.email input,
37
- form.formtastic fieldset > ol > li.string input { max-width:70%; }
38
-
39
-
40
- form.formtastic fieldset > ol > li label { display:block; width:25%; float:left; padding-top:.2em;
41
- color: #222;
42
- text-transform: capitalize;
43
- }
44
- form.formtastic fieldset {
45
- margin-bottom: 1em;
46
- padding-bottom: 1em;
47
- border-bottom: 2px solid #eee;
48
- }
49
-
50
- #sales_inquiry_comments {
51
- height: 100px;
52
- width: 50%;
53
- }
54
-
55
- .last fieldset{
56
- margin-bottom: 0;
57
- }
58
- form.formtastic fieldset.buttons input{
59
- font-size:16px;
60
- }
61
-
62
- p.inline-hints {
63
- font-style:italic;
64
- color:#aaaaaa !important;
65
- clear:both;
66
- }
@@ -1,76 +0,0 @@
1
- .iPhoneCheckContainer {
2
- position: relative;
3
- height: 27px;
4
- cursor: pointer;
5
- overflow: hidden; }
6
- .iPhoneCheckContainer input {
7
- position: absolute;
8
- top: 5px;
9
- left: 30px;
10
- opacity: 0;
11
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
12
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }
13
- .iPhoneCheckContainer label {
14
- white-space: nowrap;
15
- font-size: 17px;
16
- line-height: 17px;
17
- font-weight: bold;
18
- font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
19
- text-transform: uppercase;
20
- cursor: pointer;
21
- display: block;
22
- height: 27px;
23
- position: absolute;
24
- width: auto;
25
- top: 0;
26
- padding-top: 5px;
27
- overflow: hidden; }
28
- .iPhoneCheckContainer, .iPhoneCheckContainer label {
29
- user-select: none;
30
- -moz-user-select: none;
31
- -khtml-user-select: none; }
32
-
33
- .iPhoneCheckDisabled {
34
- opacity: 0.5;
35
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
36
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }
37
-
38
- label.iPhoneCheckLabelOn {
39
- color: white;
40
- background: url('/images/iphone-style-checkboxes/on.png?1282083753') no-repeat;
41
- text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
42
- left: 0;
43
- padding-top: 5px;
44
- padding-left:0 !important;}
45
- label.iPhoneCheckLabelOn span {
46
- padding-left: 8px; }
47
- label.iPhoneCheckLabelOff {
48
- color: #8b8b8b;
49
- background: url('/images/iphone-style-checkboxes/off.png?1282083753') no-repeat right 0;
50
- text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
51
- text-align: right;
52
- right: 0; }
53
- label.iPhoneCheckLabelOff span {
54
- padding-right: 8px; }
55
-
56
- .iPhoneCheckHandle {
57
- display: block;
58
- height: 27px;
59
- cursor: pointer;
60
- position: absolute;
61
- top: 0;
62
- left: 0;
63
- width: 0;
64
- background: url('/images/iphone-style-checkboxes/slider_left.png?1282083753') no-repeat;
65
- padding-left: 3px; }
66
-
67
- .iPhoneCheckHandleRight {
68
- height: 100%;
69
- width: 100%;
70
- padding-right: 3px;
71
- background: url('/images/iphone-style-checkboxes/slider_right.png?1282083753') no-repeat right 0; }
72
-
73
- .iPhoneCheckHandleCenter {
74
- height: 100%;
75
- width: 100%;
76
- background: url('/images/iphone-style-checkboxes/slider_center.png?1282083753'); }
Binary file