mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-69841-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
commit
5365057493
4 changed files with 21 additions and 6 deletions
|
@ -1159,11 +1159,16 @@ div#dock {
|
|||
clear: left;
|
||||
}
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .form-check {
|
||||
width: 90%;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .review_option_item {
|
||||
width: 90%;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
// Question navigation block.
|
||||
.path-mod-quiz #mod_quiz_navblock {
|
||||
.qnbutton {
|
||||
|
|
|
@ -17478,10 +17478,14 @@ div#dock {
|
|||
clear: left; }
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .form-check {
|
||||
width: 90%;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
justify-content: flex-start; }
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .review_option_item {
|
||||
width: 90%;
|
||||
height: 22px; }
|
||||
|
||||
.path-mod-quiz #mod_quiz_navblock .qnbutton {
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -17705,10 +17705,14 @@ div#dock {
|
|||
clear: left; }
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .form-check {
|
||||
width: 90%;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
justify-content: flex-start; }
|
||||
|
||||
#page-mod-quiz-mod #id_reviewoptionshdr .review_option_item {
|
||||
width: 90%;
|
||||
height: 22px; }
|
||||
|
||||
.path-mod-quiz #mod_quiz_navblock .qnbutton {
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue