Make Studio load XBlock fragment js and css on the client-side
[LMS-1421][LMS-1517]
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
.xmodule_VideoModule {
|
||||
|
||||
// display mode
|
||||
&.xmodule_display {
|
||||
&.xblock-student_view {
|
||||
|
||||
// full screen
|
||||
.video-controls .add-fullscreen {
|
||||
|
||||
@@ -183,16 +183,16 @@
|
||||
border-left: 1px solid $mediumGrey;
|
||||
border-right: 1px solid $mediumGrey;
|
||||
|
||||
.xmodule_display {
|
||||
.xblock-student_view {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.new .xmodule_display {
|
||||
.new .xblock-student_view {
|
||||
background: $yellow;
|
||||
}
|
||||
|
||||
.xmodule_display {
|
||||
.xblock-student_view {
|
||||
@include transition(background-color $tmg-s3 linear 0s);
|
||||
padding: 20px 20px 22px;
|
||||
font-size: 24px;
|
||||
|
||||
@@ -420,7 +420,7 @@ body.course.unit,.view-unit {
|
||||
}
|
||||
}
|
||||
|
||||
.xmodule_display {
|
||||
.xblock-student_view {
|
||||
padding: 2*$baseline $baseline $baseline;
|
||||
overflow-x: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user