mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Merge branch 'MDL-77785' of https://github.com/timhunt/moodle
This commit is contained in:
commit
07243a3ae3
5 changed files with 13 additions and 5 deletions
|
@ -31371,6 +31371,7 @@ body.path-question-type .form-group .col-form-label.sr-only:not(legend):not([for
|
|||
.que span.qno {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.que .info > div {
|
||||
|
@ -33735,7 +33736,8 @@ img.userpicture {
|
|||
width: 30px;
|
||||
border-radius: 3px;
|
||||
border: 0;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
margin: 0 6px 6px 0;
|
||||
}
|
||||
.path-mod-quiz #mod_quiz_navblock span.qnbutton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue