Diff for /loncom/interface/loncommon.pm between versions 1.843 and 1.844

version 1.843, 2009/06/11 16:48:33 version 1.844, 2009/06/16 15:17:12
Line 4223  Returns: HTML div with $content Line 4223  Returns: HTML div with $content
 sub head_subbox {  sub head_subbox {
     my ($content)=@_;      my ($content)=@_;
     my $output =      my $output =
         '<div id="LC_head_subbox2">' #FIXME: solve conflicts with lonhtmlcommon:breadcrumbs LC_head_subbox          '<div id="LC_head_subbox">'
        .$content         .$content
        .'</div>'         .'</div>'
 }  }
Line 4810  table#LC_mainmenu td.LC_mainmenu_column Line 4810  table#LC_mainmenu td.LC_mainmenu_column
  font-size: 70%;   font-size: 70%;
 }  }
   
 #LC_head_subbox {  #LC_breadcrumbs {
  clear:both;   clear:both;
  background: $sidebg;   background: $sidebg;
  border-bottom: 1px solid $lg_border_color;   border-bottom: 1px solid $lg_border_color;
Line 4819  table#LC_mainmenu td.LC_mainmenu_column Line 4819  table#LC_mainmenu td.LC_mainmenu_column
  padding: 0;   padding: 0;
 }  }
 /* Preliminary fix to hide breadcrumbs inside remote control window */  /* Preliminary fix to hide breadcrumbs inside remote control window */
 #LC_remote #LC_head_subbox {  #LC_remote #LC_breadcrumbs {
     display:none;      display:none;
 }  }
   
 #LC_head_subbox2 { /* FIXME: replace by LC_head_subbox once lonhtmlcommon::breadcrumbs has been fixed */  #LC_head_subbox {
  clear:both;   clear:both;
  background: #F8F8F8; /* $sidebg; */   background: #F8F8F8; /* $sidebg; */
  border-bottom: 1px solid $lg_border_color;   border-bottom: 1px solid $lg_border_color;
Line 5807  h2,h3,h4,h5,h6 { Line 5807  h2,h3,h4,h5,h6 {
         border: 0;          border: 0;
 }  }
   
   
 /* Main Header with discription of Person, Course, etc. */  
   
 .LC_Right {  .LC_Right {
         float: right;          float: right;
         margin: 0;          margin: 0;

Removed from v.1.843  
changed lines
  Added in v.1.844


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