Files
moodle/mod/scorm/styles.php
T

40 lines
670 B
PHP

.mod-scorm .top {
vertical-align: top;
}
.mod-scorm .center {
text-align: center;
}
.mod-scorm .fullscreen {
width: 100%;
}
.mod-scorm .structlist {
list-style-type: none;
white-space: nowrap;
font-size: small;
}
.mod-scorm .orgtitle {
font-weight: bold;
font-size: small;
}
#mod-scorm-playscorm .structurehead {
float: left;
}
#mod-scorm-playscorm .structurelist {
list-style-type: none;
text-indent:-4ex;
font-size: small;
}
#mod-scorm-playscorm .popupbutton {
float: right;
}
#mod-scorm-view .structurehead {
font-weight: bold;
text-align: center;
}
#mod-scorm-view .structurelist {
list-style-type: none;
white-space: nowrap;
}