--- loncom/interface/loncommon.pm 2006/04/21 20:45:42 1.345 +++ loncom/interface/loncommon.pm 2006/04/21 22:00:56 1.346 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.345 2006/04/21 20:45:42 albertel Exp $ +# $Id: loncommon.pm,v 1.346 2006/04/21 22:00:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3063,7 +3063,8 @@ table.thinborder tr th, table.thinborder form, .inline { display: inline; } .center { text-align: center; } .filename {font-family: monospace;} -table#LC_top_nav { + +table#LC_top_nav, table#LC_menubuttons, table#LC_nav_location { width: 100%; background: $pgbg; border: 0px; @@ -3072,6 +3073,17 @@ table#LC_top_nav { margin: 0px; border-collapse: separate; } +table#LC_menubuttons_mainmenu { + background: $pgbg; + border: 0px; + border-spacing: 1px; + padding: 0px; + margin: 0px; + border-collapse: separate; +} +table#LC_menubuttons img, table#LC_menubuttons_mainmenu img { + border: 0px; +} table#LC_top_nav td { background: $tabbg; } @@ -3079,6 +3091,27 @@ table#LC_top_nav td a, div#LC_top_nav a color: $font; font-family: $sans; } +.LC_menubuttons_inline_text { + color: $font; + font-family: $sans; + font-size: smaller; +} + +td.LC_menubuttons_text { + color: $font; + font-family: $sans; +} +td.LC_menubuttons_img { + background: $tabbg; +} +.LC_current_location { + font-family: $sans; + background: $tabbg; +} +.LC_new_mail { + font-family: $sans; + font-weight: bold; +} END }