dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
19 lines (15 loc) • 331 B
CSS
.dj_ie .dojoxGridRtl .dojoxGridHeader table {
float:none;
}
.dojoxGridRtl .dojoxGridCell {
text-align:right;
}
.dj_ie8 .dojoxGridRtl .dojoxGridCell {
border-left: none;
}
.dj_ie .dojoxGridRtl .dojoxGridMasterView .dojoxGridRowTable {
border-left: #e5dac8 1px solid
}
.dojoxGridRtl .dojoxGridArrowButtonNode {
float:left;
}