umlaut 3.0.0alpha5 → 3.0.0alpha6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. data/app/assets/javascripts/umlaut/update_html.js +21 -0
  2. data/app/assets/javascripts/umlaut_ui.js +15 -0
  3. data/app/helpers/resolve_helper.rb +14 -4
  4. data/app/views/resolve/api.xml.builder +10 -14
  5. data/lib/#Untitled-1# +14 -0
  6. data/lib/umlaut/routes.rb +14 -1
  7. data/lib/umlaut/version.rb +1 -1
  8. data/lib/umlaut.rb +12 -9
  9. data/test/dummy/tmp/cache/assets/C5F/340/sprockets%2F99692920160b7a279b86a80415b79db7 +0 -0
  10. data/test/dummy/tmp/cache/assets/C70/4D0/sprockets%2F034ad2036e623081bd352800786dfe80 +0 -0
  11. data/test/dummy/tmp/cache/assets/CBB/9C0/sprockets%2F706f28923fb754cad04b9107c89986a1 +31 -0
  12. data/test/dummy/tmp/cache/assets/CBF/B60/sprockets%2F08ca89671549936265dcb673bf02e36f +0 -0
  13. data/test/dummy/tmp/cache/assets/CC9/9F0/sprockets%2F306166316e2cafd13c15e62b51a2339d +0 -0
  14. data/test/dummy/tmp/cache/assets/CF7/2B0/sprockets%2F25a7c73655bd3598173b39d9f98bcd46 +880 -0
  15. data/test/dummy/tmp/cache/assets/CFE/080/sprockets%2F37fe9f4255baddbd549a659914929398 +0 -0
  16. data/test/dummy/tmp/cache/assets/D0B/E10/sprockets%2F1444763abc4444a8e129efdb9a43235f +378 -0
  17. data/test/dummy/tmp/cache/assets/D1F/830/sprockets%2Fe6a7a907a8e9b43780a80fe69a92913d +11773 -0
  18. data/test/dummy/tmp/cache/assets/D22/060/sprockets%2F9aec77b768e91a802d284271c58e2f7e +21361 -0
  19. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  20. data/test/dummy/tmp/cache/assets/D33/6D0/sprockets%2F500129c57f1146e556ec3aacd6cd38c1 +158 -0
  21. data/test/dummy/tmp/cache/assets/D50/7B0/sprockets%2F6df95fb9a4189df351c1c88546c84a1d +394 -0
  22. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +877 -0
  23. data/test/dummy/tmp/cache/assets/D69/820/sprockets%2F55a4f1a7c4918d71c0d4fb5b7dd4c055 +9272 -0
  24. data/test/dummy/tmp/cache/assets/D71/6B0/sprockets%2Fde558b71b494cf09b1bf055c8dff0353 +53 -0
  25. data/test/dummy/tmp/cache/assets/D72/610/sprockets%2Fa8c708eeb30ef93de34d755d4f45d023 +864 -0
  26. data/test/dummy/tmp/cache/assets/D76/AD0/sprockets%2Fe2158cde93188cf5ab6457bc6d6602ec +41 -0
  27. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +21744 -0
  28. data/test/dummy/tmp/cache/assets/D9B/770/sprockets%2F8aacf02eb7dbb0949704b28f27b87e0b +39 -0
  29. data/test/dummy/tmp/cache/assets/DD0/140/sprockets%2F1656d1d8f4c13fe42aff6553c6cdcda7 +11789 -0
  30. data/test/dummy/tmp/cache/assets/DE8/790/sprockets%2Fd1333bde2b9aafcc712d11dd09ab35d8 +0 -0
  31. data/test/dummy/tmp/cache/assets/DF1/AA0/sprockets%2Fedd37b0fdb6157fccb2297a8a10acc90 +9288 -0
  32. data/test/dummy/tmp/cache/assets/E03/570/sprockets%2F493bdc0ac14cd4f57fdfe4253f992bde +14 -0
  33. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  34. data/test/dummy/tmp/cache/assets/E5F/960/sprockets%2Fdc007b6cad5c7ef08e33ec28cfff0ef6 +0 -0
  35. metadata +200 -98
  36. data/test/dummy/config/database-jhu.yml +0 -44
  37. data/test/dummy/config/database.yml +0 -53
@@ -0,0 +1,877 @@
1
+ o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325695617.8294442: @value{ I" length:EFi<I" digest;
2
+ F"%2893cd4a723c50a374d18513d6308b0fI" source;
3
+ FI"</* TODO: Clean up this CSS a LOT to make it easier for local apps to
4
+ * selectively override. Quite likely turn it into one or more sass-ified .scss
5
+ * in ./umlaut, with "umlaut.css" being a manifest file that includes
6
+ * them in a way that can be over-ridden. See Blacklight.
7
+ */
8
+
9
+ /*********************/
10
+ /* GENERAL RESET CSS */
11
+ /*********************/
12
+
13
+
14
+ html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ }
19
+
20
+ body {
21
+ font-size:12px;
22
+ }
23
+
24
+ /* Not sure why we're forcing scroll bars, but that's what this
25
+ does */
26
+ /* hide from IE mac \*/
27
+ html {
28
+ min-height: 100%;
29
+ margin-bottom: 1px;
30
+ }
31
+ /* end hiding from IE5 mac */
32
+ /* But on some pages, we definitely do NOT want to force
33
+ vertical scroll bar */
34
+ html.noscroll {
35
+ margin-bottom: 0;
36
+ min-height: auto;
37
+ /* Make IE7 hide that annoying grayed out scrollbar, when we REALLY
38
+ don't want a scrollbar */
39
+ overflow: auto;
40
+ }
41
+ body {
42
+ font-family: Verdana, Arial, Helvetica, sans-serif;
43
+ }
44
+ ul {
45
+ list-style-type: none;
46
+ }
47
+ h1 {
48
+ font-size: 1.5em;
49
+ font-style:italic;
50
+ font-weight:bold;
51
+ margin-bottom:1em;
52
+ }
53
+ h2 {
54
+ font-size: 1.25em;
55
+ font-weight:bold;
56
+ margin-bottom:0.8em;
57
+ }
58
+ h3 {
59
+ font-size: 1em;
60
+ font-weight:bold;
61
+ margin-bottom:0.7em;
62
+ }
63
+ h4 {
64
+ font-size: 1em;
65
+ font-weight:bold;
66
+ margin-bottom: 0.125em;
67
+ }
68
+
69
+ /********************/
70
+ /* PAGE LAYOUT */
71
+ /********************/
72
+
73
+ .container {
74
+ width: 780px;
75
+ position: relative;
76
+ margin-top: 10px;
77
+ margin-bottom: 10px;
78
+ margin-left: auto;
79
+ margin-right: auto;
80
+ padding:0;
81
+ display: block;
82
+ border: 1px solid #eeb211;
83
+ background-color: #FFFDEA;
84
+ }
85
+
86
+ .main_column {
87
+ width: 545px;
88
+ padding: 10px;
89
+ margin:0;
90
+ float: left;
91
+ font-size:12px;
92
+ background-color: #FFFDEA;
93
+ }
94
+
95
+ .main_column ol, .main_column ul{
96
+ margin-left: 20px;
97
+ }
98
+
99
+ .sidebar {
100
+ background-color: #FCF1D4;
101
+ margin-left:575px;
102
+ padding-top: 4em;
103
+ padding-bottom: 2em;
104
+ font-size:90%;
105
+ /* For reasons I can not explain, giving this thing a border
106
+ with the same color as it's bg keeps IE7 happier; without the
107
+ border, IE7 doesn't really display the div right. */
108
+ border: 1px solid #FCF1D4;
109
+ }
110
+
111
+ .permalink_bar {
112
+ border-bottom: 1px solid #eeb211;
113
+ background-color: #FCF1D4;
114
+ padding: .25em;
115
+ text-align: right;
116
+ }
117
+ .header {
118
+ background-color: #FFFDEA;
119
+ padding: 5px 10px;
120
+ border-bottom: 1px solid #eeb211;
121
+ }
122
+
123
+ .footer {
124
+ clear: both;
125
+ font-size: 80%;
126
+ border-top: 1px solid #eeb211;
127
+ padding: 10px;
128
+ }
129
+
130
+
131
+ .umlaut_resolve {
132
+ font-size: 12px;
133
+ /* for reasons not clear, IE7 started freaking out if this bg color
134
+ was there. Shouldn't be neccesary anyway, it was overkill. */
135
+ /*background-color: #FFFDEA;*/
136
+ }
137
+
138
+ .umlaut_resolve a {
139
+ text-decoration: none;
140
+ font-weight: bold;
141
+ color: #0066CC
142
+ }
143
+
144
+ .umlaut_resolve a:hover {
145
+ color: #EEB211;
146
+ }
147
+
148
+ /* used on search screen */
149
+ .oneColumn {
150
+ padding: 10px;
151
+ }
152
+
153
+ /****************************************************/
154
+ /* Styles for individual section boxes, and parent */
155
+ /* areas, on resolve screen. */
156
+ /****************************************************/
157
+
158
+ .main_response_list {
159
+ margin: 10px 0 10px 30px;
160
+ }
161
+
162
+ .main_response_list .umlaut_section {
163
+ padding: .125em .25em;
164
+ margin-top: 1.25em;
165
+ margin-bottom: .5em;
166
+ }
167
+
168
+ .resource_info {
169
+ font-size:11px;
170
+ padding: 2px;
171
+ }
172
+
173
+ .resource_info_sections .umlaut_section {
174
+ margin-top: 12px;
175
+ margin-bottom: 4px;
176
+ padding-top: 6px;
177
+ padding-left: 4px;
178
+ margin-left: 8px;
179
+ }
180
+
181
+ .sidebar .umlaut_section {
182
+ /*border:1px solid #e9e9e9;*/
183
+ margin: .5em 1em .75em .5em;
184
+ padding: 0.5em;
185
+ }
186
+
187
+ .umlaut_section .response_list {
188
+ margin-left:20px;
189
+ line-height:110%;
190
+ }
191
+
192
+ .sidebar .umlaut_section .response_list {
193
+ margin-left:10px;
194
+ }
195
+
196
+
197
+ .response_list .response_item {
198
+ padding-bottom: 5px;
199
+ }
200
+
201
+ /*******************************/
202
+ /* Standard inteface devices */
203
+ /*******************************/
204
+
205
+ .background_progress_spinner {
206
+ line-height: 1.5em;
207
+ color: gray;
208
+ }
209
+
210
+ .background_progress_spinner img {
211
+ vertical-align: bottom;
212
+ }
213
+
214
+ .main_response_list .background_progress_spinner {
215
+ padding-left: 18px;
216
+ }
217
+
218
+ .sidebar .background_progress_spinner {
219
+ padding-left: 10px;
220
+ }
221
+
222
+ .resource_info .background_progress_spinner {
223
+ padding-left: 24px;
224
+ padding-top: 8px;
225
+ }
226
+
227
+ .pagination {
228
+ border: 1px solid #e9e9e9;
229
+ font-size: 125%;
230
+ margin-top: .75em;
231
+ margin-bottom: .75em;
232
+ padding: .25em;
233
+ }
234
+
235
+ .expand_contract_toggle {
236
+ margin-top: 4px;
237
+ margin-bottom: 4px;
238
+ margin-left: -18px;
239
+ }
240
+
241
+ /* IE-only, IE doesn't like our negative margin
242
+ inside a table. Use that crazy '*' so only IE will see it. */
243
+ table .expand_contract_toggle {
244
+ *margin-left: 0;
245
+ }
246
+
247
+
248
+
249
+ .section_subheading {
250
+ margin-top: .75em;
251
+ margin-bottom: .75em;
252
+ }
253
+
254
+ .expand_contract_content {
255
+ margin-top: 0.5em;
256
+ }
257
+
258
+ div.expand_contract_section {
259
+ margin-top: 0.25em;
260
+ }
261
+
262
+ li.expand_contract_section {
263
+ margin: 0;
264
+ padding: 0;
265
+ background: none;
266
+ }
267
+
268
+
269
+
270
+ img.toggle_icon {
271
+ border: none;
272
+ vertical-align: middle;
273
+ margin-right: 2px;
274
+ }
275
+
276
+
277
+ /******************************/
278
+ /* Errors and notices */
279
+ /******************************/
280
+
281
+ .formError {
282
+ font-weight: bold;
283
+ color: #EA0000;
284
+ font-style: italic;
285
+ margin-top: 1em;
286
+ margin-bottom: 1em;
287
+ }
288
+
289
+ .error {
290
+ color:#CC0000;
291
+ font-size:14px;
292
+ font-weight:bold;
293
+ }
294
+
295
+ .notice {
296
+ background-color: #FCF1D4;
297
+ }
298
+
299
+ .heading img {
300
+ float: left;
301
+ }
302
+
303
+
304
+ /****************************************/
305
+ /* Special looks for particular sections */
306
+ /****************************************/
307
+
308
+ .umlaut_section.fulltext .response_list {
309
+ margin-left: 4px;
310
+ }
311
+ .umlaut_section.fulltext .response_item {
312
+ background: url(famfamfam/page_text.gif) no-repeat 0px 0px;
313
+ padding: 0px 18px 8px 22px;
314
+ }
315
+
316
+ .umlaut_section.fulltext .expand_contract_toggle,
317
+ .umlaut_section.audio .expand_contract_toggle,
318
+ .umlaut_section.excerpts .expand_contract_toggle {
319
+ margin-left: 8px;
320
+ }
321
+
322
+
323
+ .umlaut_section.audio .response_item {
324
+ background: url(famfamfam/page_sound.gif) no-repeat 0px 0px;
325
+ padding: 0px 18px 8px 22px;
326
+ }
327
+
328
+ .sidebar .umlaut_section.coins {
329
+ border: none;
330
+ }
331
+
332
+ .umlaut_section.excerpts .response_item {
333
+ background: url(famfamfam/book_open.png) no-repeat 0px 0px;
334
+ padding: 0px 18px 8px 22px;
335
+ }
336
+
337
+
338
+ #service_errors_content {
339
+ background-color: white;
340
+ padding: 5px;
341
+ margin: 6px;
342
+ border: 1px solid #E9E9E9;
343
+ }
344
+
345
+ #service_errors_content li {
346
+ margin-bottom: 0.5em;
347
+ }
348
+
349
+ .sidebar .umlaut_section.help {
350
+ background-color: #FFFDEA;
351
+ border:1px solid #e9e9e9;
352
+ padding: 0.5em;
353
+ padding-bottom: 10px;
354
+ }
355
+
356
+ #helpicon {
357
+ font-size: 45px;
358
+ font-weight: bold;
359
+ float: left;
360
+ background-color: #FCF1D4;
361
+ margin-right: 12px;
362
+ padding-right: 6px;
363
+ padding-left: 6px;
364
+ }
365
+
366
+ .error_icon {
367
+ font-size: 22px;
368
+ font-weight: bold;
369
+ float: left;
370
+ background-color: #FFFF66;
371
+ color: #CC3333;
372
+ margin-right: 4px;
373
+ }
374
+
375
+ .content {
376
+ font-size: 12px;
377
+ padding: 10px;
378
+ }
379
+
380
+
381
+ .holding_heading_row {
382
+ border-top: 1px solid #E9E9E9;
383
+ padding-right: 18px;
384
+ padding-top: 4px;
385
+ padding-bottom: 0px;
386
+ }
387
+ .holding tr:first-child > td.holding_heading_row {
388
+ border-top: none;
389
+ padding-top: 0px;
390
+ }
391
+
392
+
393
+ /*******************************************/
394
+ /* Little semantic pieces on resolve page */
395
+ /*******************************************/
396
+
397
+ .highlighted_section {
398
+ background-color: white;
399
+ border: 1px solid #e9e9e9;
400
+ margin: -1px;
401
+ padding: 4px;
402
+ }
403
+
404
+ .link_source {
405
+ color: gray;
406
+ padding-left: 10px;
407
+ margin-top: .25em;
408
+ }
409
+
410
+ .response_notes {
411
+ margin-top: .5em;
412
+ }
413
+
414
+ .sidebar .response_notes {
415
+ margin-left: 10px;
416
+ }
417
+
418
+ .available {
419
+ color: #00CC33;
420
+ font-style: italic;
421
+ font-size: 12px;
422
+ }
423
+
424
+ .notAvailable {
425
+ color: #FF0000;
426
+ font-style: italic;
427
+ font-size:12px;
428
+ }
429
+ .fulltext .notAvailable {
430
+ margin-left: 16px;
431
+ padding-left: 0;
432
+ }
433
+
434
+ .section_prompt {
435
+ font-style: italic;
436
+ margin-left: 22px;
437
+ margin-bottom: 8px;
438
+ }
439
+
440
+ .response_coverage_statement {
441
+ margin-bottom: .5em;
442
+ margin-top: .25em;
443
+ }
444
+
445
+ .edition_warning {
446
+ color: gray;
447
+ margin-top: 6px;
448
+ margin-bottom: 6px;
449
+ }
450
+
451
+ .edition_warning > .label {
452
+ font-style: normal;
453
+ font-weight: bold;
454
+ }
455
+
456
+ .debug_info {
457
+ margin-top: 5px;
458
+ margin-bottom: 5px;
459
+ padding: 4px;
460
+ background-color: #FCF1D4;
461
+ overflow: auto;
462
+ }
463
+
464
+
465
+ /* For disabled inline text */
466
+ .grayedOut {
467
+ color: #999999;
468
+ text-decoration: none;
469
+ }
470
+
471
+ /*************************************/
472
+ /* hacky presentation-related markup */
473
+ /*************************************/
474
+
475
+ .clear {
476
+ clear: both;
477
+ }
478
+
479
+ hr {
480
+ border: 0;
481
+ height: 1px;
482
+ color: #E9E9E9;
483
+ }
484
+
485
+ .line {
486
+ width: 100%;
487
+ border-bottom: 1px solid #e9e9e9;
488
+ margin: 4px 0px 0px;
489
+ }
490
+
491
+ .line2 {
492
+ width: 100%;
493
+ border-bottom: 1px solid #eeb211;
494
+ margin: 10px 0px 15px;}
495
+
496
+ ul.smallText li.fulltextlink {
497
+ padding-top: 2px;
498
+ clear: both;
499
+ }
500
+
501
+ .small_indent {
502
+ margin-left: 10px;
503
+ }
504
+
505
+ .section_content_indent {
506
+ margin-left: 20px;
507
+ }
508
+
509
+ .largeText { font-size:12px;}
510
+ .largeTextb { font-size:12px; font-weight:bold;}
511
+ .smallText { font-size:10px;}
512
+ .smallTextb { font-size:10px; font-weight:bold;}
513
+ .smallTextlink { font-size:10px; color:#0066CC}
514
+
515
+ /***********************/
516
+ /* Autocomplete styles */
517
+ /***********************/
518
+
519
+ div.auto_complete {
520
+ width: 350px;
521
+ background: #fff;
522
+ }
523
+ div.auto_complete ul {
524
+ border:1px solid #888;
525
+ margin:0;
526
+ padding:0;
527
+ width:100%;
528
+ list-style-type:none;
529
+ }
530
+ div.auto_complete ul li {
531
+ margin:0;
532
+ padding:3px;
533
+ }
534
+ div.auto_complete ul li.selected {
535
+ background-color: #ffb;
536
+ }
537
+ div.auto_complete ul strong.highlight {
538
+ color: #800;
539
+ margin:0;
540
+ padding:0;
541
+ }
542
+
543
+
544
+
545
+ /**********************/
546
+ /* Search controller */
547
+ /**********************/
548
+
549
+ .citationLinker {
550
+ font-size:11px;
551
+ padding: 2px;
552
+ border: 1px solid #ebb211;
553
+ background-color: #eee;
554
+ margin-bottom: 12px;
555
+ margin-top: 12px;
556
+ }
557
+ .citationLinker a:link {
558
+ /*text-decoration:underline;*/
559
+ color : #666;
560
+ }
561
+
562
+ .azNav {
563
+ text-align: center;
564
+ margin-top: 10px;
565
+ margin-bottom: 10px;
566
+ }
567
+ .azNav a {
568
+ font-size: 1.1em;
569
+ font-weight: bold;
570
+ padding:.15em .3em .15em .3em;
571
+ border: 1px solid #bbb;
572
+ text-decoration: none;
573
+ color : #0066CC;
574
+ line-height: 2em;
575
+ }
576
+ .azNav a:hover {
577
+ background-color: #eee;
578
+ }
579
+
580
+ .journalList {
581
+ line-height:18px;
582
+ }
583
+ .journalList a {color: #0066CC; }
584
+
585
+ /* search results */
586
+
587
+ .search_citation {
588
+ border-bottom: 1px solid #e9e9e9;
589
+ padding: 10px;
590
+ position: relative;
591
+ overflow: auto;
592
+ clear: both;
593
+ }
594
+
595
+ ul.citation {
596
+ width: 80%;
597
+ float: left;
598
+ clear: both;
599
+ position: relative;
600
+ }
601
+
602
+ ul.citation li {
603
+ padding-bottom: 0.66em;
604
+ float: left;
605
+ }
606
+
607
+ .citation .label {
608
+ display: block;
609
+ text-align: right;
610
+ width: 100px;
611
+ font-weight: bold;
612
+ float: left;
613
+ clear: left;
614
+ }
615
+
616
+ .citation .value {
617
+ display: block;
618
+ float: left;
619
+ width: 400px;
620
+ margin-left: 20px;
621
+ }
622
+
623
+ .citation .issn, .citation .isbn, .citation .cite, .citation .pub {
624
+ font-size: 80%;
625
+ }
626
+ .citation .cite {
627
+ margin-left: 120px;
628
+ clear: left;
629
+
630
+ }
631
+
632
+ .citation_link {
633
+ float: left;
634
+ width: 18%;
635
+ text-align: right;
636
+ }
637
+
638
+
639
+
640
+
641
+ /***************************************************************/
642
+ /* Banner page */
643
+ /* Styles used for banner frame page with tiny menu in banner.
644
+ These styles used both for frameset and iframe version.
645
+ Styles used for just iframe version come later. */
646
+
647
+
648
+ #banner_fulltext li.fulltextlink {
649
+ padding-bottom: 4px;
650
+ }
651
+
652
+ #banner_fulltext li.frameescaping {
653
+ background: url(famfamfam/page_up.gif) no-repeat 0px 0px;
654
+ /* Special icon override */
655
+ }
656
+
657
+
658
+
659
+ body.banner {
660
+ background-color: #E6D19A;
661
+ }
662
+
663
+ .banner_menu {
664
+ position: absolute;
665
+ top: 8px;
666
+ bottom: 8px;
667
+ left: 0;
668
+ right: 0;
669
+ width: 100%;
670
+ _height: 88%; /* IE6 only */
671
+ font-size: 10px;
672
+ }
673
+
674
+ .banner_menu_inner_container {
675
+ position: absolute;
676
+ top: 0;
677
+ bottom: 0;
678
+ width: 100%;
679
+ height: 100%;
680
+ }
681
+
682
+ .banner_section {
683
+ float: left;
684
+ overflow-y: auto;
685
+ overflow-x: hidden;
686
+ height: 100%;
687
+ font-size:10px;
688
+ margin-left: 6px;
689
+ padding-left: 4px;
690
+ padding-right: 2px;
691
+ }
692
+
693
+
694
+ .banner_menu h3 {
695
+ font-size:10px;
696
+ font-weight:bold;
697
+ margin-bottom: 2px;
698
+ margin-top: 1px;
699
+ }
700
+
701
+ .banner_section li {
702
+ padding-bottom: 3px;
703
+ }
704
+
705
+ .banner_section #helpicon {
706
+ font-size: 18px;
707
+ }
708
+
709
+ #banner_controls {
710
+ width: 140px;
711
+ }
712
+
713
+ #banner_citation {
714
+ width: 200px;
715
+ overflow-y: auto;
716
+ border: 1px solid #e9e9e9;
717
+ background-color: white;
718
+ margin-left: 22px;
719
+ }
720
+
721
+ #banner_fulltext {
722
+ width: 260px;
723
+ overflow-y: auto;
724
+ border: 1px solid #e9e9e9;
725
+ background-color: white;
726
+ }
727
+
728
+ #banner_help {
729
+ width: 130px;
730
+ }
731
+
732
+ /* Styles used specifically for new iframe version of banner page.
733
+ Note that page using iframe version styles must include the
734
+ special banner_with_iframe_ie6.css file in conditional
735
+ comments for IE less than 7 only, for IE6 and under compatibility. */
736
+ #banner_with_iframe #frame {
737
+ padding: 0;
738
+ margin: 0;
739
+ display: block;
740
+ position: absolute;
741
+ height: 100%;
742
+ width: 100%;
743
+ top: 0;
744
+ right: 0;
745
+ bottom: 0;
746
+ border: 0;
747
+ }
748
+ #banner_with_iframe #content {
749
+ position: absolute;
750
+ padding: 0;
751
+ margin: 0;
752
+ top: 98px;
753
+ left: 0px;
754
+ right: 0px;
755
+ bottom: 0;
756
+ }
757
+ /* new iframe style banner frameset */
758
+ #banner_with_iframe #banner_header {
759
+ background-color: #E6D19A;
760
+ position: absolute;
761
+ /* Ie6 likes it better when height/width comes before top, left, right, no idea why. */
762
+ height: 94px;
763
+ top: 0;
764
+ left: 0;
765
+ right: 0;
766
+ padding: 0;
767
+ margin: 0;
768
+ border-bottom: 4px gray solid;
769
+ overflow-y: auto;
770
+ overflow-x: hidden;
771
+ }
772
+
773
+
774
+
775
+ /*************************************/
776
+ /* Ajax (and non) popup modal window */
777
+ /*************************************/
778
+
779
+ .ajax_modal_dialog {
780
+ border: 1px solid #999999;
781
+ background-color: white;
782
+ position:absolute;
783
+ left: 25%;
784
+ top: 20%;
785
+ z-index: 1000;
786
+ font-size: 12px;
787
+ }
788
+
789
+ .ajax_modal_bg_overlay {
790
+ background-color: gray;
791
+ position: absolute;
792
+ top: 0;
793
+ left: 0;
794
+ right: 0;
795
+ bottom: 0;
796
+ width: 99.9%;
797
+ height: 99.9%;
798
+ z-index: 999;
799
+ opacity: 0.6;
800
+ -moz-opacity: 0.6;
801
+ filter: alpha(opacity=60);
802
+ }
803
+
804
+ .ajax_modal_dialog .inner_modal_dialog {
805
+ background-color: #FCF1D4;
806
+ margin: 1px;
807
+ padding: 1em;
808
+ }
809
+
810
+ .ajax_modal_dialog .modal_dialog_form {
811
+ width:395px;
812
+ }
813
+
814
+ .ajax_modal_dialog h2, .ajax_modal_dialog h3 {
815
+ font-weight: normal;
816
+ font-size: 1em;
817
+ }
818
+
819
+ .success_status {
820
+ position: absolute;
821
+ left: 15%;
822
+ top: 2em;
823
+ z-index: 100;
824
+ background-color: #e6e6e6;
825
+ border: 1px solid #999999;
826
+ padding: 1em;
827
+ }
828
+
829
+ .inner_modal_dialog .section {
830
+ padding-top: 0.8em;
831
+ padding-bottom: 0.8em;
832
+ }
833
+
834
+ .inner_modal_dialog li {
835
+ margin-bottom: 0.33em;
836
+ }
837
+
838
+ .inner_modal_dialog ul {
839
+ margin-top: 0.5em;
840
+ margin-bottom: 0.5em;
841
+ }
842
+
843
+ .inner_modal_dialog .collection {
844
+ font-weight: bold;
845
+ }
846
+
847
+ .inner_modal_dialog .status {
848
+ font-style: italic;
849
+ }
850
+
851
+ .no_js .inner_modal_dialog {
852
+ margin: 2em;
853
+ }
854
+
855
+ .no_js .inner_modal_dialog .cancel {
856
+ display: none;
857
+ }
858
+
859
+
860
+
861
+
862
+ /*
863
+ * The base Umlaut styles:
864
+
865
+ * This is a manifest file that'll automatically include all the stylesheets available in this directory
866
+ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
867
+ * the top of the compiled file, but it's generally better to create a new file per style scope.
868
+ */
869
+
870
+ /* Umlaut needs a jquery-ui theme CSS. Here's an easy way to get one,
871
+ you can replace with another theme. */
872
+
873
+ @import url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css);
874
+
875
+ ;
876
+ FI"
877
+ F"%366451ff3afe7af8c14d27d7751dbc52