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
473391b6
Commit
473391b6
authored
Nov 30, 2017
by
Mihail Geshoski
Browse files
MDL-40790 lesson: Lesson content button runs off the edge of the page
parent
109aa076
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/modules.scss
View file @
473391b6
...
@@ -237,6 +237,9 @@ div#dock {
...
@@ -237,6 +237,9 @@ div#dock {
.path-mod-lesson
.invisiblefieldset.fieldsetfix
{
.path-mod-lesson
.invisiblefieldset.fieldsetfix
{
display
:
block
;
display
:
block
;
}
}
#page-mod-lesson-view
.branchbuttoncontainer
.singlebutton
button
[
type
=
"submit"
]
{
white-space
:
normal
;
}
.path-mod-wiki
.wiki_headingtitle
,
.path-mod-wiki
.wiki_headingtitle
,
.path-mod-wiki
.midpad
,
.path-mod-wiki
.midpad
,
...
...
theme/bootstrapbase/less/moodle/modules.less
View file @
473391b6
...
@@ -407,6 +407,9 @@ div#dock {
...
@@ -407,6 +407,9 @@ div#dock {
#page-mod-lesson-view .password-form .submitbutton {
#page-mod-lesson-view .password-form .submitbutton {
display: inline;
display: inline;
}
}
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
white-space: normal;
}
.path-mod-lesson .reviewessay {
.path-mod-lesson .reviewessay {
width: 40%;
width: 40%;
border: 1px solid #ddd;
border: 1px solid #ddd;
...
...
theme/bootstrapbase/style/moodle.css
View file @
473391b6
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