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.
71 lines (57 loc) • 1.52 kB
text/less
@import "MatrixView.less";
.dojoxCalendarMatrixViewRtl .dojoxCalendarGrid {
right: @row-header-width;
left: 0;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td {
text-align: left;
border-bottom: @inner-border;
border-left: @inner-border;
border-right: none;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td span{
padding-left: 2px;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarGridTable td.last-child {
border-left: @outer-border;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarContainer {
right: @row-header-width;
left: 0;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarContainerTable td {
border-bottom: solid 1px transparent;
border-right: solid 1px transparent;
text-align: right;
vertical-align: top;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarYearColumnHeader{
position: absolute;
right: 0;
left: auto;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarColumnHeader {
right: @row-header-width;
left: 0;
}
.dojoxCalendarMatrixView .dojoxCalendarColumnHeaderTable td {
border-left: @outer-border;
border-right: none;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarRowHeader {
right: 0;
left: auto;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent.dojoxCalendarHorizontal .labels {
text-align: right;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent.dojoxCalendarLabel .labels {
text-align: right;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent .resizeStartHandle {
right: 0;
}
.dojoxCalendarMatrixViewRtl .dojoxCalendarEvent .resizeEndHandle {
left:0;
right:auto;
}