sample skeleton application with dojo toolkit & arcgis js api v 4.30
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.
 
 
 
 
 
 

71 lines
1.5 KiB

@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;
}