--- loncom/interface/loncommon.pm 2009/04/08 10:13:08 1.785 +++ loncom/interface/loncommon.pm 2009/04/15 12:39:07 1.787 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.785 2009/04/08 10:13:08 tempelho Exp $ +# $Id: loncommon.pm,v 1.787 2009/04/15 12:39:07 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -602,8 +602,13 @@ function setSect(sectionlist) { sub selectcourse_link { my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_; - return "".&mt('Select Course').""; + return '' + ."".&mt('Select Course').'' + .''; } sub selectauthor_link { @@ -5745,6 +5750,10 @@ ol#LC_PathBreadcrumbs li a{ font-size:100%; font-weight:bold; } +.LC_BoxPadding +{ + padding: 10px; +} .LC_ContentBoxSpecial { border: solid 1px $lg_border_color;