summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/grid/resources/Grid_rtl.css
blob: 77d2dd5f3069171bb37a062e1798cf257dd61e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.dj_ie .dojoxGridRtl .dojoxGridHeader table {
	float:none;
}

.dojoxGridRtl .dojoxGridCell {
	text-align:right;
}

.dj_ie8 .dojoxGridRtl .dojoxGridCell {
	border-left: none;
}

.dojoxGridRtl .dojoxGridArrowButtonNode {
	float:left;
}