cable 0.8.6 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,862 +1,12 @@
1
1
  /* @override http://localhost:3000/stylesheets/cable.css */
2
-
3
2
  /* @override http://localhost:3000/stylesheets/cable.css */
4
- body{
5
- padding-bottom: 5em;
6
- }
7
- a{
8
- text-decoration: none;
9
- }
10
- a:hover{
11
- text-decoration: underline;
12
- }
13
- .box, .rounded-box{
14
- background: none;
15
- padding: 1em;
16
- }
17
- .content.box{
18
- padding:0 0 1em 0;
19
- }
20
- #sections label {
21
- margin-bottom: 1em;
22
- }
23
-
24
- #add-section-button {
25
- cursor: pointer;
26
- }
27
- #header h1{
28
- color: white;
29
- }
30
-
31
- #header {
32
- padding: 2em 0;
33
- overflow: auto;
34
- }
35
-
36
- div.user-session {
37
- text-align: right;
38
- color: white;
39
- font-weight: bold;
40
- padding: 0 2em;
41
- }
42
- .header-wrapper{
43
- min-width: 960px;
44
- background: #45484d; /* old browsers */
45
- background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* firefox */
46
-
47
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* webkit */
48
-
49
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* ie */
50
- }
51
- #header.box{
52
- padding: 1em 0;
53
- overflow: auto;
54
- }
55
- #main-box{
56
- min-height:300px;
57
- }
58
-
59
- #right-col,
60
- #main-box {
61
- background: #fff;
62
- -moz-box-shadow: 0px 2px 4px #aaa;
63
- -webkit-box-shadow: 0px 2px 4px #aaa;
64
- box-shadow: 0px 2px 4px #aaa;
65
-
66
- }
67
- #right-col{
68
- background: #eee;
69
- }
70
- #footer div.box {
71
- text-align: right;
72
- padding: 5px;
73
- margin-bottom: 0;
74
- }
75
-
76
- #footer ul {
77
- margin: 0;
78
- padding: 0;
79
- }
80
- #footer ul li {
81
- display: inline;
82
- padding-right: 1em;
83
- }
84
- #footer ul li a {
85
- text-decoration: none;
86
- color: #333;
87
- }
88
-
89
- #errorExplanation {
90
- }
91
-
92
- #main-box #errorExplanation h2 {
93
- font-size: 1em;
94
- font-weight: bold;
95
- color: #8a1f11;
96
- }
97
-
98
- #errorExplanation p {
99
- margin: 0;
100
- }
101
-
102
- #errorExplanation ul {
103
- margin: 0;
104
- padding: 0 1em;
105
- }
106
-
107
- div#messages.box.error {
108
- background: #fff1f1 url(../images/icons/exclamation.png) no-repeat 7px 14px;
109
- padding-left: 31px;
110
- border-color: red;
111
- }
112
-
113
- #messages div.flash-notice {
114
- /* background: url(../images/icons/accept.png) no-repeat;*/
115
- padding-left: 20px;
116
- }
117
-
118
- .form-list {
119
- margin: none;
120
- padding: 0;
121
- }
122
-
123
- .form-list li {
124
- list-style: none;
125
- padding: .25em;
126
- margin: 1em 0;
127
- border-bottom: 1px dashed #ddd;
128
- }
129
-
130
- #size_submit {
131
- }
132
-
133
- .form-list label {
134
- display: block;
135
- }
136
-
137
- .fieldWithErrors label {
138
- color: red;
139
- }
140
-
141
- h1,
142
- h2 {
143
- margin: 0;
144
- font-weight: bold;
145
- color: #555;
146
- text-shadow: #fff 0 1px 1px;
147
- font-size: 1.5em;
148
- }
149
-
150
-
151
- #main div.box h2 {
152
- font-size: 1.5em;
153
- padding-bottom: .5em;
154
- }
155
-
156
- #breadcrumb {
157
- margin-bottom:.5em;
158
- padding-bottom: .5em;
159
- color: #333;
160
- font-weight: bold;
161
- border-bottom: 1px solid #bdbdbd;
162
- }
163
-
164
-
165
- #page-menu {
166
- background: black;
167
- padding: 1em;
168
- }
169
- #page-menu a{
170
- color: white;
171
- color: #555;
172
- text-shadow: rgba(255,255,255,0.56) 0 1px 1px;
173
- text-decoration: none;
174
- font-weight: bold;
175
- }
176
- #breadcrumb a{
177
- color: #333;
178
- text-decoration: none;
179
- }
180
- #breadcrumb a:hover{
181
- color: #618193;
182
- }
183
-
184
- #messages {
185
- border: 1px solid #ff9123;
186
- background-color: #fff4e9;
187
- padding: 1em;
188
- }
189
-
190
- textarea {
191
- width: 357px;
192
- font-size: 1.2em;
193
- padding: .25em;
194
- border-radius: 4px;
195
- -webkit-border-radius: 4px;
196
- border: 1px solid #bdbdbd;
197
- height: 92px;
198
- }
199
- #secondary-navigation ul {
200
- padding: 0;
201
- margin: 0;
202
- }
203
-
204
- #wrapper .container {
205
- padding-top: 2em;
206
- }
207
-
208
- #secondary-navigation ul li a {
209
- font-weight: bold;
210
- display: block;
211
- padding: 4px 8px;
212
- text-decoration: none;
213
- color: #555;
214
- text-shadow: rgba(255,255,255,0.56) 0 1px 1px;
215
- opacity: 1;
216
- border-bottom: 1px solid #eee;
217
- }
218
-
219
- #secondary-navigation ul li li a {
220
- padding-left: 2em;
221
-
222
- }
223
- .selected{
224
- background: #fff;
225
- }
226
- .selected.last{
227
- background: #fff url(/stylesheets/ui/aristo/images/right-arrow.png) no-repeat 132px center;
228
- }
229
- #secondary-navigation ul li {
230
- display: block;
231
- clear: both;
232
- }
233
-
234
-
235
- #main {
236
- }
237
-
238
- a.ui-jqgrid-titlebar-close.HeaderButton {
239
- display: none;
240
- }
241
-
242
- div.ui-jqgrid-titlebar.ui-widget-header.ui-corner-tl.ui-corner-tr.ui-helper-clearfix {
243
- display: none;
244
- }
245
-
246
- #header-band {
247
- height: 382px;
248
- background: #f5dfb4 url(../images/layout/header-band.png) repeat-x;
249
- }
250
-
251
- th.ui-state-default.ui-th-column {
252
- padding: 5px 0;
253
- }
254
-
255
- .ui-jqgrid tr.jqgrow td {
256
- padding: 5px;
257
- border: none;
258
- border-bottom: 2px groove #fff;
259
- }
260
-
261
- .ui-jqgrid-titlebar.ui-widget-header.ui-corner-tl.ui-corner-tr.ui-helper-clearfix {
262
- background: none;
263
- color: black;
264
- border-bottom: 2px groove #fff;
265
- font-size: 1.2em;
266
- }
267
-
268
-
269
- .ui-corner-all {
270
- border: none;
271
- }
272
- .photo-grid .photo {
273
- float: left;
274
- margin: 0 1em 1em 0;
275
- }
276
- .photo-grid {
277
- overflow: auto;
278
- }
279
- .photo-grid .thumbnail {
280
- box-shadow: 0px 0px 4px #000;
281
- }
282
- .gtip-tip {
283
- z-index: 9999;
284
- }
285
- #search p{
286
- margin: 0;
287
- float: left;
288
- }
289
- #search{
290
- margin: 1em 0;
291
- }
292
- #search input{
293
- font-size: 1.25em;
294
-
295
- }
296
- .button.small{
297
- padding: 1px 8px;
298
- }
299
- .jstree-leaf a{
300
- cursor: pointer;
301
- }
302
- .jstree-search{
303
- color: #2494fa !important;
304
- font-style: normal !important;
305
- font-weight: bold !important;
306
- font-size: 1.1em !important;
307
- }
308
-
309
- th.actions,
310
- td.actions{
311
- text-align:right;
312
- }
313
- td.label{
314
- width:100px;
315
- }
316
-
317
- div.tagsinput { border:none; background:none; padding:5px; width: 420px !important; overflow-y: auto;}
318
-
319
- a.tag {
320
- cursor: pointer;
321
- }
322
- div.tagsinput span.tag { border: 1px solid #2494fa; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 4px; text-decoration:none; background: #2494fa; color: #000; margin-right: 5px; margin-bottom:5px;font-family: helvetica; font-size:13px;}
323
- div.tagsinput span.tag a { font-weight: bold; color: #2494fa; text-decoration:none; font-size: 13px;
324
- width: 16px;
325
- height: 16px;
326
- text-indent: -1090px;
327
- display: inline-block;
328
- background-image: url(../images/cable/delete.png);
329
- }
330
- div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 12px !important; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px; margin-right:5px; margin-bottom:5px; }
331
- div.tagsinput div { display:block; float: left;
332
- background-color: #fff;
333
- border: 1px solid #bbb;
334
- }
335
- div.tagsinput div.tags_clear { clear: both; width: 100%; height: 0px; border: none; }
336
-
337
-
338
-
339
-
340
-
341
-
342
- #powered-by-cable{
343
- text-align:right;
344
- font-size:10px;
345
- color:#999;
346
- }
347
- #global-settings {
348
- margin: 0;
349
- padding: 0;
350
- }
351
- #global-settings li{
352
- list-style: none;
353
- margin-bottom: 1em;
354
- padding-bottom: 1em;
355
- border-bottom: 1px solid #eee;
356
- }
357
-
358
- .global_setting textarea{
359
- overflow: auto;
360
- height: 200px;
361
- width: 430px !important;
362
- padding: .5em !important;
363
- }#global-settings li label{
364
-
365
- display: block;
366
- }
367
-
368
- .yes_no {
369
- /* float:left;*/
370
- }
371
-
372
- /* @group My Group */
373
-
374
- #main-navigation ul,
375
- #secondary-navigation ul {
376
- padding: 0;
377
- overflow: auto;
378
- margin: 0;
379
- }
380
-
381
- #main-navigation ul li,
382
- #secondary-navigation ul li {
383
- display: inline;
384
- list-style-type: none;
385
- margin: 0;
386
- padding: 0;
387
- }
388
-
389
- #main-navigation > ul li:first-child a {
390
- -webkit-border-top-left-radius: 3px;
391
- }
392
- #main-navigation > ul li:last-child a {
393
- -webkit-border-top-right-radius: 3px;
394
- border-right: none;
395
- }
396
-
397
- #main-navigation ul li a {
398
- float: left;
399
- font-weight: bold;
400
- padding: 4px 8px;
401
- text-decoration: none;
402
- border-right: 2px groove #ddd;
403
- }
404
-
405
- #main-navigation {
406
- padding: 0;
407
- }
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
- #main-navigation ul li {
456
- -webkit-border-radius: 4px;
457
- -moz-border-radius: 4px;
458
- border-radius: 4px;
459
- float: left;
460
- background-color: #ccc;
461
- position: relative;
462
- z-index: 1;
463
- margin-top: 0;
464
- margin-left: 0;
465
- margin-bottom: 0;
466
- }
467
-
468
- #main-navigation ul li.selected {
469
- z-index: 3;
470
- }
471
-
472
- #main-navigation ul li.shadow {
473
- width: 100%;
474
- height: 2px;
475
- position: absolute;
476
- bottom: -3px;
477
- left: 0;
478
- border: none;
479
- background: none;
480
- z-index: 2;
481
- -webkit-box-shadow: #111 0 -2px 6px;
482
- -moz-box-shadow: #111 0 -2px 6px;
483
- box-shadow: #111 0 -2px 6px;
484
- }
485
-
486
- #main-navigation ul li a:link,
487
- #main-navigation ul li a:visited {
488
- display: block;
489
- text-align: center;
490
- text-decoration: none;
491
- color: #000;
492
- letter-spacing: 1px;
493
- outline: none;
494
- float: left;
495
- background: #ccc;
496
- -webkit-transition: background-color 0.1s linear;
497
- -moz-transition: background-color 0.1s linear;
498
- -o-transition: background-color 0.15s linear;
499
- }
500
-
501
- #content-wrapper {
502
- min-height: 400px;
503
- background: #eee;
504
- padding: 1em 0;
505
-
506
- }
507
-
508
- div.footer-wrapper {
509
- border-top: 1px solid #eee;
510
- padding: 1em;
511
-
512
- }
513
-
514
- #main-navigation ul li a:hover {
515
- color: #000;
516
- background-color: #ddd;
517
- }
518
-
519
- #main-navigation ul li.selected a:link,
520
- #main-navigation ul li.selected a:visited {
521
- color: #000;
522
- -webkit-transition: background-color 0.2s linear;
523
- background:#eee;
524
- }
525
-
526
- /* @end */
527
-
528
-
529
- li.commit input,
530
- .button{
531
- font-size: 12px !important;
532
- margin-bottom: 0;
533
- display: inline-block;
534
- padding:5px 15px;
535
- font-weight:bold;
536
- text-decoration: none;
537
- color: #fff;
538
- text-shadow: 0px 1px 1px rgba(0,0,0,.5);
539
- background: #555;
540
- border: none;
541
- -moz-border-radius: 4px;
542
- -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
543
- -webkit-border-radius: 4px;
544
- -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
545
- background: #aebcbf; /* old browsers */
546
- background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #494949 51%, #494949 100%); /* firefox */
547
-
548
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#494949), color-stop(100%,#494949)); /* webkit */
549
-
550
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#494949',GradientType=0 ); /* ie */
551
- }
552
- li.commit input:hover,
553
- .button:hover{
554
- cursor: pointer;
555
- color: white;
556
- background: #aebcbf; /* old browsers */
557
- background: -moz-linear-gradient(top, #aebcbf 0%, #3B5D75 50%, #0a0e0a 51%, #0a0809 100%); /* firefox */
558
-
559
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#3B5D75), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* webkit */
560
-
561
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* ie */
562
- }
563
- span.expand,
564
- span.close{
565
- font-weight:normal;
566
- font-size:12px;
567
- text-transform:uppercase;
568
- background: url(/stylesheets/ui/aristo/images/ui-icons_228ef1_256x240.png);
569
- text-indent: -99999px;
570
- width: 16px;
571
- height: 16px;
572
- }
573
- span.close{
574
- background-position: -98px -191px;
575
- }
576
- span.expand{
577
- background-position: -66px -191px;
578
- }
579
- span.close{visibility: hidden;}
580
- .open span.close{visibility: visible;}
581
- .open span.expand{display: none;}
582
-
583
-
584
-
585
-
586
- .ui-sortable-helper{
587
- -webkit-box-shadow:0px 2px 4px #333333;
588
- -moz-box-shadow:0px 2px 4px #333333;
589
- background: white;
590
- }
591
- .ui-sortable-helper a,
592
- .ui-sortable-helper input{
593
- display: none;
594
-
595
- }
596
-
597
- .ui-sortable-helper .class,
598
- .ui-sortable-helper .count,
599
- .ui-sortable-helper .children{
600
- display: none;
601
- }
602
- .sortable:hover{
603
- cursor: move;
604
- }
605
-
606
-
607
- .inline{
608
- float: left;
609
- }
610
- .inline.parent{
611
- width: 100px;
612
- }
613
- .inline.parent select{
614
- width: 100px;
615
- }
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
- div.cmDiv{
643
- border: 1px solid black;
644
- background-color: #eee;
645
- }
646
- .clickMenu{
647
- margin: 0;
648
- padding: 0;
649
- cursor: default;
650
- }
651
- .clickMenu, .clickMenu ul{
652
- list-style: none;
653
- }
654
- .clickMenu ul{
655
- margin: 0;
656
- padding: 2px;
657
- border: 1px solid black;
658
- background-color: #eee;
659
- min-width: 200px; /* ie doesnt know this :/ */
660
- //float: left;/*ie again*/
661
- //width: 200%;/*and again*/
662
- }
663
- .clickMenu div.outerbox{
664
- display: none;
665
- min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
666
- }
667
- .clickMenu div.inner{
668
- //top: 20px; /* for ie */
669
- left: 0;
670
- margin: 0;
671
- }
672
- .clickMenu div.inner div.outerbox{
673
- margin: 0;
674
- left: 98px;
675
- //left: 90px; /* for ie */
676
- top: -3px;
677
- }
678
- .clickMenu li{
679
- position: relative;
680
- padding: 0 20px 0 2px;
681
- /*white-space: nowrap; does not really work in ie */
682
- }
683
- .clickMenu li.main{
684
- float: left;
685
- padding: 0 10px;
686
- background-color: #eee;
687
- //height: 20px; /* for ie */
688
- }
689
- .clickMenu li.main li
690
- {
691
- z-index: 2;
692
- min-width: 78px;
693
- }
694
- .clickMenu li.hover
695
- {
696
- z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
697
- background-color: #aaa;
698
- }
699
- .clickMenu img.liArrow
700
- {
701
- position: absolute;
702
- right: 5px;
703
- top: 0.41em;
704
- }
705
- .clickMenu a
706
- {
707
- text-decoration: none;
708
- color: black;
709
- cursor: default;
710
- }
711
- /* thats for the shadowbox */
712
- html>body div.outerbox
713
- {
714
- padding: 0 5px 5px 0;
715
- }
716
- html>body div.shadowbox1
717
- {
718
- position: absolute;
719
- right: 0;
720
- bottom: 5px;
721
- width: 5px;
722
- height: 100%;
723
- background: url(myshadow.png) no-repeat right top;
724
- }
725
- html>body div.shadowbox2
726
- {
727
- position: absolute;
728
- bottom: 0;
729
- right: 5px;
730
- height: 5px;
731
- width: 100%;
732
- background: url(myshadow.png) left bottom;
733
- }
734
- html>body div.shadowbox3
735
- {
736
- position: absolute;
737
- bottom: 0;
738
- right: 0;
739
- height: 5px;
740
- width: 5px;
741
- background: url(myshadow.png) no-repeat right bottom;
742
- }
743
- html>body .innerbox
744
- {
745
- margin: 0;
746
- display: inherit;
747
- }
748
-
749
-
750
- /* From jarden */
751
- /* @override http://jardensportslicensing.local:3000/stylesheets/admin.css */
752
-
753
- thead th{border-bottom:2px solid #333;}
754
- .products td{vertical-align:top;}
755
- .products .name {text-align:left;}
756
- .products .type {text-align:left;}
757
- .products .style {width:80px;text-align:center;}
758
- .products .upc {width:130px;text-align:center;}
759
- .products .image {width:80px;text-align:center;}
760
- .products .actions{width:200px;text-align:right;}
761
- .pagination{
762
- margin: -1px;
763
- text-align: right;
764
- float: right;
765
- padding-top: 0;
766
- padding-left: 0;
767
- padding-right: 0;
768
- padding: 0;
769
- }
770
- .pagination em,.pagination a,.previous_page{
771
- padding: 5px;
772
- background: #eee;
773
- }
774
-
775
- .pagination em{
776
- background: #333;
777
- font-weight: bold;
778
- color: white;
779
- font-style: normal;
780
- }
781
-
782
-
783
- .pagination .disabled{
784
- display: none;
785
- }
786
- .inline-search form.formtastic.search fieldset.inputs {
787
- float: left;
788
- padding: 0;
789
- margin: 0;
790
- border-bottom: none;
791
- }
792
-
793
- #search_term {
794
- font-size: 1em;
795
- }
796
-
797
- #search_term_input {
798
- margin: 0 1em 0 0;
799
- width: 200px;
800
- }
801
-
802
- #search_term_input label {
803
- float: left;
804
- display: block;
805
- width: 70px;
806
- }
807
-
808
- .inline-search #search_submit {
809
- font-size: .75em !important;
810
- }
811
-
812
- .inline-search form.formtastic.search fieldset.inputs ol {
813
- border-bottom: none;
814
- }
815
-
816
- .inline-search form.formtastic.search fieldset.buttons {
817
- margin: 0;
818
- padding: 0;
819
- border-bottom: none;
820
- }
821
-
822
- .inline-search form.formtastic.search fieldset.buttons ol li.commit {
823
- margin: 0;
824
- padding: 0;
825
- }
826
-
827
- .inline-search {
828
- float: left;
829
- width: 260px;
830
- }
831
- .top.table-control{
832
- margin-top: 0;
833
- border-bottom: solid 1px #eee;
834
- }
835
- .bottom.table-control{
836
- margin-bottom: 0;
837
- border-top: solid 1px #eee;
838
- }
839
- .table-control{
840
- height: 30px;
841
- padding: 1em 0;
842
- margin-top: 1em;
843
- margin-bottom: 1em;
844
- }
845
3
 
846
- td.feature_thumb img{
847
- max-width:70px;
848
- }
849
- #portal li{
850
- display:block;
851
- margin:0 1em 1em 0;
852
- padding:.5em;
853
- float:left;
854
- width:200px;
855
- border:1px solid #eee;
856
- font-weight:bold;
857
- font-size:1.25em;
858
- }
859
- .containerobj .feature a { display:none; }
860
- /*.containerobj div { width:25%; }
861
- .containerobj div a { white-space:normal; position:relative; }
862
- .containerobj a canvas { position:absolute; top:0;}
4
+ @import url("/stylesheets/cable/base.css");
5
+ @import url("/stylesheets/cable/menu.css");
6
+ @import url("/stylesheets/cable/regions.css");
7
+ @import url("/stylesheets/cable/search.css");
8
+ @import url("/stylesheets/cable/pagination.css");
9
+ @import url("/stylesheets/cable/buttons.css");
10
+ @import url("/stylesheets/cable/tables.css");
11
+ @import url("/stylesheets/cable/tags.css");
12
+ @import url("/stylesheets/cable/formtastic_changes.css");