|
|
| Participants: |
Olli Savolainen and Tim Hunt
|
| Security Level: |
None
|
| QA Assignee: |
Tim Hunt
|
| Difficulty: |
Easy
|
| Resolved date: |
21/Nov/08
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
At least the following were missing. After adding them it seems that the UI is ok at first glance.
#mod-quiz-edit .statusdisplay{
background-color:#ffc;
}
#mod-quiz-edit div.quizpage span.pagetitle{
color:#006;
}
#mod-quiz-edit div.quizpage .pagecontent{
background-color:#d6d6d6;
}
#mod-quiz-edit div.question div.qnum{
color:#333;
}
|
|
Description
|
At least the following were missing. After adding them it seems that the UI is ok at first glance.
#mod-quiz-edit .statusdisplay{
background-color:#ffc;
}
#mod-quiz-edit div.quizpage span.pagetitle{
color:#006;
}
#mod-quiz-edit div.quizpage .pagecontent{
background-color:#d6d6d6;
}
#mod-quiz-edit div.question div.qnum{
color:#333;
} |
Show » |
|