advanced.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .taskTip
  2. {
  3. font-size:11px;
  4. }
  5. .sch-column-header:hover
  6. {
  7. background-color: #AACCF6;
  8. background-image: -moz-linear-gradient(center top , #EBF3FD, #EBF3FD 39%, #D9E8FB 40%, #D9E8FB);
  9. border-left-color: #AACCF6;
  10. border-right-color: #AACCF6;
  11. cursor:pointer;
  12. }
  13. .taskTip td
  14. {
  15. width:70px;
  16. }
  17. @-webkit-keyframes glow {
  18. 0% {
  19. -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
  20. }
  21. 100% {
  22. -webkit-box-shadow: 0;
  23. }
  24. }
  25. .sch-gantt-critical-chain .x-grid-row-selected .sch-gantt-item,
  26. .sch-dependency-selected
  27. {
  28. -webkit-animation-name: glow;
  29. -webkit-animation-iteration-count : infinite;
  30. -webkit-animation-duration: 0.8s;
  31. -webkit-animation-direction: alternate;
  32. -webkit-animation-timing-function: ease-in-out;
  33. -moz-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
  34. }
  35. .togglebutton
  36. {
  37. background: url(images/checkbox.gif) no-repeat 0 0 !important;
  38. }
  39. .x-btn-pressed .togglebutton
  40. {
  41. background-position:0 -16px !important;
  42. }
  43. .action
  44. {
  45. background: url(images/play.png) no-repeat 0 0 !important;
  46. }
  47. .sch-ganttpanel .x-table-layout-cell
  48. {
  49. text-align:left;
  50. }
  51. .zoomfit
  52. {
  53. background:url(images/zoom-fit.png) no-repeat left center !important;
  54. }
  55. .icon-fullscreen
  56. {
  57. background:url(images/monitor.png) no-repeat left center !important;
  58. }
  59. .icon-collapseall
  60. {
  61. background:url(images/up.png) no-repeat left center !important;
  62. }
  63. .icon-expandall
  64. {
  65. background:url(images/down.png) no-repeat left center !important;
  66. }
  67. .LowPrio
  68. {
  69. border-color:#555;
  70. background-color:#bbb;
  71. }
  72. .LowPrio .sch-gantt-progress-bar
  73. {
  74. background-color:#ddd;
  75. }
  76. .percent
  77. {
  78. margin:0 auto;
  79. width:18px;
  80. border:1px solid #3172D7;
  81. background:Aqua;
  82. border-radius:2px;
  83. height:9px;
  84. overflow:hidden;
  85. text-align:left;
  86. }
  87. .percent div
  88. {
  89. background:blue;
  90. height:3px;
  91. margin-top:2px;
  92. overflow:hidden;
  93. }
  94. .percent25 div
  95. {
  96. width:25%;
  97. }
  98. .percent50 div
  99. {
  100. width:50%;
  101. }
  102. .percent75 div
  103. {
  104. width:75%;
  105. }
  106. /* Ext layout bug correction */
  107. .sch-ganttpanel .x-region-collapsed-right-placeholder
  108. {
  109. border-top:0 none;
  110. border-bottom:0 none;
  111. padding-top:4px;
  112. }
  113. .sch-ganttpanel .x-grid-cell
  114. {
  115. background:transparent;
  116. }
  117. .sch-ganttpanel .x-grid-inner-locked .x-grid-row:nth-child(odd)
  118. {
  119. background: url("../images/altrow.png") repeat-x scroll 0 0 transparent;
  120. }
  121. .sch-column-color .x-grid-cell-inner
  122. {
  123. padding: 0;
  124. }
  125. .color-column-inner
  126. {
  127. border-radius: 10px;
  128. height: 20px;
  129. margin-left: 15px;
  130. width: 20px;
  131. border: 1px solid #D0D0D0;
  132. }
  133. .gnt-locked-colormenu .x-menu-item-link
  134. {
  135. padding-top: 3px;
  136. padding-left: 3px;
  137. }