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

version 1.804, 2009/05/06 16:19:34 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 5406  table.LC_notify_front_page td { Line 5412  table.LC_notify_front_page td {
   background: $tabbg;    background: $tabbg;
   vertical-align: middle;    vertical-align: middle;
   margin: 2ex 0ex 2ex 0ex;    margin: 2ex 0ex 2ex 0ex;
     padding: 3px;
 }  }
   
 .LC_topic_bar span {  .LC_topic_bar span {
Line 5426  table.LC_status_selector td { Line 5433  table.LC_status_selector td {
   padding: 4px;    padding: 4px;
 }  }
   
 table.LC_descriptive_input td.LC_description {  
   vertical-align: top;  
   text-align: right;  
   font-weight: bold;  
 }  
   
 div.LC_feedback_link {  div.LC_feedback_link {
   clear: both;    clear: both;
   background: white;    background: white;
Line 5876  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 5899  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.804  
changed lines
  Added in v.1.807


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