Grid_rtl.css 233 B

123456789101112131415
  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. }