--- loncom/interface/loncommon.pm 2009/08/05 13:40:10 1.878 +++ loncom/interface/loncommon.pm 2009/08/05 23:44:52 1.879 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.878 2009/08/05 13:40:10 bisitz Exp $ +# $Id: loncommon.pm,v 1.879 2009/08/05 23:44:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4931,6 +4931,7 @@ table.LC_nested_outer { width: 100%; } +table.LC_innerpickbox, table.LC_nested { border: none; border-collapse: collapse; @@ -4941,13 +4942,19 @@ table.LC_nested { table.LC_data_table tr th, table.LC_calendar tr th, table.LC_mail_list tr th, -table.LC_prior_tries tr th { +table.LC_prior_tries tr th, +table.LC_innerpickbox tr th { font-weight: bold; background-color: $data_table_head; color:$fontmenu; font-size:90%; } +table.LC_innerpickbox tr th, +table.LC_innerpickbox tr td { + vertical-align: top; +} + table.LC_data_table tr.LC_info_row > td { background-color: #CCCCCC; font-weight: bold;