blob: e3a2dd16bf66e9aabde83ee0674e6ee410750fba (
plain)
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
58
59
60
61
62
63
64
65
66
67
68
|
.dojoxGridRtl .dojoxGridDescription {
text-align: right;
margin-right: 9px;
}
.dojoxGridRtl .dojoxGridPaginatorStep {
float: left;
}
.dojoxGridRtl .dojoxGridPaginatorGotoDiv {
margin: 0 2px 0 6px;
}
.dojoxGridRtl .dojoxGridWardButton {
float: right;
}
.dojoxGridRtl .dojoxGridInactived {
margin: 1px 5px 0 6px;
float: right;
}
.dojoxGridRtl .dojoxGridActived {
margin: 1px 5px 0 6px;
float: right;
}
.dijitRtl .dojoxGridDialogButton {
float: left;
margin-bottom: 10px;
}
.dijitRtl .dojoxGridInactiveSwitch {
float: right;
}
.dijitRtl .dojoxGridActivedSwitch {
float: right;
}
.dijitRtl .dojoxGridSeparator {
float: right;
}
.dijitRtl .dojoxGridfirstPageBtn {
cursor: pointer;
margin: 2px 1px 0 0;
background-position: -37px 3px;
}
.dijitRtl .dojoxGridfirstPageBtnDisable {
margin: 2px 1px 0 0;
background-position: -37px -17px;
}
.dijitRtl .dojoxGridprevPageBtn {
cursor: pointer;
margin: 2px 9px 0 5px;
background-position: -17px 3px;
}
.dijitRtl .dojoxGridprevPageBtnDisable {
margin: 2px 9px 0 5px;
background-position: -17px -17px;
}
.dijitRtl .dojoxGridlastPageBtn {
cursor: pointer;
background-position: -57px 3px;
}
.dijitRtl .dojoxGridlastPageBtnDisable {
background-position: -57px -17px;
}
.dijitRtl .dojoxGridnextPageBtn {
cursor: pointer;
margin: 2px 3px 0 0;
background-position: 3px 3px;
}
.dijitRtl .dojoxGridnextPageBtnDisable {
margin: 2px 3px 0 0;
background-position: 3px -17px;
}
|