123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- .taskTip
- {
- font-size:11px;
- }
- .sch-column-header:hover
- {
- background-color: #AACCF6;
- background-image: -moz-linear-gradient(center top , #EBF3FD, #EBF3FD 39%, #D9E8FB 40%, #D9E8FB);
- border-left-color: #AACCF6;
- border-right-color: #AACCF6;
- cursor:pointer;
- }
- .taskTip td
- {
- width:70px;
- }
- @-webkit-keyframes glow {
- 0% {
- -webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
- }
- 100% {
- -webkit-box-shadow: 0;
- }
- }
- .sch-gantt-critical-chain .x-grid-row-selected .sch-gantt-item,
- .sch-dependency-selected
- {
- -webkit-animation-name: glow;
- -webkit-animation-iteration-count : infinite;
- -webkit-animation-duration: 0.8s;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: ease-in-out;
- -moz-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
- }
- .togglebutton
- {
- background: url(images/checkbox.gif) no-repeat 0 0 !important;
- }
- .x-btn-pressed .togglebutton
- {
- background-position:0 -16px !important;
- }
- .action
- {
- background: url(images/play.png) no-repeat 0 0 !important;
- }
- .sch-ganttpanel .x-table-layout-cell
- {
- text-align:left;
- }
- .zoomfit
- {
- background:url(images/zoom-fit.png) no-repeat left center !important;
- }
- .icon-fullscreen
- {
- background:url(images/monitor.png) no-repeat left center !important;
- }
- .icon-collapseall
- {
- background:url(images/up.png) no-repeat left center !important;
- }
- .icon-expandall
- {
- background:url(images/down.png) no-repeat left center !important;
- }
- .LowPrio
- {
- border-color:#555;
- background-color:#bbb;
- }
- .LowPrio .sch-gantt-progress-bar
- {
- background-color:#ddd;
- }
- .percent
- {
- margin:0 auto;
- width:18px;
- border:1px solid #3172D7;
- background:Aqua;
- border-radius:2px;
- height:9px;
- overflow:hidden;
- text-align:left;
- }
- .percent div
- {
- background:blue;
- height:3px;
- margin-top:2px;
- overflow:hidden;
- }
- .percent25 div
- {
- width:25%;
- }
- .percent50 div
- {
- width:50%;
- }
- .percent75 div
- {
- width:75%;
- }
- /* Ext layout bug correction */
- .sch-ganttpanel .x-region-collapsed-right-placeholder
- {
- border-top:0 none;
- border-bottom:0 none;
- padding-top:4px;
- }
- .sch-ganttpanel .x-grid-cell
- {
- background:transparent;
- }
- .sch-ganttpanel .x-grid-inner-locked .x-grid-row:nth-child(odd)
- {
- background: url("../images/altrow.png") repeat-x scroll 0 0 transparent;
- }
- .sch-column-color .x-grid-cell-inner
- {
- padding: 0;
- }
- .color-column-inner
- {
- border-radius: 10px;
- height: 20px;
- margin-left: 15px;
- width: 20px;
- border: 1px solid #D0D0D0;
- }
- .gnt-locked-colormenu .x-menu-item-link
- {
- padding-top: 3px;
- padding-left: 3px;
- }
|