]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/grid/_grid/Grid.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / grid / _grid / Grid.css.commented.css
1 .dojoxGrid {
2         position: relative;
3         background-color: #EBEADB;
4         font-family: Geneva, Arial, Helvetica, sans-serif;
5         -moz-outline-style: none;
6         outline: none;
7         overflow: hidden;
8         height: 0;
9 }
10
11 .dojoxGrid table {
12         padding: 0;
13 }
14
15 .dojoxGrid td {
16         -moz-outline: none;
17 }
18
19 /* master header */
20
21 .dojoxGrid-master-header {
22         position: relative;
23 }
24
25 /* master view */
26
27 .dojoxGrid-master-view  {
28         position: relative;
29 }
30
31 /* views */
32
33 .dojoxGrid-view {
34         position: absolute;
35         overflow: hidden;
36 }
37
38 /* header */
39
40 .dojoxGrid-header {
41         position: absolute;
42         overflow: hidden;
43 }
44
45 .dojoxGrid-header {
46         background-color: #E8E1CF;
47 }
48
49 .dojoxGrid-header table {
50         text-align: center;
51 }
52
53 .dojoxGrid-header .dojoxGrid-cell-content {
54         text-align: center;
55 }
56
57 .dojoxGrid-header .dojoxGrid-cell { 
58         border: 1px solid;
59         border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
60         background: url(images/grid_dx_gradient.gif) #E8E1CF top repeat-x;
61         padding-bottom: 2px;
62 }
63
64 .dojoxGrid-header .dojoxGrid-cell-over {
65         background-image: none;
66         background-color: white;
67         border-bottom-color: #FEBE47;
68         margin-bottom: 0;
69         padding-bottom: 0;
70         border-bottom-width: 3px;
71 }
72
73 .dojoxGrid-sort-down {
74         background: url(images/grid_sort_down.gif) left no-repeat; 
75         padding-left:16px;
76         margin-left:4px;
77 }
78
79 .dojoxGrid-sort-up {
80         background: url(images/grid_sort_up.gif) left no-repeat; 
81         padding-left:16px;
82         margin-left:4px;
83 }
84
85 /* content */
86
87 .dojoxGrid-scrollbox {
88         position: relative;
89         overflow: scroll;
90         background-color: white;
91         width: 100%;
92 }
93
94 .dojoxGrid-content {
95         position: relative;
96         overflow: hidden;
97          -moz-outline-style: none;
98         outline: none;
99 }
100
101 /* rowbar */
102
103 .dojoxGrid-rowbar { 
104         border: 1px solid;
105         border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
106         border-top: none;
107         background: url(images/grid_dx_gradient.gif) #E8E1CF top repeat-x;
108 }
109
110 .dojoxGrid-rowbar-inner {
111         border-top: 1px solid #F6F4EB;
112 }
113
114 .dojoxGrid-rowbar-over {
115         background-image: none;
116         background-color: white;
117         border-top-color: #FEBE47;
118         border-bottom-color: #FEBE47;
119 }
120
121 .dojoxGrid-rowbar-selected {
122         background-color: #D9E8F9;
123         background-image: none;
124         /*background-image: url(images/grid_green_dot.gif);*/
125         background-position: center;
126         background-repeat: no-repeat;
127 }
128
129 /* rows */
130
131 .dojoxGrid-row {
132         position: relative;
133         width: 9000em;
134 }
135
136 .dojoxGrid-row {
137         /*border: 1px solid #E8E4D8;*/
138         border: 1px solid #E8E4D8;
139         border-color: #F8F7F1;
140         /*padding: 0 0 1px 0;*/
141         border-left: none;
142         border-right: none;
143         background-color: white;
144         border-top: none;
145 }
146
147 .dojoxGrid-row-over {
148         border-top-color: #FEBE47;
149         border-bottom-color: #FEBE47;
150         /*border-bottom-width: 2px;
151         padding-bottom: 0;*/
152         /*background-color: #FFDD9D;*/
153         /*background-color: #FDFDFD;*/
154 }
155
156 .dojoxGrid-row-odd {
157         background-color: #FFFDF3;
158         /*background-color: #F9F7E8;*/
159 }
160
161 .dojoxGrid-row-selected {
162         background-color: #D9E8F9;
163 }
164
165 .dojoxGrid-row-table {
166         table-layout: fixed;
167         width: 0;
168 }
169
170 .dojoxGrid-invisible {
171         visibility: hidden;
172 }               
173
174 .Xdojo-ie .dojoxGrid-invisible {
175         display: none;
176 }               
177
178 .dojoxGrid-invisible td, .dojoxGrid-header .dojoxGrid-invisible td {
179         border-top-width: 0;
180         border-bottom-width: 0;
181         padding-top: 0;
182         padding-bottom: 0;
183         height: 0;
184         overflow: hidden;
185 }
186
187 /* cells */
188
189 .dojoxGrid-cell {
190         border: 1px solid;
191         border-color: #EBEADB;
192         border-right-color: #D5CDB5;
193         padding: 3px 3px 3px 3px;
194         text-align: left;
195         overflow: hidden;
196 }
197
198 .dojoxGrid-cell-focus {
199         border: 1px dashed blue;
200 }
201
202 .dojoxGrid-cell-over {
203         border: 1px dotted #FEBE47;
204 }
205
206 .dojoxGrid-cell-focus.dojoxGrid-cell-over {
207         border: 1px dotted green;
208 }
209
210 .dojoxGrid-cell-clip {
211         width: 100%;
212         overflow: hidden;
213         white-space:nowrap;
214         text-overflow: ellipsis;
215 }
216
217 /* editing */
218
219 .dojoxGrid-row-editing td {
220         background-color: #F4FFF4;
221 }
222
223 .dojoxGrid-row-inserting td {
224         background-color: #F4FFF4;
225 }
226 .dojoxGrid-row-inflight td {
227         background-color: #F2F7B7;
228 }
229 .dojoxGrid-row-error td {
230         background-color: #F8B8B6;
231 }
232
233 .dojoxGrid-input, .dojoxGrid-select, .dojoxGrid-textarea {
234         margin: 0;
235         padding: 0;
236         border-style: none;
237         width: 100%;
238         font-size: 100%;
239         font-family: inherit;
240 }
241
242 .dojoxGrid-hidden-focus {
243         position: absolute;
244         left: -1000px;
245         top: -1000px;
246         height: 0px, width: 0px;
247 }
248
249 .gridArrowButtonChar {
250         display:none !important;
251 }
252 .dijit_a11y .gridArrowButtonChar {
253         display:inline !important;
254 }
255 .dijit_a11y .dojoxGrid-sort-down, .dijit_a11y .dojoxGrid-sort-up {
256         margin-left: 0;
257         padding-left: 0;
258 }