Skip to content

Commit

Permalink
Add support for different dependency types
Browse files Browse the repository at this point in the history
Improve date parsing for better browser support of time values
Change sample data dates so current date highlight will be visible for another year
  • Loading branch information
jsGanttImproved committed Apr 16, 2014
1 parent 3dfdd53 commit 2ccb580
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 114 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Copyright (c) 2013, Paul Geldart.
* Copyright (c) 2013-2014, Paul Geldart.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
95 changes: 53 additions & 42 deletions index.html

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions jsgantt.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ span.gfoldercollapse { color:#000000; cursor:pointer; font-weight:bold; font-si

/* END Task bar styles */

.gDepFS,
.gDepSS,
.gDepSF,
.dDepFF { background-color: #ff0000; }
.gCurDate { background-color: #0000ff; }


div.gtaskbarcontainer { z-index: 1; }

#JSGanttToolTip {position: absolute; display: block; z-index: 2;}
Expand All @@ -157,8 +164,8 @@ div.gtaskbarcontainer { z-index: 1; }
.rhscrpad { width: 150px; }

div.scroll { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; overflow: hidden; }
div.scroll2 { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; position: relative; overflow: auto; min-height: 0%}
div.scroll3 { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; overflow: hidden; }
div.scroll2 { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; position: relative; overflow: auto; min-height: 0% }
div.scroll3 { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; overflow: hidden; }
div.scroll4 { padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; background-color: #ffffff; position: relative; overflow: hidden; }

/* Old Internet Explorer version hacks */
Expand Down
Loading

0 comments on commit 2ccb580

Please sign in to comment.