12 lines
230 B
CSS
12 lines
230 B
CSS
.dj_ie .dojoxGridRtl .dojoxGridHeader table {
|
|
float:none;
|
|
}
|
|
.dojoxGridRtl .dojoxGridCell {
|
|
text-align:right;
|
|
}
|
|
.dj_ie8 .dojoxGridRtl .dojoxGridCell {
|
|
border-left: none;
|
|
}
|
|
.dojoxGridRtl .dojoxGridArrowButtonNode {
|
|
float:left;
|
|
} |