--- loncom/interface/loncommon.pm 2010/04/12 15:05:45 1.964 +++ loncom/interface/loncommon.pm 2010/05/03 15:03:55 1.966 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.964 2010/04/12 15:05:45 droeschl Exp $ +# $Id: loncommon.pm,v 1.966 2010/05/03 15:03:55 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5057,6 +5057,7 @@ td.LC_table_cell_checkbox { background: #F8F8F8; /* $sidebg; */ border: 1px solid $sidebg; margin: 0 0 10px 0; + padding: 3px; } .LC_fontsize_medium { @@ -6026,7 +6027,7 @@ fieldset > legend { #LC_nav_bar { float: left; - margin: 0; + margin: 0 0 2px 0; } #LC_realm { @@ -6041,6 +6042,11 @@ fieldset > legend { font-style: normal; } +/* Preliminary fix to hide nav_bar inside bookmarks window */ +#LC_bookmarks #LC_nav_bar { + display:none; +} + ol.LC_primary_menu { float: right; margin: 0;