From: tjhunt <tjhunt> Date: Fri, 29 Aug 2008 12:22:59 +0000 (+0000) Subject: MDL-16263 - next bit. And display flagged questions in the navigation panel. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=444ac4b2dee36438bdceace09bfebef9a680a2e2;p=moodle.git MDL-16263 - next bit. And display flagged questions in the navigation panel. --- diff --git a/theme/standard/pix/flaggedquestionnav.png b/theme/standard/pix/flaggedquestionnav.png new file mode 100644 index 0000000000..49e5302829 Binary files /dev/null and b/theme/standard/pix/flaggedquestionnav.png differ 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; }