--- loncom/interface/loncommon.pm 2008/09/04 22:06:27 1.679 +++ loncom/interface/loncommon.pm 2008/09/05 19:20:39 1.681 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.679 2008/09/04 22:06:27 riegler Exp $ +# $Id: loncommon.pm,v 1.681 2008/09/05 19:20:39 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4493,7 +4493,6 @@ table.LC_docs_path td.LC_docs_path_compo td.LC_table_cell_checkbox { text-align: center; } - table#LC_mainmenu td.LC_mainmenu_column { vertical-align: top; } @@ -4507,7 +4506,7 @@ table#LC_mainmenu td.LC_mainmenu_column .LC_menubuttons_link { text-decoration: none; } - +#2008--9-5: new menu style sheet.Changed category .LC_menubuttons_category { color: $font; background: $pgbg; @@ -5364,6 +5363,28 @@ img.stift{ border-width:0; vertical-align:middle; } + +table#LC_mainmenu{ + margin-top:10px; + width:80%; + +} + +table#LC_mainmenu td.LC_mainmenu_col_fieldset{ + vertical-align: top; + width: 45%; +} +.LC_mainmenu_fieldset_category { + color: $font; + background: $pgbg; + font-family: $sans; + font-size: small; + font-weight: bold; +} +fieldset#LC_mainmenu_fieldset { + margin:0px 10px 10px 0px; + +} END }