MDL-59843 mod_choice: Fix horizontal display mode
This re-implements the feature in the boost and bootstrap themes.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user