From 444ac4b2dee36438bdceace09bfebef9a680a2e2 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 29 Aug 2008 12:22:59 +0000 Subject: [PATCH] MDL-16263 - next bit. And display flagged questions in the navigation panel. --- theme/standard/pix/flaggedquestionnav.png | Bin 0 -> 117 bytes theme/standard/styles_layout.css | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 theme/standard/pix/flaggedquestionnav.png diff --git a/theme/standard/pix/flaggedquestionnav.png b/theme/standard/pix/flaggedquestionnav.png new file mode 100644 index 0000000000000000000000000000000000000000..49e53028295b71225ac378df238a7c910b37b011 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^EFjFt3?wJp^Vk9@#^NA%Cx&(BWL^R}YymzYuG>$X zI>5m2dD22FkaS6qUoeBivm0qZj)13&V+hCf(uj=|H_ K&t;ucLK6V$i5^D) literal 0 HcmV?d00001 diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8b40414609..47d730feb6 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; } -- 2.39.5