--- loncom/interface/loncommon.pm 2006/07/07 19:17:19 1.424 +++ loncom/interface/loncommon.pm 2006/07/07 19:34:20 1.425 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.424 2006/07/07 19:17:19 albertel Exp $ +# $Id: loncommon.pm,v 1.425 2006/07/07 19:34:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3276,11 +3276,14 @@ table.LC_data_table tr th, table.LC_cale } table.LC_data_table tr td { background-color: $data_table_light; - padding: 1px; + padding: 2px; } table.LC_data_table tr.LC_even_row td { background-color: $data_table_dark; } +table.LC_data_table tr.LC_data_table_highlight td { + background-color: $data_table_darker; +} table.LC_data_table tr.LC_empty_row td { background-color: #FFFFFF; font-weight: bold;