Sha256: 540fdcc3216488c7a09f0cf97248251c7badad8ccbb668aef4c7cf47d486de3f
Contents?: true
Size: 1.79 KB
Versions: 4
Compression:
Stored size: 1.79 KB
Contents
@import "ColumnViewCommon.less"; .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td { border-right: none; border-left: @inner-border; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td span { padding-right:3px; paddint-left: 0px; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable .dojoxCalendarHiddenEvents { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top; } .claro .dojoxCalendarMonthColumnView .dojoxCalendarGridTable .dojoxCalendarToday.dojoxCalendarHiddenEvents { background: @today-color url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.last-child { border-left: @outer-border; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.first-child { border-right: @outer-border; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarContainerColumn { margin-left: 5px; margin-right: 35px; } .claro .dojoxCalendarMonthColumnView .dojoxCalendarColumnHeaderTable td { border-left: @inner-border; border-right: none; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.last-child { border-left: @outer-border; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.first-child { border-right: @outer-border; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .summary { text-align: right; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .startTime { text-align: right; } .claro .dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .endTime { text-align: right; }
Version data entries
4 entries across 4 versions & 1 rubygems