Diff for /loncom/interface/loncommon.pm between versions 1.806 and 1.807

version 1.806, 2009/05/07 16:25:02 version 1.807, 2009/05/08 13:38:41
Line 4370  ENDROLE Line 4370  ENDROLE
  if ($notopbar) {   if ($notopbar) {
     $bodytag .= $titletable;      $bodytag .= $titletable;
  } else {   } else {
           $bodytag .= qq|<div id="head_userinfo">$name ($role) <br/>
           <em>$realm</em></div>|;
     if ($env{'request.state'} eq 'construct') {      if ($env{'request.state'} eq 'construct') {
                 $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg,                  $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg,
   $titletable);    $titletable);
Line 4722  table#LC_title_bar a { Line 4724  table#LC_title_bar a {
   color: $fontmenu;    color: $fontmenu;
 }  }
   
   table#LC_title_bar {
     /*display: none;*/
   }
   
 table#LC_title_bar,  table#LC_title_bar,
 table.LC_breadcrumbs,  table.LC_breadcrumbs,
 table#LC_title_bar.LC_with_remote {  table#LC_title_bar.LC_with_remote {
Line 5874  dl,ul,div,fieldset { Line 5880  dl,ul,div,fieldset {
 /* overflow: hidden; */  /* overflow: hidden; */
 }  }
   
   #head_userinfo {
       float: left;
       margin: 0;
   }
   
   #head_userinfo em{
       font-weight: bold;
       font-style: normal;
   }
   
   ol.LC_smallMenu {
       float: right;
   }
   
 ol.LC_smallMenu, ol#LC_PathBreadcrumbs {  ol.LC_smallMenu, ol#LC_PathBreadcrumbs {
  margin: 0;   margin: 0;
 }  }
Line 5894  ol.LC_smallMenu a { Line 5914  ol.LC_smallMenu a {
  text-decoration: none;   text-decoration: none;
 }  }
   
   ol#LC_TabMainMenuContent {
       clear: both;
   }
   
 ol#LC_TabMainMenuContent,   ol#LC_TabMainMenuContent, 
 ul.LC_TabContent ,  ul.LC_TabContent ,
 ul.LC_TabContentBigger {  ul.LC_TabContentBigger {

Removed from v.1.806  
changed lines
  Added in v.1.807


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