mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
48 lines
630 B
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;
|
|
}
|