Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

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