123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- .timeSpanCell1
- {
- background-color: #ffffff;
- }
- .timeSpanCell2
- {
- background-color: #ddeedd;
- }
- .timeSpanCell3
- {
- background-color: #ffeeaa;
- }
- .selectedSchedulingClass
- {
- background-color: #e3fffc;
- }
- .schedulingHeader
- {
- width: 1296px;
- overflow-y: scroll;
- }
- .schedulingHeaderContainer
- {
- height: 22px;
- }
- .schedulingHeaderCellHeader
- {
- position: relative;
- border: 1px solid #d6d6d6;
- width: 98px;
- height: 20px;
- float: left;
- background-color: #e8e8e8;
- }
- .schedulingHeaderCell
- {
- position: relative;
- border: 1px solid #d6d6d6;
- width: 180px;
- height: 20px;
- cursor: pointer;
- line-height: 22px;
- text-align: center;
- float: left;
- background-color: #e8e8e8;
- }
- .schedulingRow
- {
- width: 1320px;
- height: 98px;
- }
- .schedulingCell
- {
- position: relative;
- border: 1px solid #d6d6d6;
- width: 180px;
- height: 98px;
- cursor: pointer;
- float: left;
- }
- .submittedSchedulingCell
- {
- background-color: #cccccc;
- }
- .schedulingCellHeader
- {
- position: relative;
- border: 1px solid #d6d6d6;
- width: 98px;
- height: 98px;
- line-height: 100px;
- text-align: center;
- white-space: nowrap;
- float: left;
- }
- .schedulingItem
- {
- position: relative;
- outline: 1px solid #e8e8e8;
- height: 98px;
- background-color: #e3fffc;
- float: left;
- }
- .schedulingItem.disabledItem
- {
- background-color: #cccccc;
- }
- .schedulingItemSelected
- {
- position: relative;
- outline: 1px dotted #e8e8e8;
- background-color: #fdb6c4;
- float: left;
- }
- .xDataTable td.usedSchedulingClass
- {
- background-color: #fdf8ad;
- }
- .xDataTable td.usedSchedulingClass.selectedSchedulingClass
- {
- background-color: #e3fffc;
- }
- .xDataTable td.finishedSchedulingClass
- {
- background-color: #b6fdc4;
- }
- .xDataTable td.finishedSchedulingClass.selectedSchedulingClass
- {
- background-color: #e3fffc;
- }
- .schedulingItemTitle
- {
- height: 98px;
- margin: 0px;
- overflow: hidden;
- padding: 2px;
- }
- .schedulingItemWeeks
- {
- height: 46px;
- word-wrap: break-word;
- word-break: normal;
- padding: 2px;
- }
-
- #dgEducationSchedulingClassList td
- {
- line-height: 26px;
- }
-
- .scheduleMenu
- {
- position: absolute;
- z-index: 110017;
- display: none;
- background-color: #ddd;
- border-color: #ddd;
- color: #444;
- width: 120px;
- }
- .scheduleMenu div
- {
- cursor: pointer;
- text-align: center;
- height: 30px;
- line-height: 30px;
- margin: 1px;
- background-color: #fafafa
- }
-
- .scheduleMenu div:hover
- {
- color: #ffffff;
- background-color: #444;
- }
-
- .schedulingHeaderContainer
- {
- overflow: hidden;
- }
- .schedulingCellHeaderContainer
- {
- overflow-x: scroll;
- overflow-y: hidden;
- float: left;
- }
- .schedulingCellContainer
- {
- overflow: scroll;
- }
|