source: Dev/trunk/src/client/dojox/grid/resources/Grid_rtl.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 331 bytes
Line 
1.dj_ie .dojoxGridRtl .dojoxGridHeader table {
2        float:none;
3}
4
5.dojoxGridRtl .dojoxGridCell {
6        text-align:right;
7}
8
9.dj_ie8 .dojoxGridRtl .dojoxGridCell {
10        border-left: none;
11}
12
13.dj_ie .dojoxGridRtl .dojoxGridMasterView .dojoxGridRowTable {
14        border-left: #e5dac8 1px solid
15}
16
17.dojoxGridRtl .dojoxGridArrowButtonNode {
18        float:left;
19}
Note: See TracBrowser for help on using the repository browser.