moodle/mod/scorm/styles.php
2005-05-23 13:05:27 +00:00

40 lines
615 B
PHP

.top {
vertical-align: top;
}
.center {
text-align: center;
}
.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-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;
}