--- loncom/interface/loncommon.pm 2008/12/05 09:41:48 1.708 +++ loncom/interface/loncommon.pm 2008/12/08 18:25:07 1.710 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.708 2008/12/05 09:41:48 bisitz Exp $ +# $Id: loncommon.pm,v 1.710 2008/12/08 18:25:07 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4698,13 +4698,16 @@ table.LC_prior_tries tr th { font-size:90%; } table.LC_data_table tr.LC_odd_row > td, +table.LC_pick_box tr > td.LC_odd_row, table.LC_aboutme_port tr td { background-color: $data_table_light; padding: 2px; } table.LC_data_table tr.LC_even_row > td, +table.LC_pick_box tr > td.LC_even_row, table.LC_aboutme_port tr.LC_even_row td { background-color: $data_table_dark; + padding: 2px; } table.LC_data_table tr.LC_data_table_highlight td { background-color: $data_table_darker; @@ -5305,24 +5308,6 @@ div.LC_clear_float_footer { } -div.LC_grade_select_mode { - font-family: $sans; -} -div.LC_grade_select_mode div div { - margin: 5px; -} -div.LC_grade_select_mode_selector { - margin: 5px; - float: left; -} -div.LC_grade_select_mode_selector_header { - font-weight: bold; - font-size: medium; -} -div.LC_grade_select_mode_type { - clear: left; -} - div.LC_grade_show_user { margin-top: 20px; border: 1px solid black;