mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
Merged changes from STABLE
This commit is contained in:
parent
55631ee73a
commit
3754d9b724
@ -90,7 +90,7 @@ body#mod-quiz-report table#itemanalysis .header {
|
||||
}
|
||||
body#mod-quiz-report table#itemanalysis .numcol {
|
||||
text-align: center;
|
||||
! vertical-align : middle;
|
||||
vertical-align : middle !important;
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#itemanalysis .uncorrect {
|
||||
@ -103,11 +103,11 @@ body#mod-quiz-report table#itemanalysis .correct {
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#itemanalysis .partialcorrect {
|
||||
!color: green;
|
||||
color: green !important;
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#itemanalysis .qname {
|
||||
!color: green;
|
||||
color: green !important;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user