sch-all.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  1. /*
  2. Ext Scheduler 2.1.6
  3. Copyright(c) 2009-2012 Bryntum AB
  4. http://bryntum.com/contact
  5. http://bryntum.com/license
  6. */
  7. .sch-clockwrap {
  8. position: relative;
  9. overflow: hidden
  10. }
  11. .sch-clock {
  12. position: absolute;
  13. background: url(../images/clock-bare.png) no-repeat left top !important;
  14. height: 20px;
  15. width: 21px;
  16. white-space: nowrap;
  17. display: inline-block;
  18. text-indent: -100px
  19. }
  20. .sch-day-resolution .sch-clock {
  21. background: url(../images/calendar-bg.png) no-repeat left top !important
  22. }
  23. .sch-clock-text {
  24. margin-left: 25px;
  25. padding-bottom: 5px;
  26. padding-top: 2px;
  27. display: inline-block;
  28. white-space: nowrap
  29. }
  30. .sch-day-resolution .sch-clock .sch-hourIndicator {
  31. width: 22px;
  32. position: static !important;
  33. background-color: transparent;
  34. font-size: 7px;
  35. text-align: center;
  36. color: #fff;
  37. height: 7px;
  38. text-indent: 0;
  39. margin-top: -1px;
  40. text-shadow: rgba(200, 200, 200, .2) 0 -1px 0;
  41. transform: none !important;
  42. -moz-transform: none !important;
  43. -webkit-transform: none !important;
  44. -o-transform: none !important;
  45. filter: none !important;
  46. -ms-filter: none !important
  47. }
  48. .sch-day-resolution .sch-clock .sch-minuteIndicator {
  49. color: #555;
  50. width: 22px;
  51. position: static !important;
  52. height: 16px;
  53. background-color: transparent;
  54. font-size: 10px;
  55. text-align: center;
  56. text-indent: 0;
  57. text-shadow: rgba(0, 0, 0, .2) 0 -1px 0;
  58. transform: none !important;
  59. -moz-transform: none !important;
  60. -webkit-transform: none !important;
  61. -o-transform: none !important;
  62. filter: none !important;
  63. -ms-filter: none !important
  64. }
  65. .sch-clock .sch-hourIndicator {
  66. overflow: hidden;
  67. background: #000;
  68. position: absolute;
  69. left: 10px;
  70. top: 4px;
  71. width: 2px;
  72. height: 6px;
  73. transform-origin: 50% 100%;
  74. -o-transform-origin: 50% 100%;
  75. -moz-transform-origin: 50% 100%;
  76. -webkit-transform-origin: 50% 100%
  77. }
  78. .sch-clock .sch-minuteIndicator {
  79. overflow: hidden;
  80. background: #4e5252;
  81. position: absolute;
  82. left: 10px;
  83. top: 3px;
  84. width: 2px;
  85. height: 7px;
  86. transform-origin: 50% 100%;
  87. -o-transform-origin: 50% 100%;
  88. -moz-transform-origin: 50% 100%;
  89. -webkit-transform-origin: 50% 100%
  90. }
  91. .sch-schedulerpanel .x-grid-header-ct .x-box-inner {
  92. overflow: visible
  93. }
  94. .sch-timeaxiscolumn .x-column-header-inner {
  95. padding: 0
  96. }
  97. .sch-header-row .sch-column-header,.sch-timeaxiscolumn .sch-timeheader {
  98. padding: 0 6px
  99. }
  100. .sch-header-row td {
  101. font-size: 11px;
  102. line-height: 22px !important
  103. }
  104. .sch-header-row {
  105. table-layout: fixed;
  106. border-top: 1px solid #c5c5c5
  107. }
  108. .x-ie .sch-header-row {
  109. margin-left: -1px
  110. }
  111. .x-strict .x-ie6 .sch-header-row,.x-strict .x-ie7 .sch-header-row,.x-border-box .sch-header-row
  112. {
  113. margin-left: 0
  114. }
  115. .x-quirks .sch-header-row {
  116. border-right: 1px solid
  117. }
  118. .x-border-box .x-ie9 .x-grid-header-ct {
  119. padding-left: 0
  120. }
  121. .sch-header-single-row .x-group-sub-header {
  122. border-top-width: 0 !important
  123. }
  124. .x-webkit .sch-column-header .x-column-header-inner {
  125. height: 22px;
  126. white-space: normal
  127. }
  128. .x-ie .sch-column-header .x-column-header-inner {
  129. position: static;
  130. overflow: hidden
  131. }
  132. .sch-event {
  133. border: 1px solid #aaa;
  134. background: lightblue url(../images/transp-1px.png) repeat-x left top;
  135. position: absolute;
  136. overflow: hidden;
  137. cursor: pointer;
  138. z-index: 3
  139. }
  140. div.sch-event-fixed {
  141. cursor: default
  142. }
  143. .sch-event-inner {
  144. overflow: hidden;
  145. height: 100%;
  146. white-space: nowrap;
  147. margin-left: 3px;
  148. margin-right: 5px;
  149. margin-top: 2px
  150. }
  151. .sch-event-withicon .sch-event-inner {
  152. padding-left: 19px;
  153. height: 16px
  154. }
  155. .sch-schedulerpanel .sch-event-endsoutside {
  156. border-right: 0 none;
  157. -moz-border-radius-topright: 0 !important;
  158. -moz-border-radius-bottomright: 0 !important;
  159. -webkit-border-radius-top-right: 0 !important;
  160. -webkit-border-radius-bottom-right: 0 !important;
  161. -ms-border-radius-top-right: 0 !important;
  162. -ms-border-radius-bottom-right: 0 !important;
  163. border-top-right-radius: 0 !important;
  164. border-bottom-right-radius: 0 !important
  165. }
  166. .sch-schedulerpanel .sch-event-startsoutside {
  167. border-left: 0 none;
  168. -moz-border-radius-topleft: 0 !important;
  169. -moz-border-radius-bottomleft: 0 !important;
  170. -webkit-border-radius-top-left: 0 !important;
  171. -webkit-border-radius-bottom-left: 0 !important;
  172. -ms-border-radius-top-left: 0 !important;
  173. -ms-border-radius-bottom-left: 0 !important;
  174. border-top-left-radius: 0 !important;
  175. border-bottom-left-radius: 0 !important
  176. }
  177. div.sch-event-selected {
  178. border-color: red;
  179. -webkit-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  180. -moz-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  181. box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5)
  182. }
  183. div.sch-event-hover {
  184. border-color: #888
  185. }
  186. .sch-dragcreator-proxy {
  187. position: absolute;
  188. left: 0;
  189. top: 0;
  190. width: 0;
  191. border: 1px solid #39b;
  192. cursor: auto !important;
  193. opacity: .5;
  194. filter: alpha(opacity = 50);
  195. zoom: 1;
  196. background-color: #c3daf9;
  197. z-index: 10000;
  198. -moz-transition-property: none !important;
  199. -webkit-transition-property: none !important;
  200. -ms-transition-property: none !important;
  201. transition-property: none !important
  202. }
  203. .sch-dd-cellover {
  204. background: url(../images/altrow.png) repeat
  205. }
  206. .sch-dd-newtime {
  207. font-weight: bold;
  208. color: #274490;
  209. display: block;
  210. margin: 0 0 5px 4px
  211. }
  212. .sch-dragproxy {
  213. background: none !important;
  214. overflow: visible !important;
  215. height: 1px;
  216. width: 1px
  217. }
  218. .sch-dragproxy .sch-event {
  219. opacity: .6;
  220. filter: alpha(opacity = 60);
  221. cursor: pointer
  222. }
  223. .sch-dragproxy .x-resizable-handle,.sch-dragproxy .x-dd-drop-icon {
  224. display: none !important
  225. }
  226. .sch-dragproxy .x-dd-drag-ghost {
  227. background-color: transparent;
  228. border: 0 none;
  229. padding: 0;
  230. white-space: nowrap
  231. }
  232. .sch-resizable-handle {
  233. position: absolute;
  234. visibility: hidden;
  235. overflow: hidden
  236. }
  237. .sch-horizontal .sch-resizable-handle {
  238. background: transparent url(../images/resize-handle-hor.gif) no-repeat
  239. center center
  240. }
  241. .sch-vertical .sch-resizable-handle {
  242. background: transparent url(../images/resize-handle-ver.gif) no-repeat
  243. center center
  244. }
  245. .sch-horizontal .sch-resizable-handle-start,.sch-horizontal .sch-resizable-handle-end
  246. {
  247. width: 7px;
  248. height: 100%;
  249. top: 0
  250. }
  251. .sch-horizontal .sch-resizable-handle-start {
  252. cursor: w-resize;
  253. left: 0
  254. }
  255. .sch-horizontal .sch-resizable-handle-end {
  256. cursor: e-resize;
  257. right: 0;
  258. padding-right: 2px
  259. }
  260. .sch-vertical .sch-resizable-handle {
  261. width: 100%;
  262. cursor: n-resize;
  263. height: 6px;
  264. background-position: center 3px;
  265. left: 0
  266. }
  267. .sch-vertical .sch-resizable-handle-start {
  268. background-position: center 2px;
  269. top: 0
  270. }
  271. .sch-vertical .sch-resizable-handle-end {
  272. background-position: center 1px;
  273. bottom: 0
  274. }
  275. .sch-event-endsoutside .sch-resizable-handle-end,.sch-event-startsoutside .sch-resizable-handle-start,.sch-schedulerview-readonly .sch-resizable-handle,.sch-event-resizable-false .sch-resizable-handle,.sch-event-resizable-start .sch-resizable-handle-end,.sch-event-resizable-end .sch-resizable-handle-start
  276. {
  277. display: none !important
  278. }
  279. .sch-event .x-resizable-handle {
  280. background: 0
  281. }
  282. .sch-event-hover .sch-resizable-handle {
  283. visibility: visible
  284. }
  285. .sch-nested-hdr-tbl {
  286. width: 100%;
  287. table-layout: fixed
  288. }
  289. .sch-nested-hdr-tbl td {
  290. white-space: nowrap;
  291. border-left: 1px solid #dcdcdc;
  292. border-right: 1px solid #c0c0c0;
  293. text-align: center;
  294. font: 11px tahoma, arial, helvetica, sans-serif
  295. }
  296. .sch-header-row .x-column-header-inner,.sch-timeheader {
  297. padding-top: 3px !important;
  298. padding-bottom: 3px !important
  299. }
  300. .sch-nested-hdr-nopad {
  301. padding: 0 !important
  302. }
  303. .sch-nested-hdr-nopad td {
  304. text-align: center;
  305. height: 21px
  306. }
  307. .sch-nested-hdr-pad td {
  308. text-align: left;
  309. border: 0 none
  310. }
  311. .sch-nested-hdr-pad .x-grid-hd-inner {
  312. padding-left: 2px !important;
  313. padding-right: 2px !important
  314. }
  315. .sch-nested-hdr-pad td {
  316. text-align: left;
  317. border: 0 none
  318. }
  319. .sch-hdr-startend .sch-hdr-start {
  320. float: left
  321. }
  322. .sch-hdr-startend .sch-hdr-end {
  323. float: right
  324. }
  325. td.sch-nested-hdr-cell-first {
  326. border-left: 0 none
  327. }
  328. td.sch-nested-hdr-cell-last {
  329. border-right: 0 none
  330. }
  331. .sch-simple-timeaxis .x-column-header-inner {
  332. padding: 0
  333. }
  334. .sch-simple-timeaxis .sch-column-header {
  335. padding: 0;
  336. height: 22px
  337. }
  338. .sch-simple-timeaxis .sch-simple-timeheader {
  339. white-space: nowrap;
  340. overflow: hidden;
  341. padding: 0 6px
  342. }
  343. .sch-simple-timeaxis .sch-header-row-compact .sch-simple-timeheader {
  344. padding: 0 1px;
  345. font-size: 80%;
  346. height: 22px
  347. }
  348. .x-chrome .sch-simple-timeaxis .sch-header-row-compact .sch-simple-timeheader
  349. {
  350. line-height: 24px
  351. }
  352. .x-safari .sch-simple-timeaxis .sch-header-row-compact .sch-simple-timeheader
  353. {
  354. padding: 0
  355. }
  356. .sch-event-tools {
  357. border: thin solid #8eaace;
  358. background: #e9f2ff;
  359. padding: 3px;
  360. -webkit-border-radius: 3px;
  361. -moz-border-radius: 3px;
  362. border-radius: 3px;
  363. -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  364. -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  365. box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  366. z-index: 10
  367. }
  368. .sch-tool {
  369. float: left
  370. }
  371. .sch-tool img {
  372. width: 18px;
  373. height: 18px;
  374. padding: 1px;
  375. margin: 1px;
  376. cursor: pointer;
  377. overflow: hidden;
  378. background-position: center center;
  379. background-repeat: no-repeat
  380. }
  381. .sch-tool-over img {
  382. background-color: rgba(255, 255, 255, 0.5);
  383. border: 0 transparent;
  384. -webkit-border-radius: 3px;
  385. -moz-border-radius: 3px;
  386. border-radius: 3px;
  387. -webkit-box-shadow: 0 0 2px 0 rgba(220, 127, 0, 1);
  388. -moz-box-shadow: 0 0 2px 0 rgba(220, 127, 0, 1);
  389. box-shadow: 0 0 2px 0 rgba(220, 127, 0, 1)
  390. }
  391. .sch-drag-selector {
  392. z-index: 5000
  393. }
  394. .sch-eventeditor {
  395. background: #fff;
  396. z-index: 5000;
  397. top: -1000px;
  398. left: -1000px;
  399. -webkit-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  400. -moz-box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  401. box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  402. -moz-border-radius-bottomleft: 11px;
  403. -moz-border-radius-bottomright: 11px;
  404. -moz-border-radius-topright: 11px;
  405. -webkit-border-bottom-right-radius: 11px;
  406. -webkit-border-bottom-left-radius: 11px;
  407. -webkit-border-top-right-radius: 11px;
  408. border: 1px solid #ddd
  409. }
  410. .sch-eventeditor .x-border-layout-ct {
  411. background: transparent
  412. }
  413. .sch-eventeditor-timefields {
  414. background: transparent
  415. }
  416. .sch-eventeditor-timefields .x-panel-body {
  417. -moz-border-radius-topright: 11px;
  418. -webkit-border-top-right-radius: 11px;
  419. background: #dfe8f6;
  420. border-bottom: 1px solid #ddd;
  421. padding: 7px;
  422. padding-top: 5px
  423. }
  424. .sch-eventeditor-timefields .x-box-inner {
  425. height: 100% !important;
  426. width: 100% !important
  427. }
  428. .sch-eventeditor.x-panel-collapsed {
  429. border: 0 none
  430. }
  431. .sch-eventeditor .x-toolbar-footer {
  432. padding-bottom: 5px
  433. }
  434. .sch-timeline {
  435. cursor: pointer;
  436. height: 100%;
  437. position: absolute;
  438. border-style: dotted;
  439. border-color: #aaa;
  440. border-width: 0 0 0 1px;
  441. overflow: hidden;
  442. z-index: 4;
  443. margin-left: -1px
  444. }
  445. .sch-vertical .sch-timeline {
  446. border-width: 1px 0 0 0
  447. }
  448. div.sch-timeline:hover {
  449. border-style: solid !important
  450. }
  451. .sch-schedulerpanel .x-grid-group-hd {
  452. position: relative;
  453. z-index: 101
  454. }
  455. .x-ie .sch-timeline,.x-webkit .sch-timeline {
  456. margin-left: 0
  457. }
  458. .x-safari .sch-timeline {
  459. margin-left: 1px
  460. }
  461. .sch-ruler {
  462. width: 1px;
  463. height: 100%;
  464. position: absolute;
  465. left: 0;
  466. top: 0;
  467. border-left: 1px dotted #aaa;
  468. z-index: 101
  469. }
  470. .sch-zone {
  471. height: 100%;
  472. position: absolute;
  473. left: 0;
  474. top: 0;
  475. background: url(../images/zonebg.png) repeat;
  476. overflow: hidden
  477. }
  478. .x-ie .sch-schedulerpanel .x-grid-body {
  479. position: relative;
  480. z-index: 2
  481. }
  482. .x-safari .sch-zone {
  483. margin-left: 1px
  484. }
  485. .x-gecko .sch-zone {
  486. margin-left: -1px
  487. }
  488. .sch-resourcezone {
  489. position: absolute;
  490. left: 0;
  491. top: 0;
  492. overflow: hidden
  493. }
  494. .sch-column-line {
  495. border-left: 1px solid #EEE;
  496. height: 100%;
  497. position: absolute;
  498. overflow: hidden;
  499. margin-left: -1px;
  500. z-index: 0
  501. }
  502. .x-webkit .sch-column-line {
  503. margin-left: 0
  504. }
  505. .x-ie .sch-column-line {
  506. z-index: -1;
  507. margin-left: 0
  508. }
  509. .x-safari .sch-column-line {
  510. margin-left: 1px
  511. }
  512. .sch-vertical .sch-column-line {
  513. visibility: hidden
  514. }
  515. .sch-print-header-wrap * {
  516. background: transparent none !important
  517. }
  518. .sch-print-ct {
  519. overflow: visible !important
  520. }
  521. .sch-print-ct .x-grid-inner-locked {
  522. border-right-color: #99bce8
  523. }
  524. .sch-print-headerbg {
  525. position: absolute;
  526. left: 0;
  527. width: 0;
  528. border-left: 1px solid #eee
  529. }
  530. .sch-print-normalheader {
  531. position: absolute;
  532. top: 0;
  533. z-index: 1
  534. }
  535. .sch-print-lockedheader {
  536. z-index: 2
  537. }
  538. .sch-print-locked-rows-ct {
  539. z-index: 2;
  540. float: left
  541. }
  542. .sch-print-locked-rows-ct {
  543. position: absolute;
  544. top: 0
  545. }
  546. div.sch-print-normal-rows-ct {
  547. overflow-x: hidden !important
  548. }
  549. div.sch-print-normal-rows-ct {
  550. position: absolute !important;
  551. top: 0
  552. }
  553. .sch-print-fake-background .sch-event {
  554. overflow: visible !important;
  555. background: 0;
  556. width: 0 !important;
  557. border-right-style: solid
  558. }
  559. .sch-print-fake-background .sch-event-inner {
  560. overflow: visible !important;
  561. z-index: 10000;
  562. position: absolute;
  563. left: 0
  564. }
  565. @media print {
  566. body {
  567. margin: 0 !important;
  568. padding: 0 !important
  569. }
  570. }
  571. .sch-tip-ok {
  572. padding-left: 20px;
  573. background: url(../images/drop-yes.gif) no-repeat left top
  574. }
  575. .sch-tip-notok {
  576. padding-left: 20px;
  577. background: url(../images/drop-no.gif) no-repeat left top
  578. }
  579. .sch-tooltip-enddate {
  580. padding-top: 2px
  581. }
  582. .sch-groupingsummary .x-grid-group-collapsed {
  583. position: relative;
  584. border-bottom: 2px solid #99bbe8;
  585. min-height: 22px
  586. } /*\*/
  587. * html .sch-groupingsummary .x-grid-group-collapsed {
  588. height: 22px
  589. }
  590. .sch-groupingsummary .x-grid-group-collapsed .x-grid-row {
  591. height: 4px !important;
  592. background-color: transparent !important;
  593. background-image: none !important;
  594. border-color: transparent !important
  595. }
  596. .sch-groupingsummary .x-grid-group-collapsed .x-grid-row .sch-event {
  597. height: 2px !important;
  598. -webkit-box-shadow: none;
  599. -moz-box-shadow: none;
  600. -moz-border-radius: 0;
  601. -webkit-border-radius: 0;
  602. border-bottom: 0 !important;
  603. border-top: 0 !important;
  604. top: 0;
  605. padding: 0 !important
  606. }
  607. .sch-groupingsummary .x-grid-group-collapsed .x-grid-group-body {
  608. display: block;
  609. padding-top: 2px
  610. }
  611. .sch-schedulerpanel .x-grid-group-hd {
  612. white-space: nowrap
  613. }
  614. .sch-groupingsummary .x-grid-group-hd {
  615. padding-top: 0 !important
  616. }
  617. .sch-groupingsummary .x-grid-group-collapsed .x-grid-group-hd {
  618. position: absolute;
  619. border-bottom: 0 none;
  620. z-index: 200;
  621. top: 0;
  622. left: 0;
  623. height: 100%
  624. }
  625. .sch-groupingsummary .x-grid-group-collapsed td.x-grid-col {
  626. height: 2px !important;
  627. border-bottom: 0 !important;
  628. border-top: 0 !important;
  629. text-indent: -10000px;
  630. border-right: 1px none !important
  631. }
  632. .sch-groupingsummary .x-grid-group-collapsed .x-grid-cell-inner {
  633. height: 2px !important;
  634. padding: 0 !important
  635. } /**/
  636. .sch-schedulerview .x-grid-group-title {
  637. visibility: hidden
  638. }
  639. .x-ie .sch-horizontal .sch-timelineview .x-grid-cell-first {
  640. z-index: 100
  641. }
  642. .x-ie7 .sch-horizontal .sch-timelineview td .x-grid-cell-inner {
  643. height: auto !important
  644. }
  645. .x-ie .sch-horizontal .sch-timelineview td.sch-singletimetd {
  646. z-index: 0;
  647. background-image: url(../images/1px.png)
  648. }
  649. .x-webkit .sch-horizontal td.sch-singletimetd {
  650. z-index: 1;
  651. position: relative
  652. }
  653. .sch-horizontal .sch-timelineview .x-grid-row-alt td {
  654. background-color: transparent;
  655. background-image: url(../images/altrow.png);
  656. background-repeat: repeat
  657. }
  658. .sch-horizontal-animated-rows .x-grid-row {
  659. -moz-transition-property: height;
  660. -moz-transition-duration: .4s;
  661. -webkit-transition-property: height;
  662. -webkit-transition-duration: .4s;
  663. -ms-transition-property: height;
  664. -ms-transition-duration: .4s;
  665. transition-property: height;
  666. transition-duration: .4s
  667. }
  668. .sch-horizontal .sch-timelineview td .x-grid-cell-inner {
  669. height: 100%
  670. }
  671. .sch-locked-buffered-spacer {
  672. position: absolute;
  673. top: 100%;
  674. width: 1px
  675. }
  676. .sch-timelinetreeview .x-grid-row .x-grid-cell-inner {
  677. cursor: default
  678. }
  679. .x-ie .sch-timelineview .sch-timetd .x-grid-cell-inner {
  680. padding-left: 0
  681. }
  682. .x-ie7 .sch-timelineview .sch-timetd .x-grid-cell-inner {
  683. padding: 0 6px 0 0
  684. }
  685. .sch-timelineview .x-grid-row td.sch-timetd {
  686. overflow: visible;
  687. background-color: transparent;
  688. border-top-color: transparent
  689. }
  690. .x-ie .sch-timelineview td.sch-timetd {
  691. position: relative
  692. }
  693. .sch-timelineview td.sch-singletimetd {
  694. overflow: hidden
  695. }
  696. td.sch-timetd .x-grid-cell-inner {
  697. overflow: visible !important;
  698. position: relative;
  699. text-align: left !important
  700. }
  701. .sch-timelineview table {
  702. position: relative
  703. }
  704. .sch-animations-enabled .sch-resourcezone,.sch-animations-enabled .sch-timeline,.sch-animations-enabled .sch-zone
  705. {
  706. -moz-transition-property: width, left, top, height;
  707. -moz-transition-duration: .4s;
  708. -webkit-transition-property: width, left, top, height;
  709. -webkit-transition-duration: .4s;
  710. -ms-transition-property: width, left, top, height;
  711. -ms-transition-duration: .4s;
  712. transition-property: width, left, top, height;
  713. transition-duration: .4s
  714. }
  715. .sch-timeline-horizontal-scroll {
  716. overflow-x: scroll !important
  717. }
  718. .sch-vertical .x-grid-inner-locked .x-grid-cell {
  719. background: #f9f9f9
  720. }
  721. .sch-vertical .x-grid-inner-locked .x-grid-cell-inner {
  722. color: #666;
  723. padding: 0 3px
  724. }
  725. .sch-vertical .sch-timetd {
  726. border-top-color: transparent
  727. }
  728. .sch-vertical .sch-animations-enabled .sch-event {
  729. -moz-transition-property: width, left;
  730. -moz-transition-duration: .4s;
  731. -webkit-transition-property: width, left;
  732. -webkit-transition-duration: .4s;
  733. -ms-transition-property: width, left;
  734. -ms-transition-duration: .4s;
  735. transition-property: width, left;
  736. transition-duration: .4s
  737. }
  738. .sch-vertical .sch-schedulerview .x-grid-cell-inner {
  739. height: 100%
  740. }
  741. .sch-vertical .sch-schedulerview td.sch-timetd {
  742. background: transparent
  743. }
  744. .sch-vertical .sch-schedulerview td.sch-col-alt {
  745. background: transparent url(../images/altrow.png) repeat
  746. }
  747. .sch-vertical .x-grid-inner-locked .x-grid-row-over .x-grid-cell {
  748. background-color: #f9f9f9;
  749. border-color: #fafafa #EDEDEd #ededed
  750. }
  751. .sch-vertical .x-grid-inner-locked .x-column-header-text {
  752. background-image: none
  753. }
  754. .x-quirks .x-ie .sch-vertical .sch-timetd {
  755. position: static
  756. }