--- loncom/interface/loncommon.pm 2006/05/09 20:25:05 1.367 +++ loncom/interface/loncommon.pm 2006/05/10 21:50:39 1.368 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.367 2006/05/09 20:25:05 www Exp $ +# $Id: loncommon.pm,v 1.368 2006/05/10 21:50:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2945,11 +2945,12 @@ ENDROLE return(< -$upperleft +$upperleft $messages  $titleinfo $dc_info $menu $roleinfo + ENDBODY } @@ -3117,6 +3118,7 @@ table#LC_title_bar { width: 100%; border: 0; border-spacing: 0px 1px; + padding: 0px 2px 0px 2px; background: $pgbg; font-family: $sans; border-collapse: collapse; @@ -3145,6 +3147,11 @@ span.LC_title_bar_title { table#LC_title_bar td.LC_title_bar_domain_logo { background: $sidebg; text-align: right; + padding: 0px; +} +table#LC_title_bar td.LC_title_bar_role_logo { + background: $sidebg; + padding: 0px; } table#LC_menubuttons_mainmenu {