calendar/lib: calendar_set_filters() use pre-fetched context and course recs
[moodle-pu.git] / mod / scorm / styles.php
blob5dbc1582d04290f276ece3611f6ee492e87e6859
1 .structlist {
2 list-style-type: none;
3 white-space: nowrap;
4 font-size: small;
6 .orgtitle {
7 font-weight: bold;
8 font-size: small;
10 .mod-scorm .top {
11 vertical-align: top;
13 .mod-scorm .left {
14 text-align: left;
16 .mod-scorm .center {
17 text-align: center;
19 .mod-scorm .right {
20 text-align: right;
22 .mod-scorm .scoframe {
26 #mod-scorm-player #scormpage {
27 width: 100%;
29 #mod-scorm-player #tocbox {
30 float: left;
31 width: 17%;
32 left: 0px;
33 top: 0px;
35 #mod-scorm-player #tochead {
36 text-align: center;
37 font-weight: bold;
39 #mod-scorm-player #scormbox {
40 right: 0px;
42 #mod-scorm-player .toc {
43 float: right;
44 width: 80%;
45 right: 0px;
46 top: 0px;
48 #mod-scorm-player .no-toc {
49 width: 100%;
51 #mod-scorm-player #scormobject {
52 /* border: 1px solid black; */
54 #mod-scorm-player #scormtop {
55 width: 100%;
56 height: auto;
58 #mod-scorm-player #scormmode {
59 float: left;
60 width: 50%;
61 left: 5px;
62 top: 0px;
64 #mod-scorm-player #scormnav {
65 float: right;
66 right: 5px;
67 top: 0px;
69 #mod-scorm-player .structurelist {
70 list-style-type: none;
71 text-indent:-4ex;
72 font-size: small;
75 #mod-scorm-view .structurehead {
76 font-weight: bold;
77 text-align: center;
79 #mod-scorm-view .structurelist {
80 list-style-type: none;
81 white-space: nowrap;