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