jquery_gantt_rails 0.0.2

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 (52) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +74 -0
  3. data/.idea/encodings.xml +5 -0
  4. data/.idea/jquery_gantt_rails.iml +9 -0
  5. data/.idea/misc.xml +22 -0
  6. data/.idea/modules.xml +9 -0
  7. data/.idea/scopes/scope_settings.xml +5 -0
  8. data/.idea/vcs.xml +7 -0
  9. data/.ruby-version.rb +1 -0
  10. data/Gemfile +3 -0
  11. data/README.md +41 -0
  12. data/Rakefile +1 -0
  13. data/jquery_gantt_rails.gemspec +20 -0
  14. data/lib/jquery_gantt_rails/version.rb +3 -0
  15. data/lib/jquery_gantt_rails/version.rb~ +3 -0
  16. data/lib/jquery_gantt_rails.rb +9 -0
  17. data/vendor/assets/javascripts/jquery_gantt/README.md +28 -0
  18. data/vendor/assets/javascripts/jquery_gantt/add.gif +0 -0
  19. data/vendor/assets/javascripts/jquery_gantt/alert.gif +0 -0
  20. data/vendor/assets/javascripts/jquery_gantt/closeBig.png +0 -0
  21. data/vendor/assets/javascripts/jquery_gantt/del.gif +0 -0
  22. data/vendor/assets/javascripts/jquery_gantt/edit.gif +0 -0
  23. data/vendor/assets/javascripts/jquery_gantt/gantt.css +323 -0
  24. data/vendor/assets/javascripts/jquery_gantt/gantt.html +547 -0
  25. data/vendor/assets/javascripts/jquery_gantt/ganttDrawer.js +752 -0
  26. data/vendor/assets/javascripts/jquery_gantt/ganttGridEditor.js +518 -0
  27. data/vendor/assets/javascripts/jquery_gantt/ganttMaster.js +702 -0
  28. data/vendor/assets/javascripts/jquery_gantt/ganttTask.js +947 -0
  29. data/vendor/assets/javascripts/jquery_gantt/ganttUtilities.js +237 -0
  30. data/vendor/assets/javascripts/jquery_gantt/gantt_compact.css +323 -0
  31. data/vendor/assets/javascripts/jquery_gantt/hasExternalDeps.png +0 -0
  32. data/vendor/assets/javascripts/jquery_gantt/libs/JST/jquery.JST.js +167 -0
  33. data/vendor/assets/javascripts/jquery_gantt/libs/date.js +584 -0
  34. data/vendor/assets/javascripts/jquery_gantt/libs/dateField/images/next.png +0 -0
  35. data/vendor/assets/javascripts/jquery_gantt/libs/dateField/images/prev.png +0 -0
  36. data/vendor/assets/javascripts/jquery_gantt/libs/dateField/jquery.dateField.css +88 -0
  37. data/vendor/assets/javascripts/jquery_gantt/libs/dateField/jquery.dateField.js +212 -0
  38. data/vendor/assets/javascripts/jquery_gantt/libs/i18nJs.js +140 -0
  39. data/vendor/assets/javascripts/jquery_gantt/libs/jquery.livequery.min.js +11 -0
  40. data/vendor/assets/javascripts/jquery_gantt/libs/jquery.timers.js +142 -0
  41. data/vendor/assets/javascripts/jquery_gantt/libs/platform.js +954 -0
  42. data/vendor/assets/javascripts/jquery_gantt/linkArrow.png +0 -0
  43. data/vendor/assets/javascripts/jquery_gantt/milestone.png +0 -0
  44. data/vendor/assets/javascripts/jquery_gantt/platform.css +346 -0
  45. data/vendor/assets/javascripts/jquery_gantt/teamwork-regular-webfont.eot +0 -0
  46. data/vendor/assets/javascripts/jquery_gantt/teamwork-regular-webfont.otf +0 -0
  47. data/vendor/assets/javascripts/jquery_gantt/teamwork-regular-webfont.svg +152 -0
  48. data/vendor/assets/javascripts/jquery_gantt/teamwork-regular-webfont.ttf +0 -0
  49. data/vendor/assets/javascripts/jquery_gantt/teamwork-regular-webfont.woff +0 -0
  50. data/vendor/assets/javascripts/jquery_gantt/teamworkFont.css +16 -0
  51. data/vendor/assets/javascripts/jquery_gantt/twGanttSmall.png +0 -0
  52. metadata +107 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MThmYjc0YjQwZjRkODg0OWI1NGVmYWY4OTQ0ZjUwMTdmZGE2OTQ2OA==
5
+ data.tar.gz: !binary |-
6
+ NWVkMzhlZmEzMDMyNTg4NGFhZmNhYWU1ZGIwYWQ4OGJiZGYzNTEyZg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MDY4ODJiMDBiMTM3OTk4ODI3M2M1YWVjNWU4MGY0M2FhNTQ3M2E2MDEzYWYy
10
+ YjYwMDkzOGYwNDk3YTVmMmNjODkyZTA0MDkyNjExYWNjZDU2ZWZmNGI0Mjc3
11
+ YjkxNDZkMWVlZjY4Zjk2ZWVmZTgwNzk5N2Y3ZTEwZDU5ZDRhMjY=
12
+ data.tar.gz: !binary |-
13
+ ZjEyNzQ2OTViODRmMjg1NjVhOGZkYjEzNWU1MGM5MzAwMThiNjZkMTA2ZjA1
14
+ ZDIxMWEwNTc0Yzg0MzlmMTIxMWEzYmJjZDEyNDZjMjQ0NjRkOGQ1ZGIxZWE1
15
+ MWQzZDQ2ODM1ZGRlM2I3YTliMTg2NTRhZGY3NGIwNjA2ZWYwNzM=
data/.gitignore ADDED
@@ -0,0 +1,74 @@
1
+ #----------------------------------------------------------------------------
2
+ # Ignore these files when commiting to a git repository.
3
+ #
4
+ # See http://help.github.com/ignore-files/ for more about ignoring files.
5
+ #----------------------------------------------------------------------------
6
+
7
+ # bundler state
8
+ /.bundle
9
+ /vendor/bundle/
10
+ /vendor/ruby/
11
+
12
+ # minimal Rails specific artifacts
13
+ db/*.sqlite3
14
+ /log/*
15
+ /tmp/*
16
+
17
+ # various artifacts
18
+ .rvmrc
19
+ **.war
20
+ *.rbc
21
+ *.sassc
22
+ .rspec
23
+ .redcar/
24
+ .sass-cache
25
+ /config/config.yml
26
+ /config/database.yml
27
+ /coverage.data
28
+ /coverage/
29
+ /db/*.javadb/
30
+ /db/*.sqlite3
31
+ /doc/api/
32
+ /doc/app/
33
+ /doc/features.html
34
+ /doc/specs.html
35
+ /public/cache
36
+ /public/stylesheets/compiled
37
+ /public/system/*
38
+ /spec/tmp/*
39
+ /cache
40
+ /capybara*
41
+ /capybara-*.html
42
+ /gems
43
+ /specifications
44
+ rerun.txt
45
+ pickle-email-*.html
46
+
47
+ # If you find yourself ignoring temporary files generated by your text editor
48
+ # or operating system, you probably want to add a global ignore instead:
49
+ # git config --global core.excludesfile ~/.gitignore_global
50
+ #
51
+ # Here are some files you may want to ignore globally:
52
+
53
+ # scm revert files
54
+ **.orig
55
+
56
+ # Mac finder artifacts
57
+ .DS_Store
58
+
59
+ # Netbeans project directory
60
+ /nbproject/
61
+
62
+ # RubyMine project files
63
+ .idea
64
+
65
+ # Textmate project files
66
+ /*.tmproj
67
+
68
+ # vim artifacts
69
+ **.swp
70
+
71
+ # Ignore application configuration
72
+ /config/application.yml
73
+
74
+ /public/uploads
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
9
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-1.9.3-p327" project-jdk-type="RUBY_SDK" />
4
+ <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
5
+ <option name="USER" value="" />
6
+ <option name="PASSWORD" value="" />
7
+ <option name="mySSHConnectionTimeout" value="30000" />
8
+ <option name="mySSHReadTimeout" value="30000" />
9
+ <option name="LAST_MERGED_REVISION" />
10
+ <option name="MERGE_DRY_RUN" value="false" />
11
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
12
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
13
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
14
+ <option name="DETECT_NESTED_COPIES" value="true" />
15
+ <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
16
+ <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
17
+ <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
18
+ <option name="FORCE_UPDATE" value="false" />
19
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
20
+ </component>
21
+ </project>
22
+
data/.idea/modules.xml ADDED
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/jquery_gantt_rails.iml" filepath="$PROJECT_DIR$/.idea/jquery_gantt_rails.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
7
+
data/.ruby-version.rb ADDED
@@ -0,0 +1 @@
1
+ 2.0.0
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
data/README.md ADDED
@@ -0,0 +1,41 @@
1
+ jquery_gantt_rails
2
+ ==================
3
+
4
+ This gem packages jQueryGantt js library, written by robicch. This gem target fork made by ryrych.
5
+
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+
10
+ gem 'jquery_gantt_rails'
11
+
12
+ And then execute:
13
+
14
+ $ bundle
15
+
16
+ Or install it yourself as:
17
+
18
+ $ gem install jquery_gantt_rails
19
+
20
+
21
+ ## Usage
22
+
23
+ TODO: add info about requiring it in application.js, etc...
24
+
25
+ ## Contributing
26
+
27
+ 1. Fork it
28
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
29
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
30
+ 4. Push to the branch (`git push origin my-new-feature`)
31
+ 5. Create new Pull Request
32
+
33
+ ## License:
34
+
35
+ (the ISC license)
36
+
37
+ Copyright (c) 2013, Radosław Jędryszczak socjopata@gmail.com
38
+
39
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
40
+
41
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,20 @@
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'jquery_gantt_rails/version'
5
+
6
+ Gem::Specification.new do |gem|
7
+ gem.name = "jquery_gantt_rails"
8
+ gem.version = JqueryGanttRails::VERSION
9
+ gem.authors = ["socjopata"]
10
+ gem.email = ["socjopata@gmail.com"]
11
+ gem.description = %q{This gem packages a particular fork of jQueryGantt js library}
12
+ gem.summary = %q{This gem packages a particular fork of jQueryGantt js library}
13
+ gem.homepage = "https://github.com/socjopata/jquery_gantt_rails"
14
+
15
+ gem.files = `git ls-files`.split($/)
16
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
+ gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
+ gem.require_paths = ["lib"]
19
+ gem.add_dependency "railties", "~> 3.1"
20
+ end
@@ -0,0 +1,3 @@
1
+ module JqueryGanttRails
2
+ VERSION = "0.0.2"
3
+ end
@@ -0,0 +1,3 @@
1
+ module JqueryGanttRails2
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,9 @@
1
+ require "jquery_gantt_rails/version"
2
+
3
+ module JqueryGanttRails
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ # Get rails to add app, lib, vendor to load path
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,28 @@
1
+ jQueryGantt
2
+ ===========
3
+ jQuery Gantt editor has been written by Roberto Bicchierai and Silvia Chelazzi
4
+
5
+ <img src="http://rbicchierai.files.wordpress.com/2012/08/image1.png" alt="image" width="596" height="358" border="0" />
6
+
7
+ These are some key features:
8
+ * jquery based
9
+ * MIT licensed: you can reuse everywhere
10
+ * json import-export
11
+ * internationalizable
12
+ * manage task status –> project workflow
13
+ * manage dependecies
14
+ * manage assignements (resources, roles efforts)
15
+ * server synchronization ready
16
+ * full undo-redo support
17
+ * cross browser (at least for recent versions)
18
+
19
+ Try the online working demo here: http://gantt.twproject.com
20
+
21
+ Read the genesi of this component here: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-odyssey/
22
+
23
+ Documentation is here: http://roberto.open-lab.com/2012/08/24/jquery-gantt-editor/
24
+
25
+ jQuery Gantt editor is part of <a href="http://www.twproject.com">Teamwork 5</a> project
26
+
27
+
28
+
@@ -0,0 +1,323 @@
1
+ .gdfTable {
2
+ table-layout: fixed;
3
+ border-collapse: separate;
4
+ border-spacing: 0;
5
+ }
6
+
7
+ .gdfTable td, .gdfTable th {
8
+ vertical-align: middle;
9
+ overflow: hidden;
10
+ text-overflow: clip;
11
+ white-space: nowrap;
12
+ font-size: 14px
13
+ }
14
+
15
+ .gdfCell {
16
+ overflow: hidden;
17
+ padding:4px 2px
18
+ }
19
+
20
+ .gdfColHeader {
21
+ min-width: 5px;
22
+ height: 30px;
23
+ }
24
+
25
+ .gdfCell, .gdfColHeader {
26
+ border-bottom: 1px solid #eee;
27
+ border-right: 1px solid #eee;
28
+ }
29
+
30
+
31
+ .ganttLines{
32
+ position:absolute;
33
+ width:100%;
34
+ height:1px;
35
+ border-top:1px solid #eee;
36
+ z-index:1;
37
+ }
38
+
39
+ .gdfCellInput {
40
+ border: 0 none;
41
+ font-size: 12px;
42
+ height: 20px;
43
+ margin: 0;
44
+ padding: 0;
45
+ width: 100%;
46
+ background-color: #d4fbe8;
47
+ }
48
+
49
+ .gdfCellWrap {
50
+ border: 0 none;
51
+ font-size: 12px;
52
+ height: 17px;
53
+ margin: 0;
54
+ padding: 0;
55
+ width: 100%;
56
+ overflow: hidden;
57
+
58
+ background-color: #ffcccc;
59
+ }
60
+
61
+ .gdfColHeaderOver {
62
+ opacity: .7;
63
+ }
64
+
65
+ .gdfHResizing {
66
+ cursor: w-resize;
67
+ }
68
+
69
+ .splitterContainer {
70
+ width: 100%;
71
+ height: 100%;
72
+ }
73
+
74
+ .splitBox1, .splitBox2 {
75
+ overflow-x: scroll;
76
+ overflow-y: hidden;
77
+
78
+ /*background-color: yellow;*/
79
+ }
80
+
81
+ .splitBox2 {
82
+ /*background-color: orange;*/
83
+ }
84
+
85
+ .unselectable {
86
+ -webkit-user-select: none;
87
+ -khtml-user-select: none;
88
+ -moz-user-select: none;
89
+ -o-user-select: none;
90
+ user-select: none;
91
+ }
92
+
93
+ .splitElement {
94
+ outline-style: none;
95
+ position: absolute;
96
+ height: 100%;
97
+ }
98
+
99
+ .vSplitBar {
100
+ width: 5px;
101
+ background-color: #aaa;
102
+ cursor: w-resize;
103
+ text-align: center;
104
+ color: white;
105
+ }
106
+
107
+ .end{
108
+ border-right:1px dotted #666
109
+ }
110
+
111
+ .holyH{
112
+ background-color: #9CB7AA;
113
+ }
114
+ .holy{
115
+ background-color: #FFF5E6;
116
+ }
117
+
118
+
119
+ .expcoll{
120
+ width:6px;
121
+ height:6px;
122
+ margin:1px;
123
+ padding:1px;
124
+ background-color:yellow;
125
+ display:inline-block;
126
+ border:1px solid gray;
127
+ }
128
+ .expcoll.exp{
129
+ display:none;
130
+ }
131
+
132
+
133
+ .ganttTable{
134
+ table-layout:fixed;
135
+ }
136
+
137
+ .ganttTable td,.ganttTable th{
138
+ overflow: hidden;
139
+ text-overflow: clip;
140
+ white-space: nowrap;
141
+ }
142
+
143
+ .ganttHead1,.ganttHead2{
144
+ height:20px;
145
+ }
146
+
147
+ .ganttHead1 th,.ganttHead2 th{
148
+ border-left:1px solid white;
149
+ }
150
+
151
+ .ganttToday{
152
+ position:absolute;
153
+ top:0;
154
+ width:1px;
155
+ height:100%;
156
+ border-left:2px dotted #13AFA5;
157
+ }
158
+
159
+ .ganttHighLight{
160
+ position:absolute;
161
+ width:100%;
162
+ height:28px;
163
+ background-color:yellow;
164
+ opacity:.4;
165
+ }
166
+
167
+ .ganttButtonBar{
168
+ position:relative;
169
+ padding:5px;
170
+ }
171
+
172
+ .ganttButtonBar .buttons {
173
+ float:left; margin:45px 0 0 40px
174
+ }
175
+
176
+
177
+ .ganttButtonBar .button span.teamworkIcon{
178
+ font-size: 150%
179
+ }
180
+
181
+ .ganttButtonSeparator{
182
+ border-left:1px solid gray;
183
+ padding-right:10px;
184
+ margin-left:10px;
185
+ font-size: 130%
186
+ }
187
+
188
+ .ganttLinks{
189
+ z-index:10;
190
+ }
191
+
192
+ .taskBox{
193
+ position:absolute;
194
+ height:25px;
195
+ margin-top:3px;
196
+ z-index:100;
197
+ }
198
+
199
+ .taskBox .layout {
200
+ height:100%;
201
+ color:red;
202
+ border-radius:2px;
203
+ background: #eee; /* Old browsers */
204
+ border:1px solid #bbb;
205
+ }
206
+
207
+ .taskBox .taskStatus {
208
+ left:5px;
209
+ top:10px;
210
+ position:absolute;
211
+ width:10px;
212
+ height:10px;
213
+ }
214
+
215
+ .taskBox .layout .milestone{
216
+ top:0px;
217
+ position:absolute;
218
+ width:18px;
219
+ background: url(milestone.png) no-repeat;
220
+ height:18px;
221
+ display:none;
222
+ }
223
+ .taskBox .layout .milestone.end{
224
+ right:0;
225
+ }
226
+ .taskBox .layout .milestone.active{
227
+ display:block;
228
+ }
229
+
230
+ .taskBox.hasChild .layout{
231
+ border-top:2px solid black;
232
+ }
233
+
234
+ .taskBox .taskProgress{
235
+ height:5px;
236
+ position:absolute;
237
+ }
238
+
239
+ .taskBox .layout.extDep{
240
+ background-image:url(hasExternalDeps.png);
241
+ }
242
+
243
+
244
+ .taskLabel{
245
+ position:absolute;
246
+ height:28px;
247
+ color:black;
248
+ text-align:right;
249
+ padding-right:5px;
250
+ overflow:hidden;
251
+ left:-200px;
252
+ width:195px;
253
+ white-space:nowrap;
254
+ }
255
+
256
+
257
+ .taskDepLine {
258
+ border: 1px solid #9999ff;
259
+ overflow: hidden;
260
+ position: absolute;
261
+ }
262
+
263
+
264
+ .taskEditRow,.emptyRow {
265
+ height:30px;
266
+ }
267
+
268
+ .taskEditRow input{
269
+ border: 0 none;
270
+ font-size: 14px;
271
+ height: 20px;
272
+ margin: 0;
273
+ padding: 0;
274
+ width: 100%;
275
+ font-family: Arial, sans-serif
276
+ }
277
+
278
+ .taskEditRow.rowSelected td,.taskEditRow.rowSelected input{
279
+ background-color:#FFFF99;
280
+ }
281
+
282
+ .taskStatusBox{
283
+ position:absolute;
284
+ width:100px;
285
+ height:24px;
286
+ border:1px solid #a0a0a0;
287
+ background-color:#fff;
288
+ margin-top:2px;
289
+ margin-left:-1px;
290
+ padding: 2px
291
+ }
292
+ .taskStatus{
293
+ width:15px;
294
+ height:15px;
295
+ display:inline-block;
296
+ }
297
+ .taskStatus[status=STATUS_ACTIVE]{
298
+ background-color: #66FF99;
299
+ }
300
+ .taskStatus[status=STATUS_DONE]{
301
+ background-color: #0099FF;
302
+ }
303
+ .taskStatus[status=STATUS_FAILED]{
304
+ background-color: #660066;
305
+ }
306
+ .taskStatus[status=STATUS_SUSPENDED]{
307
+ background-color: #fbb11e;
308
+ }
309
+ .taskStatus[status=STATUS_UNDEFINED]{
310
+ background-color: #ffffff;
311
+ }
312
+ .taskStatus.selected{
313
+ border:#666 2px solid;
314
+ }
315
+
316
+
317
+ .ui-resizable-helper { border: 1px dotted #00F; }
318
+ .ui-resizable-e, .ui-resizable-w {width: 5px;}
319
+ .ui-draggable{
320
+ cursor:move;
321
+ }
322
+
323
+