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

version 1.805, 2009/05/07 15:25:37 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 5871  h2,h3,h4,h5,h6 { Line 5877  h2,h3,h4,h5,h6 {
   
 dl,ul,div,fieldset {  dl,ul,div,fieldset {
  margin: 10px 10px 10px 0;   margin: 10px 10px 10px 0;
  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 {
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.805  
changed lines
  Added in v.1.807


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