Diff for /loncom/interface/loncommon.pm between versions 1.760 and 1.762

version 1.760, 2009/03/01 20:24:39 version 1.762, 2009/03/04 12:43:31
Line 4244  $realm  Line 4244  $realm 
 </td>  </td>
 ENDROLE  ENDROLE
   
     my $titleinfo = '<span class="LC_title_bar_title">'.$title.'</span>';      my $titleinfo = '<h1>'.$title.'</h1>';
     if ($customtitle) {      if ($customtitle) {
         $titleinfo = $customtitle;          $titleinfo = $customtitle;
     }      }
Line 4611  table#LC_title_bar td.LC_title_bar_who { Line 4611  table#LC_title_bar td.LC_title_bar_who {
 span.LC_metadata {  span.LC_metadata {
     font-family: $sans;      font-family: $sans;
 }  }
 span.LC_title_bar_title {  
   font: bold x-large $sans;  
 }  
 table#LC_title_bar td.LC_title_bar_domain_logo {  table#LC_title_bar td.LC_title_bar_domain_logo {
   background: $sidebg;    background: $sidebg;
   text-align: right;    text-align: right;
Line 5581  h2,h3,h4,h5,h6 Line 5578  h2,h3,h4,h5,h6
         overflow:hidden;          overflow:hidden;
 }  }
   
   .LC_Right {
           float: right;
           margin: 0px;
           padding: 0px;
   }
   
 p, .LC_ContentBox {  p, .LC_ContentBox {
  padding: 10px;   padding: 10px;
   
Line 5667  ul.LC_TabContent li a, ul.LC_TabContent Line 5670  ul.LC_TabContent li a, ul.LC_TabContent
  text-decoration:none;   text-decoration:none;
  font-size:95%;   font-size:95%;
  font-weight:bold;   font-weight:bold;
    padding-right: 16px;
 }  }
 ul.LC_TabContent li:hover, ul.LC_TabContent li.active{  ul.LC_TabContent li:hover, ul.LC_TabContent li.active{
  background-color:#FFFFFF;          background:#FFFFFF url(/adm/lonIcons/open.gif) no-repeat scroll right center;
  border-bottom:solid 1px #FFFFFF;   border-bottom:solid 1px #FFFFFF;
    padding-right: 16px;
 }  }
 ul.LC_TabContentBigger li{  ul.LC_TabContentBigger li{
  vertical-align:bottom;   vertical-align:bottom;

Removed from v.1.760  
changed lines
  Added in v.1.762


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