summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/grid.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/grid.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/grid.css54
1 files changed, 27 insertions, 27 deletions
diff --git a/frontend/beta/css/yui-extensions/grid.css b/frontend/beta/css/yui-extensions/grid.css
index 37066ce..45a40ab 100644
--- a/frontend/beta/css/yui-extensions/grid.css
+++ b/frontend/beta/css/yui-extensions/grid.css
@@ -61,53 +61,53 @@ refer to http://www.clipperz.com.
61 visibility:hidden; 61 visibility:hidden;
62 font: normal 8pt arial; 62 font: normal 8pt arial;
63 border: 1px solid #afbdc9; 63 border: 1px solid #afbdc9;
64 z-index:10; 64 z-index:10;
65} 65}
66.ygrid-editor input{ 66.ygrid-editor input{
67 font: normal 8pt arial; 67 font: normal 8pt arial;
68 border: 0; 68 border: 0;
69 padding-top:2px; 69 padding-top:2px;
70 padding-left:3px; 70 padding-left:3px;
71} 71}
72.ygrid-editor-container{ 72.ygrid-editor-container{
73 overflow:hidden; 73 overflow:hidden;
74 display:block; 74 display:block;
75 background-color:white; 75 background-color:white;
76} 76}
77.ygrid-editor .pick-button{ 77.ygrid-editor .pick-button{
78 width:15px; 78 width:15px;
79 height:20px; 79 height:20px;
80 position:absolute; 80 position:absolute;
81 display:block; 81 display:block;
82 right:0; 82 right:0;
83 top:0; 83 top:0;
84 z-index:2; 84 z-index:2;
85 background-image: url(../images/default/grid/pick-button.gif); 85 background-image: url(./images/default/grid/pick-button.gif);
86 background-repeat: no-repeat; 86 background-repeat: no-repeat;
87} 87}
88.ygrid-editor-invalid{ 88.ygrid-editor-invalid{
89 background-image: url(../images/default/grid/invalid_line.gif); 89 background-image: url(./images/default/grid/invalid_line.gif);
90 background-repeat: repeat-x; 90 background-repeat: repeat-x;
91 background-position: bottom; 91 background-position: bottom;
92 border: 1px solid #afbdc9; 92 border: 1px solid #afbdc9;
93} 93}
94.ygrid-checkbox-editor{ 94.ygrid-checkbox-editor{
95 text-align: center; 95 text-align: center;
96 overflow:hidden; 96 overflow:hidden;
97 display:block; 97 display:block;
98 background-color:white; 98 background-color:white;
99} 99}
100.ygrid-checkbox-editor input{ 100.ygrid-checkbox-editor input{
101 margin-top:3px; 101 margin-top:3px;
102 height:13px; 102 height:13px;
103 width:13px; 103 width:13px;
104} 104}
105select.ygrid-editor{ 105select.ygrid-editor{
106 padding: 0; 106 padding: 0;
107 -moz-outline: none; 107 -moz-outline: none;
108 border: 1px solid #afbdc9; 108 border: 1px solid #afbdc9;
109} 109}
110.ygrid-num-editor{ 110.ygrid-num-editor{
111 text-align:right; 111 text-align:right;
112 padding-top:2px; 112 padding-top:2px;
113 padding-left:3px; 113 padding-left:3px;
@@ -139,192 +139,192 @@ select.ygrid-editor{
139 position:absolute; 139 position:absolute;
140 visibility:hidden; 140 visibility:hidden;
141 z-index:10000; 141 z-index:10000;
142} 142}
143.ygrid-drag-text{ 143.ygrid-drag-text{
144 font: normal 8pt arial; 144 font: normal 8pt arial;
145 color:white; 145 color:white;
146 position:absolute; 146 position:absolute;
147 top:0; 147 top:0;
148 left:26px; 148 left:26px;
149 padding:3px; 149 padding:3px;
150 display:block; 150 display:block;
151} 151}
152.ygrid-drop-icon{ 152.ygrid-drop-icon{
153 position:absolute; 153 position:absolute;
154 top:0; 154 top:0;
155 left:0; 155 left:0;
156 display:block; 156 display:block;
157 width:24px; 157 width:24px;
158 height:100%; 158 height:100%;
159 background-position: center; 159 background-position: center;
160 background-repeat: no-repeat; 160 background-repeat: no-repeat;
161} 161}
162.ygrid-drop-nodrop{ 162.ygrid-drop-nodrop{
163 background-image: url(../images/default/grid/drop-no.gif); 163 background-image: url(./images/default/grid/drop-no.gif);
164} 164}
165.ygrid-drop-ok{ 165.ygrid-drop-ok{
166 background-image: url(../images/default/grid/drop-yes.gif); 166 background-image: url(./images/default/grid/drop-yes.gif);
167} 167}
168.ygrid-hd .sort-asc { 168.ygrid-hd .sort-asc {
169 background-image: url(../images/default/grid/sort_asc.gif); 169 background-image: url(./images/default/grid/sort_asc.gif);
170 background-position: right; 170 background-position: right;
171 background-repeat: no-repeat; 171 background-repeat: no-repeat;
172 display: none; 172 display: none;
173 height: 14px; 173 height: 14px;
174 width: 16px; 174 width: 16px;
175} 175}
176.ygrid-hd .sort-desc { 176.ygrid-hd .sort-desc {
177 background-image: url(../images/default/grid/sort_desc.gif); 177 background-image: url(./images/default/grid/sort_desc.gif);
178 background-position: right; 178 background-position: right;
179 background-repeat: no-repeat; 179 background-repeat: no-repeat;
180 display: none; 180 display: none;
181 height: 14px; 181 height: 14px;
182 width: 16px; 182 width: 16px;
183} 183}
184.ygrid-hd-body { 184.ygrid-hd-body {
185 cursor: default; 185 cursor: default;
186 display: block; 186 display: block;
187 font: normal 8pt arial; 187 font: normal 8pt arial;
188 left: 0; 188 left: 0;
189 overflow: hidden; 189 overflow: hidden;
190 padding: 3px 5px; 190 padding: 3px 5px;
191 position: relative; 191 position: relative;
192 top: 0; 192 top: 0;
193 white-space: nowrap; 193 white-space: nowrap;
194} 194}
195.ygrid-hd-body span { 195.ygrid-hd-body span {
196 font: normal 8pt arial; 196 font: normal 8pt arial;
197 white-space: nowrap; 197 white-space: nowrap;
198} 198}
199.ygrid-hd-over{ 199.ygrid-hd-over{
200 border-bottom: 2px solid #fcc247; 200 border-bottom: 2px solid #fcc247;
201} 201}
202.ygrid-hd-over .ygrid-hd-body{ 202.ygrid-hd-over .ygrid-hd-body{
203 background-color: #faf9f4; 203 background-color: #faf9f4;
204 border-bottom: 1px solid #f9a900; 204 border-bottom: 1px solid #f9a900;
205} 205}
206.ygrid-hd-split { 206.ygrid-hd-split {
207 background-image: url(../images/default/grid/grid-split.gif); 207 background-image: url(./images/default/grid/grid-split.gif);
208 background-position: center; 208 background-position: center;
209 background-repeat: no-repeat; 209 background-repeat: no-repeat;
210 cursor: e-resize; 210 cursor: e-resize;
211 display: block; 211 display: block;
212 font-size: 1px; 212 font-size: 1px;
213 height: 16px; 213 height: 16px;
214 overflow: hidden; 214 overflow: hidden;
215 position: absolute; 215 position: absolute;
216 top: 2px; 216 top: 2px;
217 width: 6px; 217 width: 6px;
218 z-index: 3; 218 z-index: 3;
219} 219}
220.ygrid-hrow{ 220.ygrid-hrow{
221 background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x; 221 background: #ebeadb url(./images/default/grid/grid-hrow.gif) repeat-x;
222 display: block; 222 display: block;
223 height: 22px; 223 height: 22px;
224 left: 0; 224 left: 0;
225 position: relative; 225 position: relative;
226 top: 0; 226 top: 0;
227 width: 10000px; 227 width: 10000px;
228 overflow:hidden; 228 overflow:hidden;
229 z-index:2; 229 z-index:2;
230} 230}
231.ygrid-hrow-frame{ 231.ygrid-hrow-frame{
232 height: 22px; 232 height: 22px;
233 left: 0; 233 left: 0;
234 display:block; 234 display:block;
235 position: absolute; 235 position: absolute;
236 top: 0; 236 top: 0;
237 width: 10000px; 237 width: 10000px;
238 z-index:1; 238 z-index:1;
239} 239}
240.ygrid-footer .ytoolbar{ 240.ygrid-footer .ytoolbar{
241 border:0; 241 border:0;
242} 242}
243.ygrid-page-number{ 243.ygrid-page-number{
244 width:24px; 244 width:24px;
245 height:14px; 245 height:14px;
246} 246}
247.ygrid-page-first{ 247.ygrid-page-first{
248 background-image: url(../images/default/grid/page-first.gif); 248 background-image: url(./images/default/grid/page-first.gif);
249} 249}
250.ygrid-loading{ 250.ygrid-loading{
251 background-image: url(../images/default/grid/done.gif); 251 background-image: url(./images/default/grid/done.gif);
252} 252}
253.ygrid-page-last{ 253.ygrid-page-last{
254 background-image: url(../images/default/grid/page-last.gif); 254 background-image: url(./images/default/grid/page-last.gif);
255} 255}
256.ygrid-page-next{ 256.ygrid-page-next{
257 background-image: url(../images/default/grid/page-next.gif); 257 background-image: url(./images/default/grid/page-next.gif);
258} 258}
259.ygrid-page-prev{ 259.ygrid-page-prev{
260 background-image: url(../images/default/grid/page-prev.gif); 260 background-image: url(./images/default/grid/page-prev.gif);
261} 261}
262.ytb-button-disabled .ygrid-loading{ 262.ytb-button-disabled .ygrid-loading{
263 background-image: url(../images/default/grid/loading.gif); 263 background-image: url(./images/default/grid/loading.gif);
264} 264}
265.ytb-button-disabled .ygrid-page-first{ 265.ytb-button-disabled .ygrid-page-first{
266 background-image: url(../images/default/grid/page-first-disabled.gif); 266 background-image: url(./images/default/grid/page-first-disabled.gif);
267} 267}
268.ytb-button-disabled .ygrid-page-last{ 268.ytb-button-disabled .ygrid-page-last{
269 background-image: url(../images/default/grid/page-last-disabled.gif); 269 background-image: url(./images/default/grid/page-last-disabled.gif);
270} 270}
271.ytb-button-disabled .ygrid-page-next{ 271.ytb-button-disabled .ygrid-page-next{
272 background-image: url(../images/default/grid/page-next-disabled.gif); 272 background-image: url(./images/default/grid/page-next-disabled.gif);
273} 273}
274.ytb-button-disabled .ygrid-page-prev{ 274.ytb-button-disabled .ygrid-page-prev{
275 background-image: url(../images/default/grid/page-prev-disabled.gif); 275 background-image: url(./images/default/grid/page-prev-disabled.gif);
276} 276}
277.ygrid-mso{ 277.ygrid-mso{
278} 278}
279.ygrid-mso .ygrid-hd{ 279.ygrid-mso .ygrid-hd{
280 background:none; 280 background:none;
281 border-bottom:0; 281 border-bottom:0;
282} 282}
283.ygrid-mso .ygrid-footer { 283.ygrid-mso .ygrid-footer {
284 border-top: 1px solid #6593cf; 284 border-top: 1px solid #6593cf;
285} 285}
286 286
287.ygrid-mso .ygrid-footer .ygrid-fbutton{ 287.ygrid-mso .ygrid-footer .ygrid-fbutton{
288 border:0; 288 border:0;
289} 289}
290.ygrid-mso .ygrid-hd-body { 290.ygrid-mso .ygrid-hd-body {
291 border-bottom:0; 291 border-bottom:0;
292} 292}
293.ygrid-mso .ygrid-hd-over{ 293.ygrid-mso .ygrid-hd-over{
294 border-bottom:0; 294 border-bottom:0;
295} 295}
296.ygrid-mso .ygrid-hd-over .ygrid-hd-body{ 296.ygrid-mso .ygrid-hd-over .ygrid-hd-body{
297 background-color: transparent; 297 background-color: transparent;
298} 298}
299.ygrid-mso .ygrid-hd-split { 299.ygrid-mso .ygrid-hd-split {
300 background-image: url(../images/default/grid/grid-blue-split.gif); 300 background-image: url(./images/default/grid/grid-blue-split.gif);
301} 301}
302.ygrid-mso .ytoolbar .ytb-sep { 302.ygrid-mso .ytoolbar .ytb-sep {
303 background-image: url(../images/default/grid/grid-blue-split.gif); 303 background-image: url(./images/default/grid/grid-blue-split.gif);
304} 304}
305.ygrid-mso .ygrid-hrow{ 305.ygrid-mso .ygrid-hrow{
306 background: url(../images/default/grid/mso-hd.gif); 306 background: url(./images/default/grid/mso-hd.gif);
307 border-bottom: 1px solid #6593cf; 307 border-bottom: 1px solid #6593cf;
308 height: 21px; 308 height: 21px;
309} 309}
310.ygrid-mso .ygrid-row{ 310.ygrid-mso .ygrid-row{
311 color: black; 311 color: black;
312 border-bottom: 1px solid #ddecfe; 312 border-bottom: 1px solid #ddecfe;
313} 313}
314.ygrid-mso .ygrid-row-alt{ 314.ygrid-mso .ygrid-row-alt{
315 background-color: #f5f5f5; 315 background-color: #f5f5f5;
316} 316}
317.ygrid-mso .ygrid-row-selected{ 317.ygrid-mso .ygrid-row-selected{
318 background-color: #b3c8e8 !important; 318 background-color: #b3c8e8 !important;
319 color: black; 319 color: black;
320} 320}
321.ygrid-mso .ygrid-row-selected span{ 321.ygrid-mso .ygrid-row-selected span{
322 color: black !important; 322 color: black !important;
323} 323}
324.yprops-grid .ygrid-col-1{ 324.yprops-grid .ygrid-col-1{
325 background-color: #f1efe2; 325 background-color: #f1efe2;
326} 326}
327.yprops-grid .ygrid-col-1 .ygrid-cell-text{ 327.yprops-grid .ygrid-col-1 .ygrid-cell-text{
328 background-color: white; 328 background-color: white;
329} 329}
330.yprops-grid .ygrid-col-0{ 330.yprops-grid .ygrid-col-0{
@@ -367,72 +367,72 @@ select.ygrid-editor{
367 background-color: #316ac5 !important; 367 background-color: #316ac5 !important;
368 color: white; 368 color: white;
369} 369}
370.ygrid-row-selected span{ 370.ygrid-row-selected span{
371 color: white !important; 371 color: white !important;
372} 372}
373.ygrid-vista{ 373.ygrid-vista{
374 border:1px solid #535353; 374 border:1px solid #535353;
375} 375}
376.ygrid-vista .ygrid-hd{ 376.ygrid-vista .ygrid-hd{
377 border-bottom:0px; 377 border-bottom:0px;
378 background:none; 378 background:none;
379} 379}
380.ygrid-vista .ygrid-hd-body { 380.ygrid-vista .ygrid-hd-body {
381 border-bottom: 1px solid #b3bcc0; 381 border-bottom: 1px solid #b3bcc0;
382} 382}
383.ygrid-vista .ygrid-hd-over{ 383.ygrid-vista .ygrid-hd-over{
384 border-bottom:0px; 384 border-bottom:0px;
385} 385}
386.ygrid-vista .ygrid-hd-over .ygrid-hd-body{ 386.ygrid-vista .ygrid-hd-over .ygrid-hd-body{
387 background-color: transparent; 387 background-color: transparent;
388 border-bottom:0; 388 border-bottom:0;
389} 389}
390.ygrid-vista .ygrid-hd-split { 390.ygrid-vista .ygrid-hd-split {
391 background-image: url(../images/default/grid/grid-split.gif); 391 background-image: url(./images/default/grid/grid-split.gif);
392} 392}
393.ygrid-vista .ygrid-hrow{ 393.ygrid-vista .ygrid-hrow{
394 background: url(../images/default/grid/grid-vista-hd.gif); 394 background: url(./images/default/grid/grid-vista-hd.gif);
395 height: 21px; 395 height: 21px;
396} 396}
397.ygrid-vista .ygrid-row-alt{ 397.ygrid-vista .ygrid-row-alt{
398 background-color: #f5f5f5; 398 background-color: #f5f5f5;
399} 399}
400.ygrid-vista .ygrid-row-selected{ 400.ygrid-vista .ygrid-row-selected{
401 background-color: #535353 !important; 401 background-color: #535353 !important;
402 color: white; 402 color: white;
403} 403}
404.ygrid-vista .ygrid-row-selected span{ 404.ygrid-vista .ygrid-row-selected span{
405 color: white !important; 405 color: white !important;
406} 406}
407.ygrid-vista .ygrid-wrap-body { 407.ygrid-vista .ygrid-wrap-body {
408} 408}
409.ygrid-vista .ytoolbar{ 409.ygrid-vista .ytoolbar{
410 border: 0px none; 410 border: 0px none;
411 background: url(../images/default/grid/grid-vista-hd.gif); 411 background: url(./images/default/grid/grid-vista-hd.gif);
412} 412}
413.ygrid-vista .ytoolbar .ytb-sep{ 413.ygrid-vista .ytoolbar .ytb-sep{
414 background-image: url(../images/default/grid/grid-split.gif); 414 background-image: url(./images/default/grid/grid-split.gif);
415} 415}
416/* 416/*
417 To have the scrollbars overlap the header, change .ygrid-wrap top style to 0 and 417 To have the scrollbars overlap the header, change .ygrid-wrap top style to 0 and
418 and ygrid-wrap-body top to 22px 418 and ygrid-wrap-body top to 22px
419 Then grid.getView().scrollbarMode = YAHOO.ext.grid.GridView.SCROLLBARS_OVERLAP; 419 Then grid.getView().scrollbarMode = YAHOO.ext.grid.GridView.SCROLLBARS_OVERLAP;
420 */ 420 */
421.ygrid-wrap { 421.ygrid-wrap {
422 height: 100%; 422 height: 100%;
423 left: 0; 423 left: 0;
424 overflow: auto; 424 overflow: auto;
425 position: relative; 425 position: relative;
426 top: 22px; 426 top: 22px;
427 width: 100%; 427 width: 100%;
428} 428}
429.ygrid-footer{ 429.ygrid-footer{
430 display: block; 430 display: block;
431 padding:0; 431 padding:0;
432 border-top: 1px solid #cbc7b8; 432 border-top: 1px solid #cbc7b8;
433} 433}
434.ygrid-wrap-footer { 434.ygrid-wrap-footer {
435 display: block; 435 display: block;
436 overflow: hidden; 436 overflow: hidden;
437 width:100%; 437 width:100%;
438 height:25px; 438 height:25px;
@@ -478,56 +478,56 @@ select.ygrid-editor{
478 left:0; 478 left:0;
479} 479}
480.ypopcal-head{ 480.ypopcal-head{
481 width:150px; 481 width:150px;
482 background: #93b5e4; 482 background: #93b5e4;
483} 483}
484.ypopcal-head td{ 484.ypopcal-head td{
485 padding:1px; 485 padding:1px;
486} 486}
487.ypopcal-month{ 487.ypopcal-month{
488 color: white; 488 color: white;
489 font: bold 7pt verdana; 489 font: bold 7pt verdana;
490 text-decoration: none; 490 text-decoration: none;
491 text-align:center; 491 text-align:center;
492} 492}
493.ypopcal-head .ypopcal-arrow{ 493.ypopcal-head .ypopcal-arrow{
494 width:16px; 494 width:16px;
495 text-align:center; 495 text-align:center;
496 cursor:pointer; 496 cursor:pointer;
497 -moz-user-select: none; 497 -moz-user-select: none;
498} 498}
499 499
500.ypopcal-head .next-month{ 500.ypopcal-head .next-month{
501 width:16px; 501 width:16px;
502 background-image: url(../images/default/grid/arrow-right-white.gif); 502 background-image: url(./images/default/grid/arrow-right-white.gif);
503 background-position: center; 503 background-position: center;
504 background-repeat: no-repeat; 504 background-repeat: no-repeat;
505 cursor:pointer; 505 cursor:pointer;
506} 506}
507.ypopcal-head .prev-month{ 507.ypopcal-head .prev-month{
508 width:16px; 508 width:16px;
509 background-image: url(../images/default/grid/arrow-left-white.gif); 509 background-image: url(./images/default/grid/arrow-left-white.gif);
510 background-position: center; 510 background-position: center;
511 background-repeat: no-repeat; 511 background-repeat: no-repeat;
512 cursor:pointer; 512 cursor:pointer;
513} 513}
514 514
515.ypopcal-table { 515.ypopcal-table {
516 background:white; 516 background:white;
517 border-bottom: 1px solid #cccccc; 517 border-bottom: 1px solid #cccccc;
518} 518}
519.ypopcal-table tr{ 519.ypopcal-table tr{
520 520
521} 521}
522.ypopcal-table td{ 522.ypopcal-table td{
523 box-sizing: border-box; 523 box-sizing: border-box;
524 -moz-box-sizing: border-box; 524 -moz-box-sizing: border-box;
525 border: 1px solid white; 525 border: 1px solid white;
526 text-align:right; 526 text-align:right;
527 color:#aaaaaa; 527 color:#aaaaaa;
528 cursor:pointer; 528 cursor:pointer;
529 font:normal 8pt arial; 529 font:normal 8pt arial;
530 background:white; 530 background:white;
531 padding:1px 2px; 531 padding:1px 2px;
532 width:12px; 532 width:12px;
533 height:12px; 533 height:12px;