--- loncom/interface/loncommon.pm 2007/10/26 20:18:00 1.598 +++ loncom/interface/loncommon.pm 2007/10/30 01:04:21 1.601 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.598 2007/10/26 20:18:00 albertel Exp $ +# $Id: loncommon.pm,v 1.601 2007/10/30 01:04:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4812,12 +4812,19 @@ table.LC_descriptive_input td.LC_descrip text-align: right; font-weight: bold; } -table.LC_feedback_link { - background: $feedback_link_bg; +div.LC_feedback_link { + background: white; + width: 100%; } span.LC_feedback_link { - background: $feedback_link_bg; - font-size: larger; + background: $feedback_link_bg; + font-size: larger; +} +span.LC_message_link { + background: $feedback_link_bg; + font-size: larger; + position: absolute; + right: 1em; } table.LC_prior_tries { @@ -5008,6 +5015,30 @@ div.LC_clear_float_footer { } +div.LC_grade_select_mode { + border: 1px solid black; + float: left; +} +div.LC_grade_select_mode div div { + margin: 5px; +} + +div.LC_grade_select_mode_header { + font: bold larger $sans; + background: $tabbg; +} + +div.LC_grade_select_mode_selector { + margin: 5px; + float: left; +} +div.LC_grade_select_mode_selector_header { + font: bold medium $sans; +} +div.LC_grade_select_mode_type { + clear: left; +} + div.LC_grade_show_user { margin-top: 20px; border: 1px solid black; @@ -5051,6 +5082,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 }