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