mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
merged from 1.5
This commit is contained in:
parent
d7697d0ec0
commit
67316e5b44
@ -1,21 +1,19 @@
|
||||
.top {
|
||||
.mod-scorm .top {
|
||||
vertical-align: top;
|
||||
}
|
||||
.left {
|
||||
.mod-scorm .left {
|
||||
float: left;
|
||||
}
|
||||
.center {
|
||||
.mod-scorm .center {
|
||||
text-align: center;
|
||||
}
|
||||
.right {
|
||||
.mod-scorm .right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.scoframe {
|
||||
.mod-scorm .scoframe {
|
||||
|
||||
}
|
||||
|
||||
.fullscreen {
|
||||
.mod-scorm .fullscreen {
|
||||
width: 100%;
|
||||
}
|
||||
.structlist {
|
||||
@ -27,7 +25,6 @@
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#mod-scorm-playscorm .structurehead {
|
||||
float: left;
|
||||
}
|
||||
@ -36,7 +33,6 @@
|
||||
text-indent:-4ex;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#mod-scorm-view .structurehead {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
@ -44,4 +40,4 @@
|
||||
#mod-scorm-view .structurelist {
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
@ -130,6 +130,10 @@
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
.editing .block_course_summary .content {
|
||||
-moz-border-radius-topleft:0;
|
||||
-moz-border-radius-topright:0;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
|
Loading…
x
Reference in New Issue
Block a user