MDL-16263 - next bit. And display flagged questions in the navigation panel.

This commit is contained in:
tjhunt
2008-08-29 12:22:59 +00:00
parent e41a7d2841
commit 444ac4b2de
2 changed files with 5 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

+5
View File
@@ -4172,6 +4172,11 @@ table.quizreviewsummary td.cell {
#quiznavigation .qnbutton.thispage {
background: #eee;
}
#quiznavigation .qnbutton.flagged {
background-repeat: no-repeat;
background-image: url(pix/flaggedquestionnav.png);
background-position: top right;
}
#quiznavigation .othernav {
clear: both;
}