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