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.
57 lines
1.7 KiB
57 lines
1.7 KiB
@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; |
|
}
|
|
|