Skip to content

Commit

Permalink
Merge branch 'MDL-56197-33' of git://github.com/mihailges/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_33_STABLE
  • Loading branch information
Damyon Wiese committed Dec 11, 2017
2 parents 5fea116 + 384947b commit 5fd29e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ div#dock {
.path-mod-lesson .invisiblefieldset.fieldsetfix {
display: block;
}
.path-mod-lesson .answeroption .checkbox label p {
display: inline;
}

.path-mod-wiki .wiki_headingtitle,
.path-mod-wiki .midpad,
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ div#dock {
.path-mod-lesson .answeroptiongroup .felement label p:last-child {
margin-bottom: 0;
}
.path-mod-lesson .answeroption .fradio label p,
.path-mod-lesson .answeroption .fcheckbox label p {
display: inline;
}

/**
* Style for view.php
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -17457,6 +17457,10 @@ div#dock {
.path-mod-lesson .answeroptiongroup .felement label p:last-child {
margin-bottom: 0;
}
.path-mod-lesson .answeroption .fradio label p,
.path-mod-lesson .answeroption .fcheckbox label p {
display: inline;
}
/**
* Style for view.php
**/
Expand Down

0 comments on commit 5fd29e7

Please sign in to comment.