Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
prechecker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
integration
prechecker
Commits
83b9a7c8
Commit
83b9a7c8
authored
Dec 11, 2017
by
Mihail Geshoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDL-56197 lesson: Multichoice answers not on same line as radio button
parent
109aa076
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
theme/boost/scss/moodle/modules.scss
theme/boost/scss/moodle/modules.scss
+3
-0
theme/bootstrapbase/less/moodle/modules.less
theme/bootstrapbase/less/moodle/modules.less
+4
-0
theme/bootstrapbase/style/moodle.css
theme/bootstrapbase/style/moodle.css
+0
-0
No files found.
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
This diff was suppressed by a .gitattributes entry.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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