gantt.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. .ganttToolbarZoomIn {
  2. background-image: url("images/zoomIn.png");
  3. background-repeat: no-repeat;
  4. height: 30px;
  5. width: 30px;
  6. padding: 2px;
  7. }
  8. .ganttToolbarZoomOut {
  9. background-image: url("images/zoomOut.png");
  10. background-repeat: no-repeat;
  11. height: 30px;
  12. width: 30px;
  13. padding: 2px;
  14. }
  15. .ganttToolbarMicro {
  16. background-image: url("images/zoomInTime.png");
  17. background-repeat: no-repeat;
  18. height: 30px;
  19. width: 30px;
  20. padding: 2px;
  21. }
  22. .ganttToolbarTele {
  23. background-image: url("images/zoomOutTime.png");
  24. background-repeat: no-repeat;
  25. height: 30px;
  26. width: 30px;
  27. padding: 2px;
  28. }
  29. .ganttToolbarSave {
  30. background-image: url("images/save.png");
  31. background-repeat: no-repeat;
  32. height: 30px;
  33. width: 30px;
  34. padding: 2px;
  35. }
  36. .ganttToolbarLoad {
  37. background-image: url("images/load.png");
  38. background-repeat: no-repeat;
  39. height: 30px;
  40. width: 30px;
  41. padding: 2px;
  42. }
  43. .ganttToolbarActionHover{
  44. border: 2px solid blue;
  45. padding: 0px;
  46. }
  47. .ganttToolbar {
  48. cursor: pointer;
  49. }
  50. .ganttPanelHeader{
  51. position: relative;
  52. }
  53. .ganttPanelNameHeaders{
  54. position: relative;
  55. overflow: hidden;
  56. }
  57. .ganttPanelNamesContainer{
  58. position: relative;
  59. overflow: hidden;
  60. border-left: #f1f3f1 1px solid;
  61. border-bottom: #f1f3f1 1px solid;
  62. }
  63. .ganttPanelNames{
  64. position: relative;
  65. overflow: hidden;
  66. border-left: #f1f3f1 1px solid;
  67. border-bottom: #f1f3f1 1px solid;
  68. background: url("images/bg.png") repeat scroll 0 0 transparent;
  69. }
  70. .ganttPanelTime{
  71. position: relative;
  72. }
  73. .ganttPanelTimeContainer{
  74. position: relative;
  75. overflow: hidden;
  76. direction: ltr;
  77. }
  78. .ganttContentDataContainer{
  79. position: relative;
  80. overflow: scroll;
  81. border-left: #f1f3f1 1px solid;
  82. direction: ltr;
  83. }
  84. .ganttDivCell{
  85. position: relative;
  86. }
  87. .ganttMoveInfo {
  88. font-family: Tahoma, Arial;
  89. font-size: 10px;
  90. color: #006600;
  91. white-space: nowrap;
  92. }
  93. .ganttDescProject {
  94. font-family: Tahoma, Arial;
  95. font-size: 10px;
  96. color: #3B3B3B;
  97. cursor: default;
  98. white-space: nowrap;
  99. z-index: 6;
  100. position: absolute;
  101. }
  102. .ganttProjectNameItem{
  103. cursor:pointer;
  104. color: #003366;
  105. font-weight: bold;
  106. font-size: 12px;
  107. font-family: Tahoma, Arial;
  108. white-space:nowrap;
  109. height:15px;
  110. z-index:6;
  111. position: absolute;
  112. }
  113. .ganttProjectNameItemHover{
  114. border-top: 1px solid black;
  115. border-bottom: 1px solid black;
  116. }
  117. .ganttProjectItem{
  118. z-index: 6;
  119. position: absolute;
  120. }
  121. .ganttTblProjectItem{
  122. border: solid 1px #555555;
  123. }
  124. .ganttDivTaskInfo{
  125. text-align: center;
  126. z-index: 7;
  127. position: absolute;
  128. left: 0px;
  129. top: 0px;
  130. }
  131. .ganttTblTime {
  132. background-color: transparent;
  133. cursor: pointer;
  134. margin-top: 0px;
  135. }
  136. .ganttHourNumber {
  137. font-size: 7px;
  138. color: #858585;
  139. border: 1px solid transparent;
  140. border-top: 1px solid #DBECFF;
  141. height: 30px;
  142. }
  143. .ganttHourClass {
  144. text-align: center;
  145. padding: 5px 2px;
  146. height: 20px;
  147. }
  148. .ganttHourNumberAM {
  149. background: url("images/am.png") repeat scroll 0 0 transparent;
  150. }
  151. .ganttHourNumberPM {
  152. background: url("images/pm.png") repeat scroll 0 0 transparent;
  153. }
  154. .ganttDayNumber {
  155. font-family: Tahoma, Arial;
  156. font-weight: bold;
  157. font-size: 9px;
  158. color: #858585;
  159. border: 1px solid transparent;
  160. border-top: 1px solid #DBECFF;
  161. height: 30px;
  162. }
  163. .ganttDayNumberWeekend {
  164. background: url("images/bg.png") repeat scroll 0 0 transparent;
  165. }
  166. .ganttWeekNumber {
  167. font-family: Tahoma, Arial;
  168. font-weight: bold;
  169. font-size: 9px;
  170. color: #858585;
  171. border: 1px solid transparent;
  172. border-top: 1px solid #DBECFF;
  173. border-right: 1px solid #DBECFF;
  174. height:30px;
  175. }
  176. .ganttMonthNumber {
  177. font-family: Tahoma, Arial;
  178. font-weight: bold;
  179. font-size: 9px;
  180. color: #858585;
  181. border: 1px solid transparent;
  182. border-top: 1px solid #DBECFF;
  183. border-right: 1px solid #DBECFF;
  184. height: 30px;
  185. }
  186. .ganttYearNumber {
  187. font-family: Tahoma, Arial;
  188. font-weight: bold;
  189. font-size: 9px;
  190. color: #858585;
  191. border: 1px solid transparent;
  192. border-top: 1px solid #DBECFF;
  193. border-right: 1px solid #DBECFF;
  194. height: 30px;
  195. }
  196. .ganttTabelControl{
  197. width: 100%;
  198. position: relative;
  199. }
  200. .ganttContextMenu {
  201. z-index: 10;
  202. width: 200px;
  203. cursor: pointer;
  204. font-family: Tahoma, Arial;
  205. font-size: 12px;
  206. border: 1px solid #b5bcc7;
  207. margin: 0px;
  208. padding: 0px;
  209. background-color: #fff;
  210. background-repeat: repeat-x;
  211. border-collapse: separate;
  212. border-spacing: 0 0;
  213. }
  214. .ganttContextMenuItem {
  215. background-image: url("images/menuHighlight.png");
  216. background-position:0px -40px;
  217. background-repeat:repeat-x;
  218. padding: 3px 10px 4px;
  219. height:18px;
  220. }
  221. .ganttContextMenuItemHover {
  222. border:solid 1px #769dc0;
  223. padding: 2px 9px 3px;
  224. background-color: #9dcfff;
  225. background-position:0px 0px;
  226. color:#000;
  227. }
  228. .ganttMenuDialogDescCell{
  229. width:150px;
  230. padding: 3px;
  231. border-bottom: 1px solid gray;
  232. text-align: center;
  233. }
  234. .ganttMenuDialogDescCellValue{
  235. width:150px;
  236. padding: 3px;
  237. border-bottom: 1px solid gray;
  238. text-align: center;
  239. }
  240. .ganttMenuDialogInputCellHeader{
  241. font-size:12px;
  242. font-family:Tahoma,Arial;
  243. font-weight: bold;
  244. padding: 10px 3px 5px;
  245. }
  246. .ganttMenuDialogInputCell{
  247. padding: 3px;
  248. }
  249. .ganttMenuDialogInputCellValue{
  250. padding: 3px;
  251. }
  252. .ganttHeaderCover {
  253. z-index: 999;
  254. position: absolute;
  255. }
  256. .ganttResourceHeader {
  257. font-family: Tahoma, Arial;
  258. background: url("images/resourceHeader.png") repeat scroll 0 0 transparent;
  259. color: black;
  260. padding: 3px 0px 0px 6px;
  261. height: 25px;
  262. font-weight: bold;
  263. position:relative;
  264. }
  265. .ganttResourceContent{
  266. position:relative;
  267. }
  268. .ganttTaskNameItem {
  269. font-family: Tahoma, Arial;
  270. font-size: 11px;
  271. font-weight: bold;
  272. color: #7D7D7D;
  273. white-space:nowrap;
  274. height:15px;
  275. z-index:1;
  276. position: absolute;
  277. left:20px;
  278. }
  279. .ganttMenuPanel{
  280. visibility:hidden;
  281. z-index:10;
  282. position:absolute;
  283. }
  284. .ganttDialogContentCell{
  285. width:300px;
  286. font-size:11px;
  287. font-family:Tahoma,Arial;
  288. }
  289. .ganttDialogContentHeader{
  290. font-size:12px;
  291. font-family:Tahoma,Arial;
  292. font-weight: bold;
  293. }
  294. .ganttOwnerNameItem {
  295. font-family: Tahoma, Arial;
  296. font-size: 11px;
  297. font-weight: bold;
  298. color: black;
  299. cursor:pointer;
  300. white-space:nowrap;
  301. height:15px;
  302. z-index:1;
  303. position: absolute;
  304. left:20px;
  305. }
  306. .ganttTaskBar {
  307. background: url("images/taskBar.png") repeat scroll 0 0 transparent;
  308. -moz-border-radius: 10px;
  309. z-index:1;
  310. position:absolute;
  311. }
  312. .ganttOwnerBar {
  313. z-index:1;
  314. position:absolute;
  315. }
  316. .ganttOwnerTaskBar {
  317. background: url("images/ownerBar.png") repeat scroll 0 0 transparent;
  318. border-top: solid 1px black;
  319. border-bottom: solid 1px black;
  320. position:absolute;
  321. top:0px;
  322. }
  323. .ganttRowHighlight {
  324. background: url("images/rowHighlight.png") repeat scroll 0 0 transparent;
  325. position: absolute;
  326. z-index: 1;
  327. }
  328. .ganttTaskPanel {
  329. background: url("images/bg.png") repeat scroll 0 0 transparent;
  330. overflow: hidden;
  331. position:relative;
  332. }
  333. .ganttOwnerPanel {
  334. overflow: hidden;
  335. position:relative;
  336. background: url("images/resourceBg.png") repeat scroll 0 0 transparent;
  337. }
  338. .ganttContent {
  339. margin: 15px 63px 0;
  340. }
  341. .ganttTaskLineVerticalLeft{
  342. border-width: 0px 0px 0px 1px;
  343. border-style: dotted;
  344. border-color: #86A3BE;
  345. margin: 0px;
  346. padding: 0px;
  347. z-index:10;
  348. position: absolute;
  349. }
  350. .ganttTaskLineHorizontalLeft{
  351. position: absolute;
  352. border-width: 1px 0px 0px 0px;
  353. font-size: 1px;
  354. border-style: dotted;
  355. border-color: #86A3BE;
  356. margin: 0px;
  357. padding: 0px;
  358. z-index:10;
  359. }
  360. .ganttTaskLineVerticalRight{
  361. border-width: 0px 0px 0px 1px;
  362. border-style: solid;
  363. border-color: #4A8F43;
  364. margin: 0px;
  365. padding: 0px;
  366. z-index:6;
  367. font-size: 1px;
  368. position: absolute;
  369. }
  370. .ganttTaskLineHorizontal{
  371. height:1px;
  372. border-color: #4A8F43;
  373. border-style: solid;
  374. border-width: 1px 0px 0px 0px;
  375. margin: 0px;
  376. padding: 0px;
  377. z-index:6;
  378. position: absolute;
  379. }
  380. .ganttTaskArrowImg{
  381. z-index:6;
  382. margin: 0px;
  383. padding: 0px;
  384. width:7px;
  385. height:14px;
  386. position: absolute;
  387. }
  388. .ganttTaskLineVerticalRightPlus{
  389. border-width: 0px 0px 0px 1px;
  390. border-style: solid;
  391. border-color: #519145;
  392. margin: 0px;
  393. padding: 0px;
  394. z-index:6;
  395. font-size: 1px;
  396. position: absolute;
  397. }
  398. .ganttTaskLineHorizontalPlus{
  399. height:1px;
  400. border-color: #519145;
  401. border-style: solid;
  402. border-width: 1px 0px 0px 0px;
  403. margin: 0px;
  404. padding: 0px;
  405. z-index:6;
  406. position: absolute;
  407. }
  408. .ganttTaskArrowImgPlus{
  409. z-index:6;
  410. margin: 0px;
  411. padding: 0px;
  412. width:7px;
  413. height:14px;
  414. position: absolute;
  415. }
  416. .ganttTaskItemControl{
  417. z-index:6;
  418. position:absolute;
  419. }
  420. .ganttTaskDivTaskItem{
  421. z-index:6;
  422. position: absolute;
  423. left:0px;
  424. top:0px;
  425. }
  426. .ganttTaskTblTaskItem{
  427. border: solid 1px #5FF55F;
  428. }
  429. .ganttTaskDivTaskInfo{
  430. text-align:center;
  431. font-size:9px;
  432. z-index:7;
  433. position: absolute;
  434. left:0px;
  435. top:0px;
  436. }
  437. .ganttTaskDivTaskName{
  438. z-index:7;
  439. position: absolute;
  440. left:0px;
  441. top:0px;
  442. }
  443. .ganttTaskDivMoveInput{
  444. visibility:hidden;
  445. width:1px;
  446. height:1px;
  447. }
  448. .ganttTaskDivResizeInput{
  449. visibility:hidden;
  450. width:1px;
  451. height:1px;
  452. }
  453. .ganttTaskDivResize{
  454. z-index:10;
  455. position: absolute;
  456. top:0px;
  457. }
  458. .ganttTaskTaskNameItem{
  459. font-family: Tahoma, Arial;
  460. cursor:pointer;
  461. white-space:nowrap;
  462. height:15px;
  463. z-index:6;
  464. position: absolute;
  465. left:20px;
  466. }
  467. .ganttTaskTaskNameItemHover{
  468. border-top: 1px solid black;
  469. border-bottom: 1px solid black;
  470. }
  471. .ganttTaskDescTask {
  472. font-family: Tahoma, Arial;
  473. font-size: 10px;
  474. color: #008000;
  475. cursor: default;
  476. white-space: nowrap;
  477. z-index:6;
  478. position:absolute;
  479. }
  480. .ganttTaskIdentifier{
  481. color:#7D7D7D;
  482. font-family:Tahoma,Arial;
  483. font-size:11px;
  484. font-weight:bold;
  485. border: solid 1px #7D7D7D;
  486. -moz-border-radius: 20px;
  487. -khtml-border-radius: 20px;
  488. -webkit-border-radius: 20px;
  489. border-radius: 20px;
  490. padding: 0px 3px;
  491. cursor:pointer;
  492. white-space:nowrap;
  493. height:14px;
  494. z-index:6;
  495. position:absolute;
  496. }
  497. .ganttTaskTreeImage{
  498. cursor: pointer;
  499. z-index:12;
  500. position: absolute;
  501. }
  502. .ganttResourceTableControl{
  503. width: 100%;
  504. position: relative;
  505. }
  506. .ganttResourceContentDataContainer{
  507. position:relative;
  508. overflow:scroll;
  509. border-left:#f1f3f1 1px solid;
  510. direction: ltr;
  511. }
  512. .ganttResourcePanelNames{
  513. position:relative;
  514. overflow:hidden;
  515. border-left:#f1f3f1 1px solid;
  516. border-bottom:#f1f3f1 1px solid;
  517. }
  518. .ganttResourceDivCell{
  519. position: relative;
  520. }
  521. .ganttResourceLineVerticalLeft{
  522. border-width: 0px 0px 0px 1px;
  523. border-style: dotted;
  524. border-color: #86A3BE;
  525. margin: 0px;
  526. padding: 0px;
  527. z-index:10;
  528. position: absolute;
  529. }
  530. .ganttResourceLineHorizontalLeft{
  531. z-index:10;
  532. height:1px;
  533. position: absolute;
  534. border-width: 1px 0px 0px 0px;
  535. font-size: 1px;
  536. border-style: dotted;
  537. border-color: #86A3BE;
  538. margin: 0px;
  539. padding: 0px;
  540. }
  541. .ganttResourceTreeImage{
  542. cursor: pointer;
  543. z-index:12;
  544. position: absolute;
  545. }
  546. .ganttResourcePanelNamesOwners{
  547. position:relative;
  548. background: url("images/resourceBg.png") repeat scroll 0 0 transparent;
  549. }
  550. .ganttImageProgressFilled{
  551. background: url("images/projProgressFilled.png") repeat scroll 0 0 transparent;
  552. }
  553. .ganttImageProgressBg{
  554. background: url("images/projProgressBg.png") repeat scroll 0 0 transparent;
  555. }
  556. .ganttImageTaskProgressFilled{
  557. background: url("images/taskProgressFilled.png") repeat scroll 0 0 transparent;
  558. }
  559. .ganttImageTaskProgressBg{
  560. background: url("images/taskProgressBg.png") repeat scroll 0 0 transparent;
  561. }
  562. .ganttImageTreeCollapse{
  563. background: url("images/collapse.png") no-repeat scroll 0 0 transparent;
  564. height: 9px;
  565. width: 9px;
  566. }
  567. .ganttImageTreeExpand{
  568. background: url("images/expand.png") no-repeat scroll 0 0 transparent;
  569. height: 9px;
  570. width: 9px;
  571. }
  572. .ganttImageArrow{
  573. background: url("images/taskArrow.gif") no-repeat scroll 0 0 transparent;
  574. }