Skip to content

Commit

Permalink
Merge branch 'mdl59843-master' of https://github.com/tlock/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 19, 2017
2 parents 9644c0e + 1d6964d commit 2fbb83f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/boost/scss/moodle/modules.scss
Expand Up @@ -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 */
}
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -266,6 +266,10 @@ div#dock {
float: left;
padding-right: 1em;
}

.horizontal .choices .option {
display: inline-block;
}
}

// Lesson module
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -17401,6 +17401,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;
Expand Down

0 comments on commit 2fbb83f

Please sign in to comment.