Skip to content

Commit 679bb71

Browse files
author
\nrlucke
committed
update dependecies
1 parent 1a95c69 commit 679bb71

16 files changed

Lines changed: 4420 additions & 140 deletions

assets/static/courseware.css

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,6 +4741,9 @@ section#courseware.view-author .aside-section section.block.block-is-assorted:ho
47414741
.AssortBlock .ui-accordion-content:last-of-type {
47424742
border-bottom: none !important;
47434743
}
4744+
.AssortBlock .ui-accordion-content .block-content iframe {
4745+
width: 100% !important;
4746+
}
47444747
/* END accordion */
47454748
/* sidebar special */
47464749
.cw-sidebar .AssortBlock .ui-accordion-header {
@@ -11909,11 +11912,9 @@ section.TestBlock .cktoolbar {
1190911912
}
1191011913
.question_title {
1191111914
font-size: 12pt;
11912-
margin-left: 0.25em;
1191311915
}
1191411916
.question_description {
1191511917
padding: 1em 0 1em 0;
11916-
margin-left: 0.5em;
1191711918
}
1191811919
ul.exercise {
1191911920
margin: 0;
@@ -11923,9 +11924,6 @@ ul.exercise {
1192311924
ul.exercise li.exercise-item {
1192411925
border: solid thin #ccc;
1192511926
}
11926-
ul.exercise .cw-test-content {
11927-
padding: 10px;
11928-
}
1192911927
ul.exercise:not(#exercise1) {
1193011928
display: none;
1193111929
}
@@ -11969,7 +11967,7 @@ ul.exercise .exercisetitle .exercisenavbutton.exercisenavnext {
1196911967
background-image: url("../../../../../assets/images/icons/blue/arr_1right.svg");
1197011968
}
1197111969
ul.exercise .cw-test-content {
11972-
padding: 0 10px;
11970+
padding: 10px;
1197311971
/* vips 1.3 rh_exercise */
1197411972
/* vips 1.4 rh_exercise */
1197511973
}
@@ -11983,16 +11981,16 @@ ul.exercise .cw-test-content form {
1198311981
font-weight: 400;
1198411982
}
1198511983
ul.exercise .cw-test-content .answer,
11986-
ul.exercise .cw-test-content label {
11984+
ul.exercise .cw-test-content label:not(.undecorated) {
1198711985
font-size: 14px;
1198811986
font-weight: normal;
11989-
line-height: 32px;
11990-
padding-left: 7px;
11987+
margin-top: 1.5ex;
1199111988
text-transform: none;
1199211989
display: block;
1199311990
}
11994-
ul.exercise .cw-test-content .label_text {
11995-
margin-left: 7px;
11991+
ul.exercise .cw-test-content .label_text,
11992+
ul.exercise .cw-test-content .label-text {
11993+
margin-top: 1.5ex;
1199611994
}
1199711995
ul.exercise .cw-test-content select {
1199811996
margin: 0 5px;
@@ -12002,7 +12000,7 @@ ul.exercise .cw-test-content .cloze.solution {
1200212000
}
1200312001
ul.exercise .cw-test-content p img {
1200412002
margin-top: 12px;
12005-
margin-bttom: 12px;
12003+
margin-bottom: 12px;
1200612004
}
1200712005
ul.exercise .cw-test-content textarea {
1200812006
border: thin solid #ccc;

assets/static/courseware.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/static/courseware.js

Lines changed: 182 additions & 112 deletions
Large diffs are not rendered by default.

assets/static/courseware.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/css/chunk-9ca2dfa4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/js/0.js

Lines changed: 4201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/js/chunk-7593a84f.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/js/chunk-9ca2dfa4.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/js/chunk-9ca2dfa4.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vue/js/chunk-vendors.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)