123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- .ganttToolbarZoomIn {
- background-image: url("images/zoomIn.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarZoomOut {
- background-image: url("images/zoomOut.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarMicro {
- background-image: url("images/zoomInTime.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarTele {
- background-image: url("images/zoomOutTime.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarSave {
- background-image: url("images/save.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarLoad {
- background-image: url("images/load.png");
- background-repeat: no-repeat;
- height: 30px;
- width: 30px;
- padding: 2px;
- }
- .ganttToolbarActionHover{
- border: 2px solid blue;
- padding: 0px;
- }
- .ganttToolbar {
- cursor: pointer;
- }
- .ganttPanelHeader{
- position: relative;
- }
- .ganttPanelNameHeaders{
- position: relative;
- overflow: hidden;
- }
- .ganttPanelNamesContainer{
- position: relative;
- overflow: hidden;
- border-left: #f1f3f1 1px solid;
- border-bottom: #f1f3f1 1px solid;
- }
- .ganttPanelNames{
- position: relative;
- overflow: hidden;
- border-left: #f1f3f1 1px solid;
- border-bottom: #f1f3f1 1px solid;
- background: url("images/bg.png") repeat scroll 0 0 transparent;
- }
- .ganttPanelTime{
- position: relative;
- }
- .ganttPanelTimeContainer{
- position: relative;
- overflow: hidden;
- direction: ltr;
- }
- .ganttContentDataContainer{
- position: relative;
- overflow: scroll;
- border-left: #f1f3f1 1px solid;
- direction: ltr;
- }
- .ganttDivCell{
- position: relative;
- }
- .ganttMoveInfo {
- font-family: Tahoma, Arial;
- font-size: 10px;
- color: #006600;
- white-space: nowrap;
- }
- .ganttDescProject {
- font-family: Tahoma, Arial;
- font-size: 10px;
- color: #3B3B3B;
- cursor: default;
- white-space: nowrap;
- z-index: 6;
- position: absolute;
- }
- .ganttProjectNameItem{
- cursor:pointer;
- color: #003366;
- font-weight: bold;
- font-size: 12px;
- font-family: Tahoma, Arial;
- white-space:nowrap;
- height:15px;
- z-index:6;
- position: absolute;
- }
- .ganttProjectNameItemHover{
- border-top: 1px solid black;
- border-bottom: 1px solid black;
- }
- .ganttProjectItem{
- z-index: 6;
- position: absolute;
- }
- .ganttTblProjectItem{
- border: solid 1px #555555;
- }
- .ganttDivTaskInfo{
- text-align: center;
- z-index: 7;
- position: absolute;
- left: 0px;
- top: 0px;
- }
- .ganttTblTime {
- background-color: transparent;
- cursor: pointer;
- margin-top: 0px;
- }
- .ganttHourNumber {
- font-size: 7px;
- color: #858585;
- border: 1px solid transparent;
- border-top: 1px solid #DBECFF;
- height: 30px;
- }
- .ganttHourClass {
- text-align: center;
- padding: 5px 2px;
- height: 20px;
- }
- .ganttHourNumberAM {
- background: url("images/am.png") repeat scroll 0 0 transparent;
- }
- .ganttHourNumberPM {
- background: url("images/pm.png") repeat scroll 0 0 transparent;
- }
- .ganttDayNumber {
- font-family: Tahoma, Arial;
- font-weight: bold;
- font-size: 9px;
- color: #858585;
- border: 1px solid transparent;
- border-top: 1px solid #DBECFF;
- height: 30px;
- }
- .ganttDayNumberWeekend {
- background: url("images/bg.png") repeat scroll 0 0 transparent;
- }
- .ganttWeekNumber {
- font-family: Tahoma, Arial;
- font-weight: bold;
- font-size: 9px;
- color: #858585;
- border: 1px solid transparent;
- border-top: 1px solid #DBECFF;
- border-right: 1px solid #DBECFF;
- height:30px;
- }
- .ganttMonthNumber {
- font-family: Tahoma, Arial;
- font-weight: bold;
- font-size: 9px;
- color: #858585;
- border: 1px solid transparent;
- border-top: 1px solid #DBECFF;
- border-right: 1px solid #DBECFF;
- height: 30px;
- }
- .ganttYearNumber {
- font-family: Tahoma, Arial;
- font-weight: bold;
- font-size: 9px;
- color: #858585;
- border: 1px solid transparent;
- border-top: 1px solid #DBECFF;
- border-right: 1px solid #DBECFF;
- height: 30px;
- }
- .ganttTabelControl{
- width: 100%;
- position: relative;
- }
- .ganttContextMenu {
- z-index: 10;
- width: 200px;
- cursor: pointer;
- font-family: Tahoma, Arial;
- font-size: 12px;
- border: 1px solid #b5bcc7;
- margin: 0px;
- padding: 0px;
- background-color: #fff;
- background-repeat: repeat-x;
- border-collapse: separate;
- border-spacing: 0 0;
- }
- .ganttContextMenuItem {
- background-image: url("images/menuHighlight.png");
- background-position:0px -40px;
- background-repeat:repeat-x;
- padding: 3px 10px 4px;
- height:18px;
- }
- .ganttContextMenuItemHover {
- border:solid 1px #769dc0;
- padding: 2px 9px 3px;
- background-color: #9dcfff;
- background-position:0px 0px;
- color:#000;
- }
- .ganttMenuDialogDescCell{
- width:150px;
- padding: 3px;
- border-bottom: 1px solid gray;
- text-align: center;
- }
- .ganttMenuDialogDescCellValue{
- width:150px;
- padding: 3px;
- border-bottom: 1px solid gray;
- text-align: center;
- }
- .ganttMenuDialogInputCellHeader{
- font-size:12px;
- font-family:Tahoma,Arial;
- font-weight: bold;
- padding: 10px 3px 5px;
- }
- .ganttMenuDialogInputCell{
- padding: 3px;
- }
- .ganttMenuDialogInputCellValue{
- padding: 3px;
- }
- .ganttHeaderCover {
- z-index: 999;
- position: absolute;
- }
- .ganttResourceHeader {
- font-family: Tahoma, Arial;
- background: url("images/resourceHeader.png") repeat scroll 0 0 transparent;
- color: black;
- padding: 3px 0px 0px 6px;
- height: 25px;
- font-weight: bold;
- position:relative;
- }
- .ganttResourceContent{
- position:relative;
- }
- .ganttTaskNameItem {
- font-family: Tahoma, Arial;
- font-size: 11px;
- font-weight: bold;
- color: #7D7D7D;
- white-space:nowrap;
- height:15px;
- z-index:1;
- position: absolute;
- left:20px;
- }
- .ganttMenuPanel{
- visibility:hidden;
- z-index:10;
- position:absolute;
- }
- .ganttDialogContentCell{
- width:300px;
- font-size:11px;
- font-family:Tahoma,Arial;
- }
- .ganttDialogContentHeader{
- font-size:12px;
- font-family:Tahoma,Arial;
- font-weight: bold;
- }
- .ganttOwnerNameItem {
- font-family: Tahoma, Arial;
- font-size: 11px;
- font-weight: bold;
- color: black;
- cursor:pointer;
- white-space:nowrap;
- height:15px;
- z-index:1;
- position: absolute;
- left:20px;
- }
- .ganttTaskBar {
- background: url("images/taskBar.png") repeat scroll 0 0 transparent;
- -moz-border-radius: 10px;
- z-index:1;
- position:absolute;
- }
- .ganttOwnerBar {
- z-index:1;
- position:absolute;
- }
- .ganttOwnerTaskBar {
- background: url("images/ownerBar.png") repeat scroll 0 0 transparent;
- border-top: solid 1px black;
- border-bottom: solid 1px black;
- position:absolute;
- top:0px;
- }
- .ganttRowHighlight {
- background: url("images/rowHighlight.png") repeat scroll 0 0 transparent;
- position: absolute;
- z-index: 1;
- }
- .ganttTaskPanel {
- background: url("images/bg.png") repeat scroll 0 0 transparent;
- overflow: hidden;
- position:relative;
- }
- .ganttOwnerPanel {
- overflow: hidden;
- position:relative;
- background: url("images/resourceBg.png") repeat scroll 0 0 transparent;
- }
- .ganttContent {
- margin: 15px 63px 0;
- }
- .ganttTaskLineVerticalLeft{
- border-width: 0px 0px 0px 1px;
- border-style: dotted;
- border-color: #86A3BE;
- margin: 0px;
- padding: 0px;
- z-index:10;
- position: absolute;
- }
- .ganttTaskLineHorizontalLeft{
- position: absolute;
- border-width: 1px 0px 0px 0px;
- font-size: 1px;
- border-style: dotted;
- border-color: #86A3BE;
- margin: 0px;
- padding: 0px;
- z-index:10;
- }
- .ganttTaskLineVerticalRight{
- border-width: 0px 0px 0px 1px;
- border-style: solid;
- border-color: #4A8F43;
- margin: 0px;
- padding: 0px;
- z-index:6;
- font-size: 1px;
- position: absolute;
- }
- .ganttTaskLineHorizontal{
- height:1px;
- border-color: #4A8F43;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
- margin: 0px;
- padding: 0px;
- z-index:6;
- position: absolute;
- }
- .ganttTaskArrowImg{
- z-index:6;
- margin: 0px;
- padding: 0px;
- width:7px;
- height:14px;
- position: absolute;
- }
- .ganttTaskLineVerticalRightPlus{
- border-width: 0px 0px 0px 1px;
- border-style: solid;
- border-color: #519145;
- margin: 0px;
- padding: 0px;
- z-index:6;
- font-size: 1px;
- position: absolute;
- }
- .ganttTaskLineHorizontalPlus{
- height:1px;
- border-color: #519145;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
- margin: 0px;
- padding: 0px;
- z-index:6;
- position: absolute;
- }
- .ganttTaskArrowImgPlus{
- z-index:6;
- margin: 0px;
- padding: 0px;
- width:7px;
- height:14px;
- position: absolute;
- }
- .ganttTaskItemControl{
- z-index:6;
- position:absolute;
- }
- .ganttTaskDivTaskItem{
- z-index:6;
- position: absolute;
- left:0px;
- top:0px;
- }
- .ganttTaskTblTaskItem{
- border: solid 1px #5FF55F;
- }
- .ganttTaskDivTaskInfo{
- text-align:center;
- font-size:9px;
- z-index:7;
- position: absolute;
- left:0px;
- top:0px;
- }
- .ganttTaskDivTaskName{
- z-index:7;
- position: absolute;
- left:0px;
- top:0px;
- }
- .ganttTaskDivMoveInput{
- visibility:hidden;
- width:1px;
- height:1px;
- }
- .ganttTaskDivResizeInput{
- visibility:hidden;
- width:1px;
- height:1px;
- }
- .ganttTaskDivResize{
- z-index:10;
- position: absolute;
- top:0px;
- }
- .ganttTaskTaskNameItem{
- font-family: Tahoma, Arial;
- cursor:pointer;
- white-space:nowrap;
- height:15px;
- z-index:6;
- position: absolute;
- left:20px;
- }
- .ganttTaskTaskNameItemHover{
- border-top: 1px solid black;
- border-bottom: 1px solid black;
- }
- .ganttTaskDescTask {
- font-family: Tahoma, Arial;
- font-size: 10px;
- color: #008000;
- cursor: default;
- white-space: nowrap;
- z-index:6;
- position:absolute;
- }
- .ganttTaskIdentifier{
- color:#7D7D7D;
- font-family:Tahoma,Arial;
- font-size:11px;
- font-weight:bold;
- border: solid 1px #7D7D7D;
- -moz-border-radius: 20px;
- -khtml-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- padding: 0px 3px;
- cursor:pointer;
- white-space:nowrap;
- height:14px;
- z-index:6;
- position:absolute;
- }
- .ganttTaskTreeImage{
- cursor: pointer;
- z-index:12;
- position: absolute;
- }
- .ganttResourceTableControl{
- width: 100%;
- position: relative;
- }
- .ganttResourceContentDataContainer{
- position:relative;
- overflow:scroll;
- border-left:#f1f3f1 1px solid;
- direction: ltr;
- }
- .ganttResourcePanelNames{
- position:relative;
- overflow:hidden;
- border-left:#f1f3f1 1px solid;
- border-bottom:#f1f3f1 1px solid;
- }
- .ganttResourceDivCell{
- position: relative;
- }
- .ganttResourceLineVerticalLeft{
- border-width: 0px 0px 0px 1px;
- border-style: dotted;
- border-color: #86A3BE;
- margin: 0px;
- padding: 0px;
- z-index:10;
- position: absolute;
- }
- .ganttResourceLineHorizontalLeft{
- z-index:10;
- height:1px;
- position: absolute;
- border-width: 1px 0px 0px 0px;
- font-size: 1px;
- border-style: dotted;
- border-color: #86A3BE;
- margin: 0px;
- padding: 0px;
- }
- .ganttResourceTreeImage{
- cursor: pointer;
- z-index:12;
- position: absolute;
- }
- .ganttResourcePanelNamesOwners{
- position:relative;
- background: url("images/resourceBg.png") repeat scroll 0 0 transparent;
- }
- .ganttImageProgressFilled{
- background: url("images/projProgressFilled.png") repeat scroll 0 0 transparent;
- }
- .ganttImageProgressBg{
- background: url("images/projProgressBg.png") repeat scroll 0 0 transparent;
- }
- .ganttImageTaskProgressFilled{
- background: url("images/taskProgressFilled.png") repeat scroll 0 0 transparent;
- }
- .ganttImageTaskProgressBg{
- background: url("images/taskProgressBg.png") repeat scroll 0 0 transparent;
- }
- .ganttImageTreeCollapse{
- background: url("images/collapse.png") no-repeat scroll 0 0 transparent;
- height: 9px;
- width: 9px;
- }
- .ganttImageTreeExpand{
- background: url("images/expand.png") no-repeat scroll 0 0 transparent;
- height: 9px;
- width: 9px;
- }
- .ganttImageArrow{
- background: url("images/taskArrow.gif") no-repeat scroll 0 0 transparent;
- }
|