--- loncom/interface/loncommon.pm 2007/11/10 03:51:46 1.612 +++ loncom/interface/loncommon.pm 2007/11/13 23:05:45 1.614 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.612 2007/11/10 03:51:46 raeburn Exp $ +# $Id: loncommon.pm,v 1.614 2007/11/13 23:05:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5097,13 +5097,22 @@ span.LC_grade_check_note { right: 1em; } +table.LC_scantron_action { + width: 100%; +} +table.LC_scantron_action tr th { + font: normal bold $sans; +} -div.LC_edit_problem_header { +div.LC_edit_problem_header, +div.LC_edit_problem_footer { font: normal medium $sans; margin: 2px; } div.LC_edit_problem_header, div.LC_edit_problem_header div, +div.LC_edit_problem_footer, +div.LC_edit_problem_footer div, div.LC_edit_problem_editxml_header, div.LC_edit_problem_editxml_header div { margin-top: 5px;