Diff for /loncom/interface/loncommon.pm between versions 1.785 and 1.789

version 1.785, 2009/04/08 10:13:08 version 1.789, 2009/04/21 18:03:45
Line 602  function setSect(sectionlist) { Line 602  function setSect(sectionlist) {
   
 sub selectcourse_link {  sub selectcourse_link {
    my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_;     my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_;
    return "<a href='".'javascript:opencrsbrowser("'.$form.'","'.$unameele.     return '<span class="LC_nobreak">'
         '","'.$udomele.'","'.$desc.'","'.$extra_element.'","'.$multflag.'","'.$selecttype.'");'."'>".&mt('Select Course')."</a>";           ."<a href='"
            .'javascript:opencrsbrowser("'.$form.'","'.$unameele
            .'","'.$udomele.'","'.$desc.'","'.$extra_element
            .'","'.$multflag.'","'.$selecttype.'");'
            ."'>".&mt('Select Course').'</a>'
            .'</span>';
 }  }
   
 sub selectauthor_link {  sub selectauthor_link {
Line 5745  ol#LC_PathBreadcrumbs li a{ Line 5750  ol#LC_PathBreadcrumbs li a{
  font-size:100%;   font-size:100%;
  font-weight:bold;   font-weight:bold;
 }  }
   .LC_BoxPadding
   {
    padding: 10px;
   }
 .LC_ContentBoxSpecial  .LC_ContentBoxSpecial
 {  {
  border: solid 1px $lg_border_color;   border: solid 1px $lg_border_color;
Line 5921  table.LC_tableOfContent{ Line 5930  table.LC_tableOfContent{
  background-color: #FFFFFF;   background-color: #FFFFFF;
  font-size: 90%;   font-size: 90%;
 }  }
   
   table.LC_tableOfContent{
       border-collapse: collapse;
   }
   
 table.LC_tableBrowseRes a,  table.LC_tableBrowseRes a,
 table.LC_tableOfContent a {  table.LC_tableOfContent a {
         background-color: transparent;          background-color: transparent;
Line 5992  ul#LC_toolbar li{ Line 6006  ul#LC_toolbar li{
  vertical-align:middle;   vertical-align:middle;
 }  }
   
 /*  
  This style is used for standard function lists, e.g. functions of Personal Information Page.  
  It produces a horizontally aligned list with a bullet at the beginning of each function item.  
  */  
 .LC_fieldset_functions li {  
  float: right;  
  height: 35px;  
  background-color: blue;   
  white-space: nowrap;  
  margin-left: 10px;  
 }  
   
 a.LC_toolbarItem{  a.LC_toolbarItem{
  display:block;   display:block;

Removed from v.1.785  
changed lines
  Added in v.1.789


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