--- loncom/interface/loncommon.pm 2006/11/09 21:57:40 1.468 +++ loncom/interface/loncommon.pm 2006/11/20 21:00:47 1.471 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.468 2006/11/09 21:57:40 raeburn Exp $ +# $Id: loncommon.pm,v 1.471 2006/11/20 21:00:47 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3268,8 +3268,8 @@ sub standard_css { my $mono = 'monospace'; my $data_table_head = $tabbg; my $data_table_light = '#EEEEEE'; - my $data_table_dark = '#DDD'; - my $data_table_darker = '#CCC'; + my $data_table_dark = '#DDDDDD'; + my $data_table_darker = '#CCCCCC'; my $data_table_highlight = '#FFFF00'; my $mail_new = '#FFBB77'; my $mail_new_hover = '#DD9955'; @@ -3354,6 +3354,9 @@ table#LC_title_bar td.LC_title_bar_who { font: small $sans; text-align: right; } +span.LC_metadata { + font-family: $sans; +} span.LC_title_bar_title { font: bold x-large $sans; } @@ -4199,6 +4202,13 @@ sub simple_error_page { my $css_class = ($row_count % 2)?'':'LC_even_row'; $css_class = (join(' ',$css_class,$add_class)); return '