micheles
committed
on 10 Jul 07
Various bug fixes, support for recursively updating status to parent items, different log levels.
openacs-4/.../www/delivery/scorm.css (+12 -6)
22 22
23 23 a.button  {
24 24         text-align: center;
25 25         border: 3px outset #00b;
26 26         background-color: #007;
27 27         color: #fff;
28 28         font-weight: bold;
29 29         font-size: 11px;
30 30         text-decoration: none;
31 31         padding: 3px;     
32 32         float: left;
33 33         margin: 2px;
34 34 }
35 35
36 36 a.button:hover  {
37 37         color: #fff;
38 38         background-color: #00d;
39 39         border: 3px inset #00b;
40 40 }
41 41
42  
43 42 h1, h2, h3, h4, h5, h6 {
44 43                 font-family: Helvetica,Arial;
45 44                 font-weight: bold;
46 45                 color: #fff;
47 46         white-space:normal;
48 47 }
49 48
50 49 .organization_class {
51 50                 font-family: Helvetica,Arial;
52 51                 font-weight: bold;
53 52                 font-size: 12px;
54 53                 color: #fff;
55 54         white-space:normal;
56 55 }
57 56
  57 .usermessage_class {
  58                 font-family: Helvetica,Arial;
  59                 font-weight: bold;
  60                 font-size: 0.7em;
  61                 white-space:normal;
  62                 color: red;
  63 }
58 64
59 65 /*      a.button {
60 66        font: 65% arial;
61 67        border: solid 1px black;
62 68        background-color: #e1e1e1;
63 69        text-align: center;
64 70        padding: 1px;
65 71        padding-left: 8px;
66 72        padding-right: 8px;
67 73        color: black;
68 74        text-decoration: none;
69 75        white-space: nowrap;
70 76        position: fixed;
71 77            white-space:normal;
72 78       }
73 79
74 80    a.button:link {
75 81        text-decoration: none;
76 82        border: solid 1px black;
77 83       }