Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
83b9a7c8
Commit
83b9a7c8
authored
Dec 11, 2017
by
Mihail Geshoski
Browse files
MDL-56197 lesson: Multichoice answers not on same line as radio button
parent
109aa076
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/modules.scss
View file @
83b9a7c8
...
...
@@ -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
,
...
...
theme/bootstrapbase/less/moodle/modules.less
View file @
83b9a7c8
...
...
@@ -400,6 +400,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
...
...
theme/bootstrapbase/style/moodle.css
View file @
83b9a7c8
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment