--- loncom/interface/loncommon.pm 2009/06/03 17:13:22 1.837 +++ loncom/interface/loncommon.pm 2009/06/08 18:04:45 1.840 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.837 2009/06/03 17:13:22 bisitz Exp $ +# $Id: loncommon.pm,v 1.840 2009/06/08 18:04:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4834,6 +4834,10 @@ table#LC_mainmenu td.LC_mainmenu_column margin: 0; padding: 0; } +/* Preliminary fix to hide breadcrumbs inside remote control window */ +#LC_remote #LC_head_subbox { + display:none; +} #LC_head_subbox2 { /* FIXME: replace by LC_head_subbox once lonhtmlcommon::breadcrumbs has been fixed */ clear:both; @@ -5190,7 +5194,6 @@ table#LC_helpmenu { table#LC_helpmenu fieldset legend { font-size: larger; - font-weight: bold; } table#LC_helpmenu_links { @@ -5816,7 +5819,7 @@ h2,h3,h4,h5,h6 { border-bottom:solid 1px $lg_border_color; } -.LC_ContentBoxSpecial > .LC_hcell { +.LC_Box > .LC_hcell { margin: 0 -10px 10px -10px; } @@ -5855,6 +5858,11 @@ dl,ul,div,fieldset { /* overflow: hidden; */ } +fieldset > legend { + font-weight: bold; + padding: 0 5px 0 5px; +} + #LC_nav_bar { float: left; margin: 0; @@ -6005,7 +6013,7 @@ ol#LC_PathBreadcrumbs li a { font-weight:bold; } -.LC_ContentBoxSpecial { +.LC_Box { border: solid 1px $lg_border_color; padding: 0 10px 10px 10px; }