moodle/mod/scorm/styles.php

44 lines
702 B
PHP
Raw Normal View History

2005-07-14 19:49:26 +00:00
.mod-scorm .top {
vertical-align: top;
}
2005-07-14 19:49:26 +00:00
.mod-scorm .left {
2005-08-11 06:48:41 +00:00
text-align: left;
}
2005-07-14 19:49:26 +00:00
.mod-scorm .center {
text-align: center;
}
2005-07-14 19:49:26 +00:00
.mod-scorm .right {
2005-08-11 06:48:41 +00:00
text-align: right;
}
2005-07-14 19:49:26 +00:00
.mod-scorm .scoframe {
}
2005-07-14 19:49:26 +00:00
.mod-scorm .fullscreen {
width: 100%;
}
.structlist {
list-style-type: none;
white-space: nowrap;
font-size: small;
}
2005-05-23 13:05:27 +00:00
.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;
2005-07-14 19:49:26 +00:00
}