mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-62153-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
cea21312f9
2 changed files with 18 additions and 2 deletions
|
@ -237,9 +237,25 @@ div#dock {
|
|||
.path-mod-lesson .answeroption .checkbox label p {
|
||||
display: inline;
|
||||
}
|
||||
.path-mod-lesson .form-inline label.form-check-label {
|
||||
display: inline-block;
|
||||
}
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton button[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
.path-mod-lesson .generaltable td {
|
||||
vertical-align: middle;
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.highlight {
|
||||
display: inline-block;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.path-mod-wiki .wiki_headingtitle,
|
||||
.path-mod-wiki .midpad,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue