root / trunk / web / dojo / dojox / grid / enhanced / resources / EnhancedGrid.css
History | View | Annotate | Download (2.68 KB)
1 |
.dojoxGridCellContent {
|
---|---|
2 |
padding:3px; |
3 |
} |
4 |
.dojoxGridSortNode {
|
5 |
padding:3px; |
6 |
} |
7 |
.dojoxGridSortRoot {
|
8 |
position: relative; |
9 |
width: 100%; |
10 |
text-align:left; |
11 |
} |
12 |
.dojoxGridHeaderCellSelectRegion {
|
13 |
text-align: left; |
14 |
padding:3px; |
15 |
|
16 |
overflow: hidden; |
17 |
white-space:nowrap; |
18 |
} |
19 |
.dj_ie .dojoxGridHeaderCellSelectRegion { |
20 |
padding-left:4px; |
21 |
} |
22 |
.dojoxGridSortWrapper {
|
23 |
|
24 |
position:absolute; |
25 |
right:0px; |
26 |
|
27 |
z-index: 1; |
28 |
} |
29 |
.dojoxGridNestedSortWrapper {
|
30 |
float:left; |
31 |
} |
32 |
.dojoxGridSortPos {
|
33 |
float:left; |
34 |
margin-left:3px; |
35 |
} |
36 |
.dj_ff2 .dojoxGridSortPos { |
37 |
padding: 3px 0; |
38 |
line-height: normal; |
39 |
} |
40 |
.dojoxGridSortPosOff {
|
41 |
display:none; |
42 |
} |
43 |
.dojoxGridNestedSort {
|
44 |
text-indent: -5000em; |
45 |
} |
46 |
.dojoxGridUnarySortWrapper {
|
47 |
float:left; |
48 |
} |
49 |
.dojoxGridSort {
|
50 |
display: block; |
51 |
float: left; |
52 |
background:url("images/nestedSortArrows.png") no-repeat left center; |
53 |
width: 8px; |
54 |
margin-right:3px; |
55 |
margin-left:3px; |
56 |
text-align:center; |
57 |
} |
58 |
.dojoxGridUnarySort {
|
59 |
text-indent: -5000em; |
60 |
margin-left:4px; |
61 |
} |
62 |
.dojoxGridAscending {
|
63 |
background-position: -9px; |
64 |
} |
65 |
.dojoxGridUnsorted {
|
66 |
display:none; |
67 |
} |
68 |
.dojoxGridAscendingTip {
|
69 |
background:url("images/nestedSortArrows.png") no-repeat left center; |
70 |
background-position: -30px; |
71 |
display:block; |
72 |
cursor:pointer; |
73 |
} |
74 |
.dojoxGridDescendingTip {
|
75 |
background:url("images/nestedSortArrows.png") no-repeat left center; |
76 |
background-position: -20px; |
77 |
display:block; |
78 |
cursor:pointer; |
79 |
} |
80 |
.dojoxGridUnsortedTip {
|
81 |
background:url("images/nestedSortArrows.png") no-repeat left center; |
82 |
background-position: -39.5px; |
83 |
display:block; |
84 |
cursor:pointer; |
85 |
} |
86 |
.dojoxGridSortHiddenTip {
|
87 |
display:none; |
88 |
} |
89 |
.dojoxGridSortSeparatorOff {
|
90 |
width: 0px; |
91 |
border-right-color: #999999; |
92 |
border-right-style:solid; |
93 |
border-right-width:1px; |
94 |
display: none; |
95 |
} |
96 |
.dojoxGridSortSeparatorOn {
|
97 |
display: block; |
98 |
float: left; |
99 |
} |
100 |
.dojoxGridSortInProgress {
|
101 |
cursor:progress; |
102 |
} |
103 |
.dojoxGridWidgetHidden {
|
104 |
visibility:hidden; |
105 |
} |
106 |
.dijit_a11y .dojoxGridNestedSort, .dijit_a11y .dojoxGridUnarySort { |
107 |
text-indent: 0; |
108 |
|
109 |
} |
110 |
.dojoxGridFocusBorderBox {
|
111 |
position: relative; |
112 |
top: 0; |
113 |
left: 0; |
114 |
width: 0; |
115 |
height: 0; |
116 |
} |
117 |
.dojoxGridFocusBorder {
|
118 |
width: 0px; |
119 |
height: 0px; |
120 |
overflow: hidden; |
121 |
position: absolute; |
122 |
z-index: 999; |
123 |
top: 0; |
124 |
left: 0; |
125 |
} |
126 |
.dojoxGridSelectedDIV {
|
127 |
background-color: #3366CC; |
128 |
position:absolute; |
129 |
opacity:0.2; |
130 |
cursor:move; |
131 |
z-index:999; |
132 |
} |
133 |
.dj_ie .dojoxGridSelectedDIV { |
134 |
filter: alpha(opacity = 30); |
135 |
} |
136 |
.dojoxGridBorderDIV {
|
137 |
width:3px; |
138 |
background-color: gray; |
139 |
font-size:0em; |
140 |
position:absolute; |
141 |
z-index:9999; |
142 |
} |
143 |
.dojoxGrid {
|
144 |
border:1px solid #DBDBDB; |
145 |
} |
146 |
.dijit_a11y .dojoxGridRowSelected { |
147 |
opacity:0.4 !important; |
148 |
} |
149 |
.dijit_a11y .dojoxGridSelectedDIV { |
150 |
opacity:0.4 !important; |
151 |
border:3px solid #000 !important; |
152 |
} |
153 |
.dijit_a11y .dojoxGridBorderDIV { |
154 |
border:2px solid #000 !important; |
155 |
} |