You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
1.7 KiB
120 lines
1.7 KiB
.claro .dojoxCalendarMatrixView { |
|
cursor: default; |
|
-webkit-user-select: none; |
|
} |
|
|
|
.claro .dojoxCalendarMatrixView .dojoxCalendarEvent { |
|
font-size: 11px; |
|
} |
|
|
|
.claro .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarHorizontal.Calendar2 .bg { |
|
background: #2095B4; |
|
} |
|
|
|
.claro .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarHorizontal.Calendar2.Hovered .bg { |
|
background: #24A5C8; |
|
} |
|
|
|
.claro .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarHorizontal.Calendar2.Selected .bg { |
|
background: #166B81; |
|
} |
|
|
|
html, body { |
|
margin: 0; |
|
padding: 0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
#formDiv { |
|
position:absolute; |
|
left:10px; |
|
width: 250px; |
|
top: 0; |
|
bottom: 0; |
|
margin-bottom: 10px; |
|
overflow-y: auto; |
|
} |
|
|
|
.formPanel { |
|
width: 230px; |
|
margin-top: 10px; |
|
} |
|
|
|
#formDiv table { |
|
width: 100%; |
|
} |
|
|
|
.formTable td:first-child { |
|
text-align: right; |
|
padding-right: 10px; |
|
font-size: 0.9em; |
|
} |
|
|
|
.smallText { |
|
font-size:0.9em; |
|
} |
|
|
|
.disabled{ |
|
color: #CCCCCC; |
|
} |
|
|
|
#calendarNode { |
|
position:absolute; |
|
left:270px; |
|
right:10px; |
|
top:10px; |
|
bottom:120px; |
|
} |
|
|
|
#eventLogPane { |
|
position:absolute; |
|
left:270px; |
|
right:10px; |
|
height: 100px; |
|
bottom:10px; |
|
} |
|
|
|
#logTableContainer{ |
|
width:100%; |
|
height:100%; |
|
overflow-y:auto; |
|
} |
|
|
|
#eventLogPane .dijitTitlePaneTitle{ |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
height: 20px |
|
} |
|
|
|
#eventLogPane .dijitTitlePaneContentOuter{ |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
top: 25px; |
|
bottom: 0; |
|
} |
|
|
|
#eventLogPane .dijitTitlePaneContentInner{ |
|
position: relative; |
|
width: 100%; |
|
height: 100%; |
|
padding: 0; |
|
} |
|
|
|
#eventLogPane .dijitReset{ |
|
position: relative; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
#eventLogPane .dijitArrowNode{ |
|
display: none; |
|
} |
|
|
|
#logTable{ |
|
width: 100%; |
|
position:relative; |
|
}
|
|
|