From: nicolasconnault Date: Fri, 27 Feb 2009 15:38:34 +0000 (+0000) Subject: MDL-18004 Fixed problem of duplicate entries in the drop-down X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=34f00627664f3fe1d39fc6cf9a9d868311dfc757;p=moodle.git MDL-18004 Fixed problem of duplicate entries in the drop-down --- diff --git a/grade/lib.php b/grade/lib.php index b91bd1a44b..11146b4fda 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -334,7 +334,7 @@ function print_grade_plugin_selector($plugin_info, $return=false) { if (empty($plugins['id'])) { foreach ($plugins as $plugin) { - $menu[$plugin['link']] = '    ' . $plugin['string']; + $menu[$plugin['link']] = $plugin['string']; $count++; } } diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 48218b7a31..7b1180a3e9 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -618,7 +618,7 @@ body#grade-index .grades .header { #grade-aggregation-help code { font-style: normal; } -option.optionheader { +#choosepluginreport_jump option.optionheader { font-weight: bold; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7ef59b3e00..f42ae16348 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2615,6 +2615,14 @@ div.allcoursegrades { margin-top: 7px; } +#choosepluginreport_jump option { + margin-left: 20px; +} + +#choosepluginreport_jump option.optionheader { + margin-left: 0px; +} + /*** *** Login ***/ @@ -5015,7 +5023,7 @@ table.quizreviewsummary td.cell { margin-top:0.4em; position:relative; display:inline-block; - + } #mod-quiz-edit .editq div.question div.content .randomquestioncategory a{