moodle/mod/scorm/styles.php

48 lines
630 B
PHP

.top {
vertical-align: top;
}
.left {
float: left;
}
.center {
text-align: center;
}
.right {
float: right;
}
.scoframe {
}
.fullscreen {
width: 100%;
}
.structlist {
list-style-type: none;
white-space: nowrap;
font-size: small;
}
.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-view .structurehead {
font-weight: bold;
text-align: center;
}
#mod-scorm-view .structurelist {
list-style-type: none;
white-space: nowrap;
}