mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
83 lines
1.2 KiB
PHP
83 lines
1.2 KiB
PHP
.structlist {
|
|
list-style-type: none;
|
|
white-space: nowrap;
|
|
font-size: small;
|
|
}
|
|
.orgtitle {
|
|
font-weight: bold;
|
|
font-size: small;
|
|
}
|
|
.mod-scorm .top {
|
|
vertical-align: top;
|
|
}
|
|
.mod-scorm .left {
|
|
text-align: left;
|
|
}
|
|
.mod-scorm .center {
|
|
text-align: center;
|
|
}
|
|
.mod-scorm .right {
|
|
text-align: right;
|
|
}
|
|
.mod-scorm .scoframe {
|
|
|
|
}
|
|
|
|
#mod-scorm-player #scormpage {
|
|
width: 100%;
|
|
}
|
|
#mod-scorm-player #tocbox {
|
|
float: left;
|
|
width: 17%;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
#mod-scorm-player #tochead {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
#mod-scorm-player #scormbox {
|
|
right: 0px;
|
|
}
|
|
#mod-scorm-player .toc {
|
|
float: right;
|
|
width: 80%;
|
|
right: 0px;
|
|
top: 0px;
|
|
}
|
|
#mod-scorm-player .no-toc {
|
|
width: 100%;
|
|
}
|
|
#mod-scorm-player #scormobject {
|
|
/* border: 1px solid black; */
|
|
}
|
|
#mod-scorm-player #scormtop {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
#mod-scorm-player #scormmode {
|
|
float: left;
|
|
width: 50%;
|
|
left: 5px;
|
|
top: 0px;
|
|
}
|
|
#mod-scorm-player #scormnav {
|
|
float: right;
|
|
right: 5px;
|
|
top: 0px;
|
|
}
|
|
#mod-scorm-player .structurelist {
|
|
list-style-type: none;
|
|
text-indent:-4ex;
|
|
font-size: small;
|
|
}
|
|
|
|
#mod-scorm-view .structurehead {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
#mod-scorm-view .structurelist {
|
|
list-style-type: none;
|
|
white-space: nowrap;
|
|
}
|