--- loncom/interface/loncommon.pm 2008/11/28 18:18:39 1.697 +++ loncom/interface/loncommon.pm 2008/12/01 14:38:49 1.698 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.697 2008/11/28 18:18:39 bisitz Exp $ +# $Id: loncommon.pm,v 1.698 2008/12/01 14:38:49 harmsja Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4404,6 +4404,7 @@ sub standard_css { my $mail_other_hover = '#669999'; my $table_header = '#DDDDDD'; my $feedback_link_bg = '#BBBBBB'; + my $lg_border_color = '#D5FF6F'; my $border = ($env{'browser.type'} eq 'explorer' || $env{'browser.type'} eq 'safari' ) ? '0px 2px 0px 2px' @@ -4411,18 +4412,25 @@ sub standard_css { return <* { +div.columnSection>* { float: left; margin: 10px 20px 10px 0px; overflow:hidden; } - -DIV.columnSection>FIELDSET, -DIV.columnSection>DIV.DivContentBox, -DIV.columnSection>DIV.DivContentBoxSpecial +div.columnSection > .ContentBox, +div.columnSection > .ContentBoxSpecial { - width: 480px; + width: 400px; }