]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16263 - next bit. And display flagged questions in the navigation panel.
authortjhunt <tjhunt>
Fri, 29 Aug 2008 12:22:59 +0000 (12:22 +0000)
committertjhunt <tjhunt>
Fri, 29 Aug 2008 12:22:59 +0000 (12:22 +0000)
theme/standard/pix/flaggedquestionnav.png [new file with mode: 0644]
theme/standard/styles_layout.css

diff --git a/theme/standard/pix/flaggedquestionnav.png b/theme/standard/pix/flaggedquestionnav.png
new file mode 100644 (file)
index 0000000..49e5302
Binary files /dev/null and b/theme/standard/pix/flaggedquestionnav.png differ
index 8b40414609c97aba8501fac8cf08970dc6d4599c..47d730feb6aaa06af12f74c1b2f76e873d4775ff 100644 (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;
 }