--- loncom/interface/loncommon.pm 2010/01/19 19:00:02 1.933 +++ loncom/interface/loncommon.pm 2010/01/30 13:06:42 1.934 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.933 2010/01/19 19:00:02 droeschl Exp $ +# $Id: loncommon.pm,v 1.934 2010/01/30 13:06:42 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1127,7 +1127,7 @@ sub help_open_topic { $template.=' ' .''.&mt('Help: [_1]',$topic).''; if ($text ne "") { $template.=''; @@ -5004,6 +5004,10 @@ td.LC_table_cell_checkbox { padding-left:3px; } +.LC_menubuttons_inline_text img{ + vertical-align: middle; +} + .LC_menubuttons_link { text-decoration: none; } @@ -5967,7 +5971,7 @@ fieldset > legend { #LC_nav_bar { float: left; - margin: 0.2em 0 0 0; + margin: 0; } #LC_realm { @@ -5984,7 +5988,7 @@ fieldset > legend { ol.LC_primary_menu { float: right; - margin: 0.2em 0 0 0; + margin: 0; } span.LC_new_message{ @@ -6004,10 +6008,10 @@ ol.LC_primary_menu li { ol.LC_primary_menu li img { vertical-align: bottom; + height: 1.1em; } ol.LC_primary_menu a { - font-size: 90%; color: RGB(80, 80, 80); text-decoration: none; }