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.
58 lines (43 loc) • 1.73 kB
text/less
@import "ColumnViewCommon.less";
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td {
border-right: none;
border-left: @inner-border;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td span {
padding-right:3px;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable .dojoxCalendarHiddenEvents {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top;
}
.dojoxCalendarMonthColumnView .dojoxCalendarGridTable .dojoxCalendarToday.dojoxCalendarHiddenEvents {
background: @today-color url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.last-child {
border-left: @outer-border;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.first-child {
border-right: @outer-border;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarContainerColumn {
margin-left: 5px;
margin-right: 35px;
}
.dojoxCalendarMonthColumnView .dojoxCalendarColumnHeaderTable td {
border-left: @inner-border;
border-right: none;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.last-child {
border-left: @outer-border;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.first-child {
border-right: @outer-border;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .summary {
text-align: right;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .startTime {
text-align: right;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .endTime {
text-align: right;
}