--- loncom/interface/loncommon.pm 2007/10/30 01:04:21 1.601 +++ loncom/interface/loncommon.pm 2007/10/31 01:37:29 1.602 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.601 2007/10/30 01:04:21 albertel Exp $ +# $Id: loncommon.pm,v 1.602 2007/10/31 01:37:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4099,7 +4099,7 @@ sub standard_css { my $vlink = &designparm($function.'.vlink', $domain); my $link = &designparm($function.'.link', $domain); - my $sans = 'Arial,Helvetica,sans-serif'; + my $sans = 'Verdana,Arial,Helvetica,sans-serif'; my $mono = 'monospace'; my $data_table_head = $tabbg; my $data_table_light = '#EEEEEE'; @@ -5085,16 +5085,50 @@ span.LC_grade_check_note { div.LC_edit_problem_header { font: normal medium $sans; + margin: 2px; } div.LC_edit_problem_header, -div.LC_edit_problem_header div { +div.LC_edit_problem_header div, +div.LC_edit_problem_editxml_header, +div.LC_edit_problem_editxml_header div { margin-top: 5px; } +div.LC_edit_problem_header_edit_row { + background: $tabbg; + padding: 3px; + margin-bottom: 5px; +} div.LC_edit_problem_header_title { - font: larger medium $sans; + font: larger bold $sans; + background: $tabbg; + padding: 3px; +} +table.LC_edit_problem_header_title { + font: larger bold $sans; + width: 100%; + border-color: $pgbg; + border-style: solid; + border-width: $border; + background: $tabbg; + border-collapse: collapse; + padding: 0px + margin: -2px; +} +td.LC_edit_problem_header_help { + text-align: right; +} + +div.LC_edit_problem_discards { + float: left; + padding-bottom: 5px; +} +div.LC_edit_problem_saves { + float: right; + padding-bottom: 5px; } hr.LC_edit_problem_divide { + clear: both; color: $tabbg; background-color: $tabbg; height: 3px;