dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
133 lines (111 loc) • 2.01 kB
CSS
.claro .dojoxCalendarMonthColumnView {
cursor: default;
-webkit-user-select: none;
}
.claro .dojoxCalendarMonthColumnView .dojoxCalendarEventContainer {
position: absolute;
overflow: hidden;
-moz-user-select: none;
-webkit-user-select: none;
khtml-user-select: none;
user-select: none;
font-weight: bold;
border-radius: 5px;
}
.claro .dojoxCalendarMonthColumnView .dojoxCalendarEvent {
font-size: 90%;
font-family: Tahoma, serifSansSerifMonospace;
}
.claro .dojoxCalendarMonthColumnView .dojoxCalendarEvent.Calendar2 .bg {
background: #2095B4;
}
.claro .dojoxCalendarMonthColumnView .dojoxCalendarEvent.Calendar2.Hovered .bg {
background: #24A5C8;
}
.claro .dojoxCalendarMonthColumnView .dojoxCalendarEvent.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;
}