root / trunk / web / dojo / dojox / grid / enhanced / resources / EnhancedGrid_rtl.css
History | View | Annotate | Download (823 Bytes)
1 |
.dj_ie .dojoxGridRtl .dojoxGridHeader table { |
---|---|
2 |
float:none; |
3 |
} |
4 |
.dojoxGridRtl .dojoxGridCell { |
5 |
text-align:right; |
6 |
} |
7 |
.dj_ie8 .dojoxGridRtl .dojoxGridCell { |
8 |
border-left: none; |
9 |
} |
10 |
.dojoxGridRtl .dojoxGridArrowButtonNode { |
11 |
float:left; |
12 |
} |
13 |
.dojoxGridRtl .dojoxGridNestedSort, |
14 |
.dojoxGridRtl .dojoxGridUnarySort { |
15 |
text-align: right; |
16 |
} |
17 |
.dojoxGridRtl .dojoxGridSortWrapper { |
18 |
left: 0; |
19 |
right: auto; |
20 |
} |
21 |
.dojoxGridRtl .dojoxGridCell .dojoxGridHeaderCellSelectRegion { |
22 |
float: right; |
23 |
text-align: right; |
24 |
padding-right:4px; |
25 |
} |
26 |
.dojoxGridRtl .dojoxGridSortSeparatorOn, |
27 |
.dojoxGridRtl .dojoxGridNestedSortWrapper, |
28 |
.dojoxGridRtl .dojoxGridUnarySortWrapper { |
29 |
float: right; |
30 |
} |
31 |
.dojoxGridRtl .dojoxGridLoading, |
32 |
.dojoxGridRtl .dojoxGridError, |
33 |
.dojoxGridRtl .dojoxGridNoData { |
34 |
background-position:right; |
35 |
padding-right:25px; |
36 |
padding-left:0px; |
37 |
} |