Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / grid / resources / Grid_rtl.css

History | View | Annotate | Download (231 Bytes)

1 9 andrej.cim
.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
}