MDL-59843 mod_choice: Fix horizontal display mode

This re-implements the feature in the boost and bootstrap themes.
This commit is contained in:
Tim Lock
2017-09-28 12:30:27 +10:00
parent 2f0bd18ad9
commit 41fb3ea48f
3 changed files with 15 additions and 0 deletions
+8
View File
@@ -9,6 +9,14 @@ select {
width: auto;
}
// Choice module
.path-mod-choice {
.horizontal .choices .option {
display: inline-block;
}
}
.path-mod-feedback .feedback_form .col-form-label {
display: block !important; /* stylelint-disable-line declaration-no-important */
}
@@ -314,6 +314,10 @@ div#dock {
float: left;
padding-right: 1em;
}
.horizontal .choices .option {
display: inline-block;
}
}
// Lesson module
+3
View File
@@ -17322,6 +17322,9 @@ div#dock {
float: left;
padding-right: 1em;
}
.path-mod-choice .horizontal .choices .option {
display: inline-block;
}
.path-mod-lesson .firstpageoptions {
margin: auto;
min-width: 280px;