From: skodak Date: Tue, 2 Jan 2007 09:45:03 +0000 (+0000) Subject: MDL-7742 CSS hooks for styling of section add menu X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=02023a60e8229f32b38ad9b29b560338ed98908b;p=moodle.git MDL-7742 CSS hooks for styling of section add menu --- diff --git a/course/lib.php b/course/lib.php index 29f8055f97..ee34d9f302 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1381,7 +1381,7 @@ function print_section_add_menus($course, $section, $modnames, $vertical=false, $straddactivity = get_string('addactivity'); $straddresource = get_string('addresource'); - $output = '
'; + $output = '
'; if (!empty($resources)) { $output .= popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$section&sesskey=".sesskey()."&add=", diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index d4fe7b75ed..31023f01f2 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -443,6 +443,10 @@ h2.headingblock { font-size:1.1em; } +.section_add_menus optgroup { + font-weight:normal; + font-style: italic; +} /***