--- loncom/interface/loncommon.pm 2007/10/26 20:51:43 1.599 +++ loncom/interface/loncommon.pm 2007/10/30 00:09:09 1.600 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.599 2007/10/26 20:51:43 albertel Exp $ +# $Id: loncommon.pm,v 1.600 2007/10/30 00:09:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5058,6 +5058,24 @@ span.LC_grade_check_note { right: 1em; } + +div.LC_edit_problem_header { + font: normal medium $sans; +} +div.LC_edit_problem_header, +div.LC_edit_problem_header div { + margin-top: 5px; +} +div.LC_edit_problem_header_title { + font: larger medium $sans; + background: $tabbg; +} +hr.LC_edit_problem_divide { + color: $tabbg; + background-color: $tabbg; + height: 3px; + border: 0px; +} END }