--- loncom/interface/loncommon.pm 2009/07/01 13:24:29 1.848 +++ loncom/interface/loncommon.pm 2009/07/08 07:51:01 1.851 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.848 2009/07/01 13:24:29 tempelho Exp $ +# $Id: loncommon.pm,v 1.851 2009/07/08 07:51:01 tempelho Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4566,9 +4566,9 @@ sub standard_css { my $sans = 'Verdana,Arial,Helvetica,sans-serif'; my $mono = 'monospace'; - my $data_table_head = $tabbg; - my $data_table_light = '#EEEEEE'; - my $data_table_dark = '#DDDDDD'; + my $data_table_head = $sidebg; + my $data_table_light = '#FAFAFA'; + my $data_table_dark = '#F0F0F0'; my $data_table_darker = '#CCCCCC'; my $data_table_highlight = '#FFFF00'; my $mail_new = '#FFBB77'; @@ -5234,7 +5234,7 @@ table.LC_pick_box { } table.LC_pick_box td.LC_pick_box_title { - background: $tabbg; + background: $sidebg; font-weight: bold; text-align: right; vertical-align: top; @@ -6098,9 +6098,7 @@ div.LC_columnSection>* { .clear { clear: both; - line-height: 0; - font-size: 0; - height: 0; + margin: 0; } .LC_loginpage_container { @@ -6386,7 +6384,8 @@ sub xml_begin { .''; } else { - $output=''; + $output='' + .''; } return $output; }