Diff for /loncom/interface/loncommon.pm between versions 1.836 and 1.839

version 1.836, 2009/06/03 14:35:19 version 1.839, 2009/06/07 20:17:15
Line 4394  sub bodytag { Line 4394  sub bodytag {
         $dc_info = '('.$dc_info.')';          $dc_info = '('.$dc_info.')';
     }      }
   
     if (($env{'environment.remote'} eq 'off') || ($args->{'suppress_header_logos'})) {      if ($env{'environment.remote'} eq 'off') {
         # No Remote          # No Remote
  if ($env{'request.state'} eq 'construct') {   if ($env{'request.state'} eq 'construct') {
     $forcereg=1;      $forcereg=1;
Line 4834  table#LC_mainmenu td.LC_mainmenu_column Line 4834  table#LC_mainmenu td.LC_mainmenu_column
  margin: 0;   margin: 0;
  padding: 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 */  #LC_head_subbox2 { /* FIXME: replace by LC_head_subbox once lonhtmlcommon::breadcrumbs has been fixed */
  clear:both;   clear:both;
Line 5190  table#LC_helpmenu { Line 5194  table#LC_helpmenu {
   
 table#LC_helpmenu fieldset legend {  table#LC_helpmenu fieldset legend {
   font-size: larger;    font-size: larger;
   font-weight: bold;  
 }  }
   
 table#LC_helpmenu_links {  table#LC_helpmenu_links {
Line 5855  dl,ul,div,fieldset { Line 5858  dl,ul,div,fieldset {
 /* overflow: hidden; */  /* overflow: hidden; */
 }  }
   
   fieldset > legend {
       font-weight: bold;
       padding: 0 5px 0 5px;
   }
   
 #LC_nav_bar {  #LC_nav_bar {
     float: left;      float: left;
     margin: 0;      margin: 0;

Removed from v.1.836  
changed lines
  Added in v.1.839


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>