--- loncom/interface/loncommon.pm 2007/04/16 23:25:04 1.525 +++ loncom/interface/loncommon.pm 2007/04/17 15:45:02 1.526 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.525 2007/04/16 23:25:04 albertel Exp $ +# $Id: loncommon.pm,v 1.526 2007/04/17 15:45:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -240,7 +240,7 @@ Inputs: formname, elementname formname and elementname specify the name of the html form and the name of the element the selection from the search results will be placed in. - +=back =cut sub browser_and_searcher_javascript { @@ -3375,7 +3375,7 @@ sub bodytag { my $pgbg = $bgcolor || &designparm($function.'.pgbg',$domain); my %design = ( 'style' => 'margin-top: 0px', - 'bgcolor' => $pgbg, + 'bgcolor' => '#ffffff', 'text' => $font, 'alink' => &designparm($function.'.alink',$domain), 'vlink' => &designparm($function.'.vlink',$domain), @@ -3786,7 +3786,7 @@ table#LC_title_bar td.LC_title_bar_role_ } table#LC_menubuttons_mainmenu { - background: $pgbg; + width: 100%; border: 0px; border-spacing: 1px; padding: 0px 1px; @@ -3851,20 +3851,27 @@ table#LC_mainmenu td.LC_mainmenu_column font-size: smaller; } +.LC_menubuttons_link { + text-decoration: none; +} + .LC_menubuttons_category { color: $font; + background: $pgbg; font-family: $sans; font-size: larger; font-weight: bold; } td.LC_menubuttons_text { + width: 90%; color: $font; font-family: $sans; } + td.LC_menubuttons_img { - background: $tabbg; } + .LC_current_location { font-family: $sans; background: $tabbg; @@ -3874,6 +3881,35 @@ td.LC_menubuttons_img { font-weight: bold; } +.LC_rolesmenu_is { + font-family: $sans; +} + +.LC_rolesmenu_selected { + font-family: $sans; +} + +.LC_rolesmenu_future { + font-family: $sans; +} + + +.LC_rolesmenu_will { + font-family: $sans; +} + +.LC_rolesmenu_will_not { + font-family: $sans; +} + +.LC_rolesmenu_expired { + font-family: $sans; +} + +.LC_rolesinfo { + font-family: $sans; +} + table.LC_aboutme_port { border: 0px; border-collapse: collapse;