liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@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;
}